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 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-11 (שעון UTC)."],[[["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"]]