Custom forecast resource wrapper in an upsert request.

Hierarchy

  • CustomForecastUpsertRequestData

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

Attributes of a custom forecast upsert request.

id?: string

Unused on upsert; the resource is keyed by budget_uid. Send an empty string.

The type of the custom forecast resource. Must be custom_forecast.

Generated using TypeDoc