Aggregated cost data for the budget over the requested period.

Hierarchy

  • BudgetAttributesCosts

Constructors

Properties

actual?: number

The total actual cost. Present only when actual=true is requested.

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

The total budgeted amount over the requested period.

forecast?: number

The total forecast cost, with any custom forecast overrides applied. Present only when forecast=true is requested.

ootbForecast?: number

The out-of-the-box ML forecast before custom overrides. Present only when forecast=true is requested.

Generated using TypeDoc