OBJECT
DataUsageTotal
A data usage history entry.
link GraphQL Schema definition
- type DataUsageTotal {
- # The ID of an AccountService.
- : Int64Bit
- # The ID of the entity.
- : Int64Bit!
- # The ID of an Account.
- : Int64Bit!
- # An ID that uniquely identifies this entity across the whole Sonar system.
- : Int64Bit!
- # The date and time this entity was created.
- : Int64Bit!
- # The last date and time this entity was modified.
- : String
- # The type.
- : String
- }