OBJECT
FinOpsDiscountCoverageSummary
Summary for discount coverage.
link GraphQL Schema definition
- type FinOpsDiscountCoverageSummary {
- # The commitment type for coverage.
- FinOpsCommitmentType! :
- # Coverage for the respective discount
- Float! :
- # The evaluation period for which the coverage data will be evaluated.
- # Currently, only last 30 days is supported.
- String! :
- # Unit in which coverage is evaluated
- String! :
- }