ListLabelPermissionsResponse
Phản hồi về việc liệt kê các quyền trên một Nhãn.
Biểu diễn dưới dạng JSON |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
Trường |
labelPermissions[] |
object (LabelPermission )
Các quyền đối với nhãn.
|
nextPageToken |
string
Mã thông báo của trang tiếp theo trong phản hồi.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-11 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]