ListLabelPermissionsResponse
Antwort zum Auflisten der Berechtigungen für ein Label.
JSON-Darstellung |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
Felder |
labelPermissions[] |
object (LabelPermission )
Labelberechtigungen.
|
nextPageToken |
string
Das Token der nächsten Seite in der Antwort.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-11 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]