AllUsers
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"isAllUsersRequested": boolean
} |
字段 |
isAllUsersRequested |
boolean
必需。如果需要所有用户集合,则设置为 true。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation describes the JSON representation used to request all users.\u003c/p\u003e\n"],["\u003cp\u003eThe representation uses a single boolean field, "isAllUsersRequested", to indicate whether all users should be included in the request.\u003c/p\u003e\n"],["\u003cp\u003eWhen requesting all users, the "isAllUsersRequested" field must be set to "true".\u003c/p\u003e\n"]]],["The core content describes a JSON object used to represent a request for a set of users. The object contains a single field, `isAllUsersRequested`, which is a required boolean. When set to `true`, it indicates that all users are being requested. This field is the sole mechanism for specifying whether a complete user set is desired.\n"],null,["# AllUsers\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nObject representation to describe all set of users.\n\n| JSON representation |\n|--------------------------------------------|\n| ``` { \"isAllUsersRequested\": boolean } ``` |\n\n| Fields ||\n|-----------------------|-----------------------------------------------------------------|\n| `isAllUsersRequested` | `boolean` Required. Set to true if all set of users are needed. |"]]