@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
41 lines • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CostTagKeySource = void 0;
/**
* A Cloud Cost Management tag key paired with the sources that produced it.
*/
class CostTagKeySource {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CostTagKeySource.attributeTypeMap;
}
}
exports.CostTagKeySource = CostTagKeySource;
/**
* @ignore
*/
CostTagKeySource.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CostTagKeySourceAttributes",
required: true,
},
id: {
baseName: "id",
type: "string",
required: true,
},
type: {
baseName: "type",
type: "CostTagKeySourceType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CostTagKeySource.js.map