UNPKG

@datadog/datadog-api-client

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