UNPKG

@datadog/datadog-api-client

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