INPUT_OBJECT
CreateDataUsageMutationInput
The input object that defines the fields for the createDataUsages mutation.
link GraphQL Schema definition
- input CreateDataUsageMutationInput {
- # The time.
- Datetime! :
- # The amount of inbound bytes (must be a counter value).
- Int64Bit! :
- # The amount of outbound bytes (must be a counter value).
- Int64Bit! :
- # The ID of an Account.
- Int64Bit! :
- # The data source identifier.
- String! :
- # The data source parent.
- String! :
- }