UNPKG

@datadog/datadog-api-client

Version:
31 lines 823 B
"use strict"; 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