@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
44 lines • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BudgetWithEntriesDataAttributesEntriesItems = void 0;
/**
* A single monthly budget entry defining the allocated amount and optional tag filters for a specific month.
*/
class BudgetWithEntriesDataAttributesEntriesItems {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return BudgetWithEntriesDataAttributesEntriesItems.attributeTypeMap;
}
}
exports.BudgetWithEntriesDataAttributesEntriesItems = BudgetWithEntriesDataAttributesEntriesItems;
/**
* @ignore
*/
BudgetWithEntriesDataAttributesEntriesItems.attributeTypeMap = {
amount: {
baseName: "amount",
type: "number",
format: "double",
},
costs: {
baseName: "costs",
type: "BudgetWithEntriesDataAttributesEntriesItemsCosts",
},
month: {
baseName: "month",
type: "number",
format: "int64",
},
tagFilters: {
baseName: "tag_filters",
type: "Array<BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems>",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=BudgetWithEntriesDataAttributesEntriesItems.js.map