@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
39 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BudgetValidationRequestData = void 0;
/**
* The data object for a budget validation request, containing the resource type, ID, and budget attributes to validate.
*/
class BudgetValidationRequestData {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return BudgetValidationRequestData.attributeTypeMap;
}
}
exports.BudgetValidationRequestData = BudgetValidationRequestData;
/**
* @ignore
*/
BudgetValidationRequestData.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "BudgetWithEntriesDataAttributes",
},
id: {
baseName: "id",
type: "string",
},
type: {
baseName: "type",
type: "BudgetWithEntriesDataType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=BudgetValidationRequestData.js.map