@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 926 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudInventorySyncConfigResponse = void 0;
/**
* Storage Management configuration returned after a create or update. Additional read-only fields appear on list and get responses.
*/
class CloudInventorySyncConfigResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CloudInventorySyncConfigResponse.attributeTypeMap;
}
}
exports.CloudInventorySyncConfigResponse = CloudInventorySyncConfigResponse;
/**
* @ignore
*/
CloudInventorySyncConfigResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "CloudInventorySyncConfigResponseData",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CloudInventorySyncConfigResponse.js.map