Class CustomForecastResponseDataAttributes

Attributes of a custom forecast.

Hierarchy

  • CustomForecastResponseDataAttributes

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
budgetUid: string

The UUID of the budget that this custom forecast belongs to.

createdAt: number

Timestamp the custom forecast was created, in Unix milliseconds.

createdBy: string

The id of the user that created the custom forecast.

Monthly custom forecast entries.

updatedAt: number

Timestamp the custom forecast was last updated, in Unix milliseconds.

updatedBy: string

The id of the user that last updated the custom forecast.

Generated using TypeDoc