ListLabelPermissionsResponse
Bir Etiketteki izinleri listeleme ile ilgili yanıt.
JSON gösterimi |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
Alanlar |
labelPermissions[] |
object (LabelPermission )
Etiket izinleri.
|
nextPageToken |
string
Yanıttaki bir sonraki sayfanın jetonu.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-11 UTC.
[null,null,["Son güncelleme tarihi: 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"]]