@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 843 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CsmHostFacetInfoAttributes = void 0;
/**
* Attributes of a facet info response, containing the value distribution for the requested facet.
*/
class CsmHostFacetInfoAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CsmHostFacetInfoAttributes.attributeTypeMap;
}
}
exports.CsmHostFacetInfoAttributes = CsmHostFacetInfoAttributes;
/**
* @ignore
*/
CsmHostFacetInfoAttributes.attributeTypeMap = {
items: {
baseName: "items",
type: "Array<CsmHostFacetInfoItem>",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CsmHostFacetInfoAttributes.js.map