OBJECT
FinOpsCloudCostSmartSummaryEventConnection
The connection type for cloud cost smart summary
link GraphQL Schema definition
- type FinOpsCloudCostSmartSummaryEventConnection implements Connection {
- # Aggregation results : count of cost summaries
- Int! :
- # A standard ISO currency code.
- String! :
- # Contains all edges.
- FinOpsCloudCostSmartSummaryEventEdge!] : [
- # Aggregation results : total Consumption Cost. Currency field defines the unit
- Float :
- # Aggregation results : total Consumption Cost change at the end period when
- # compared to the start in percentage
- Float :
- # Contains information about previous and next page.
- PageInfo! :
- # Aggregation results : total count of cost summaries
- Int :
- }