Class BudgetValidationResponseDataAttributes

The attributes of a budget validation response, including any validation errors and the validity status.

Hierarchy

  • BudgetValidationResponseDataAttributes

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
errors?: string[]

A list of validation error messages for the budget.

valid?: boolean

Whether the budget configuration is valid.

Generated using TypeDoc