ListLabelPermissionsResponse
Respons untuk mencantumkan izin pada Label.
Representasi JSON |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
Kolom |
labelPermissions[] |
object (LabelPermission )
Izin label.
|
nextPageToken |
string
Token halaman berikutnya dalam respons.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-11 UTC.
[null,null,["Terakhir diperbarui pada 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"]]