AllUsers
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نمایش شی برای توصیف همه مجموعه ای از کاربران.
نمایندگی JSON |
---|
{
"isAllUsersRequested": boolean
} |
فیلدها |
---|
isAllUsersRequested | boolean مورد نیاز. در صورت نیاز به همه مجموعه کاربران، روی true تنظیم کنید. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]