ListLabelPermissionsResponse
Resposta para listar as permissões em um rótulo.
Representação JSON |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
Campos |
labelPermissions[] |
object (LabelPermission )
Permissões do marcador.
|
nextPageToken |
string
O token da próxima página na resposta.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-10-15 UTC.
[null,null,["Última atualização 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"]]