UNPKG

@datadog/datadog-api-client

Version:
31 lines 905 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostTagMetadataMonthsResponse = void 0; /** * List of months that have Cloud Cost Management tag metadata for the requested provider, ordered most-recent first and capped at 36 months. */ class CostTagMetadataMonthsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostTagMetadataMonthsResponse.attributeTypeMap; } } exports.CostTagMetadataMonthsResponse = CostTagMetadataMonthsResponse; /** * @ignore */ CostTagMetadataMonthsResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<CostTagMetadataMonth>", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostTagMetadataMonthsResponse.js.map