OBJECT
DataUsage
types.data_usage
link GraphQL Schema definition
- type DataUsage {
- # The time.
- Datetime :
- # The amount of inbound bytes per second.
- Int64Bit :
- # The amount of outbound bytes per second.
- Int64Bit :
- # The ID of an Account.
- Int64Bit! :
- # The data source identifier.
- String :
- # The data source parent.
- String :
- # A Unix timestamp in the same timezone as this Sonar instance
- EpochTimestamp :
- }