@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 823 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CsmUnifiedHostFacetsResponse = void 0;
/**
* The response returned when listing facets for unified hosts.
*/
class CsmUnifiedHostFacetsResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CsmUnifiedHostFacetsResponse.attributeTypeMap;
}
}
exports.CsmUnifiedHostFacetsResponse = CsmUnifiedHostFacetsResponse;
/**
* @ignore
*/
CsmUnifiedHostFacetsResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "Array<CsmUnifiedHostFacetData>",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CsmUnifiedHostFacetsResponse.js.map