UNPKG

@datadog/datadog-api-client

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