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-15 UTC.
[null,null,["Son güncelleme tarihi: 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"]]