OBJECT
ObservationUsageResultItem
link GraphQL Schema definition
- type ObservationUsageResultItem {
- Date! :
- # Event count for the specified date.
- Int! :
- # Exceeded event count for the specified date
- Int! :
- # Observation count for the specified date
- Int! :
- # Throttled count for the specified date
- Int! @deprecated( reason: "Refer to exceededEventCount field!" ) :
- # Usage count for the specified date
- Int! @deprecated( reason: "Refer to observationCount field!" ) :
- }