UNPKG

@datadog/datadog-api-client

Version:
35 lines 793 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseTypeUpdate = void 0; /** * Data object for updating a case type. */ class CaseTypeUpdate { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseTypeUpdate.attributeTypeMap; } } exports.CaseTypeUpdate = CaseTypeUpdate; /** * @ignore */ CaseTypeUpdate.attributeTypeMap = { attributes: { baseName: "attributes", type: "CaseTypeResourceAttributes", }, type: { baseName: "type", type: "CaseTypeResourceType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseTypeUpdate.js.map