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
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.

entries?: BudgetEntry[]

The entries of the budget.

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