OBJECT
FinOpsUnderutilizedCommitmentsSummary
Summary for expiring commitments data.
link GraphQL Schema definition
- type FinOpsUnderutilizedCommitmentsSummary {
- # The commitment type for the discount
- FinOpsCommitmentType! :
- # Total count of underutilized commitments
- Int :
- # Currency for the cost impact
- String! :
- # Total cost impact for underutilized commitments
- Float! :
- }