@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
35 lines • 791 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseViewUpdate = void 0;
/**
* Data object for updating a case view.
*/
class CaseViewUpdate {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CaseViewUpdate.attributeTypeMap;
}
}
exports.CaseViewUpdate = CaseViewUpdate;
/**
* @ignore
*/
CaseViewUpdate.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CaseViewUpdateAttributes",
},
type: {
baseName: "type",
type: "CaseViewResourceType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CaseViewUpdate.js.map