OBJECT

FinOpsDiscountCoverageSummary

Summary for discount coverage.

link GraphQL Schema definition

  • type FinOpsDiscountCoverageSummary {
  • # The commitment type for coverage.
  • commitmentType: FinOpsCommitmentType!
  • # Coverage for the respective discount
  • coverage: Float!
  • # The evaluation period for which the coverage data will be evaluated.
  • # Currently, only last 30 days is supported.
  • evaluationPeriod: String!
  • # Unit in which coverage is evaluated
  • unit: String!
  • }