Class BudgetWithEntriesDataAttributesEntriesItems

A single monthly budget entry defining the allocated amount and optional tag filters for a specific month.

Hierarchy

  • BudgetWithEntriesDataAttributesEntriesItems

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

The budgeted amount for this entry.

month?: number

The month this budget entry applies to, in YYYYMM format.

The list of tag filters that scope this budget entry to specific resources.

Generated using TypeDoc