AllUsers
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu diễn đối tượng để mô tả tất cả nhóm người dùng.
Biểu diễn dưới dạng JSON |
{
"isAllUsersRequested": boolean
} |
Trường |
isAllUsersRequested |
boolean
Bắt buộc. Đặt thành true nếu cần tất cả nhóm người dùng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\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. |"]]