ListLabelPermissionsResponse
คำตอบสำหรับการแสดงสิทธิ์ในป้ายกำกับ
การแสดง JSON |
{
"labelPermissions": [
{
object (LabelPermission )
}
],
"nextPageToken": string
} |
ช่อง |
labelPermissions[] |
object (LabelPermission )
สิทธิ์ของป้ายกำกับ
|
nextPageToken |
string
โทเค็นของหน้าถัดไปในคำตอบ
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 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"]]