UNPKG

@datadog/datadog-api-client

Version:
31 lines 787 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseWatcherUserRelationship = void 0; /** * The user relationship for a case watcher. */ class CaseWatcherUserRelationship { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseWatcherUserRelationship.attributeTypeMap; } } exports.CaseWatcherUserRelationship = CaseWatcherUserRelationship; /** * @ignore */ CaseWatcherUserRelationship.attributeTypeMap = { data: { baseName: "data", type: "UserRelationshipData", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseWatcherUserRelationship.js.map