UNPKG

cb10-sdk

Version:

Cybozu Office 10 SDK for Node.js

19 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const PAGE_PREFIX = 'UserList'; class UserRequestOptions { /** * グループメンバー取得のリクエストオプション * * @param options - グループメンバー取得オプション * @returns リクエストオプション */ static getMembers(options) { return { page: `${PAGE_PREFIX}Index`, GID: options.groupId, }; } } exports.default = UserRequestOptions; //# sourceMappingURL=reqests.js.map