@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
41 lines • 944 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CsmAgentlessHostData = void 0;
/**
* A single agentless host resource.
*/
class CsmAgentlessHostData {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CsmAgentlessHostData.attributeTypeMap;
}
}
exports.CsmAgentlessHostData = CsmAgentlessHostData;
/**
* @ignore
*/
CsmAgentlessHostData.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CsmAgentlessHostAttributes",
required: true,
},
id: {
baseName: "id",
type: "string",
required: true,
},
type: {
baseName: "type",
type: "CsmAgentlessHostType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CsmAgentlessHostData.js.map