The attributes of a budget.

Hierarchy

  • BudgetAttributes

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

Aggregated cost data for the budget over the requested period.

costsPeriodEnd?: number

The end of the period used to compute cost data, in milliseconds since epoch.

costsPeriodStart?: number

The start of the period used to compute cost data, in milliseconds since epoch.

The unit used for all cost values in the response.

createdAt?: number

The timestamp when the budget was created.

createdBy?: string

The id of the user that created the budget.

endMonth?: number

The month when the budget ends.

The list of monthly budget entries.

metricsQuery?: string

The cost query used to track against the budget.

name?: string

The name of the budget.

orgId?: number

The id of the org the budget belongs to.

startMonth?: number

The month when the budget starts.

totalAmount?: number

The sum of all budget entries' amounts.

updatedAt?: number

The timestamp when the budget was last updated.

updatedBy?: string

The id of the user that created the budget.

Generated using TypeDoc