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-15 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]