OBJECT

Usage

Tenant usage of EchoStream resources for a month/year.

link GraphQL Schema definition

  • type Usage {
  • # The list of UsageLineItems.
  • lineItems: [UsageLineItem!]
  • # The month of the Usage.
  • month: Int!
  • # The total Usage.
  • total: Float!
  • # The year of the Usage.
  • year: Int!
  • }