Class CostRecommendationDataAttributesPotentialDailySavings

Estimated daily savings if the recommendation is applied.

Hierarchy

  • CostRecommendationDataAttributesPotentialDailySavings

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
amount?: number

Numeric amount of the potential daily savings.

currency?: string

ISO 4217 currency code for the savings amount.

Generated using TypeDoc