UNPKG

@datadog/datadog-api-client

Version:
31 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseWatchersResponse = void 0; /** * Response containing the list of users watching a case. */ class CaseWatchersResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseWatchersResponse.attributeTypeMap; } } exports.CaseWatchersResponse = CaseWatchersResponse; /** * @ignore */ CaseWatchersResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<CaseWatcher>", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseWatchersResponse.js.map