ListLabelPermissionsResponse
تمثّل هذه السمة استجابة لإدراج الأذونات في تصنيف.
تمثيل JSON |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
الحقول |
labelPermissions[] |
object (LabelPermission )
أذونات التصنيفات.
|
nextPageToken |
string
الرمز المميز للصفحة التالية في الرد.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-11 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-11 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation describes the JSON response for listing permissions on a Google Drive Label."],["The response includes an array of `LabelPermission` objects and a `nextPageToken` for pagination."]]],["The core content details the JSON response structure for listing label permissions. The response includes an array of `labelPermissions`, each an object representing a specific permission. It also contains `nextPageToken`, a string value used for paginating through results when multiple pages are needed. The `labelPermissions` object holds the detailed information about the permissions associated with the label.\n"]]