UNPKG

@datadog/datadog-api-client

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