UNPKG

@datadog/datadog-api-client

Version:
41 lines 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CostTagKey = void 0; /** * A Cloud Cost Management tag key. */ class CostTagKey { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CostTagKey.attributeTypeMap; } } exports.CostTagKey = CostTagKey; /** * @ignore */ CostTagKey.attributeTypeMap = { attributes: { baseName: "attributes", type: "CostTagKeyAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "CostTagKeyType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CostTagKey.js.map