UNPKG

@datadog/datadog-api-client

Version:
31 lines 871 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostTagDescriptionsResponse = void 0; /** * List of Cloud Cost Management tag key descriptions for the organization, optionally filtered to a single cloud provider. */ class CostTagDescriptionsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostTagDescriptionsResponse.attributeTypeMap; } } exports.CostTagDescriptionsResponse = CostTagDescriptionsResponse; /** * @ignore */ CostTagDescriptionsResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<CostTagDescription>", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostTagDescriptionsResponse.js.map