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-15 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-15 (שעון UTC)."],[[["This documentation outlines the JSON response structure for retrieving a list of permissions associated with a Google Drive Label."],["The response includes an array of `LabelPermission` objects and a `nextPageToken` for handling paginated results."]]],["The core content details the JSON representation for listing permissions on a label. The response includes an array, `labelPermissions`, containing objects that define individual label permissions. It also includes `nextPageToken`, a string value indicating the next page of results. This structure allows for the retrieval of label permission data, potentially across multiple pages.\n"]]