OBJECT
Usage
Tenant usage of EchoStream resources for a month/year.
link GraphQL Schema definition
- type Usage {
- # The list of UsageLineItems.
- : [UsageLineItem!]
- # The month of the Usage.
- : Int!
- # The total Usage.
- : Float!
- # The year of the Usage.
- : Int!
- }