UNPKG

@datadog/datadog-api-client

Version:
36 lines 873 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostTagMetadataMonth = void 0; /** * A month that has Cloud Cost Management tag metadata available for a given provider. */ class CostTagMetadataMonth { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostTagMetadataMonth.attributeTypeMap; } } exports.CostTagMetadataMonth = CostTagMetadataMonth; /** * @ignore */ CostTagMetadataMonth.attributeTypeMap = { id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostTagMetadataMonthType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostTagMetadataMonth.js.map