BlogUserInfos
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Để biết danh sách các phương thức cho tài nguyên này, hãy xem ở cuối trang.
Biểu diễn tài nguyên
{
"kind": "blogger#blogUserInfo",
"blog": blogs Resource,
"blog_user_info": {
"kind": "blogger#blogPerUserInfo",
"userId": string,
"blogId": string,
"photosAlbumKey": string,
"hasAdminAccess": boolean
}
}
Tên tài sản |
Giá trị |
Mô tả |
Ghi chú |
kind |
string |
Loại thực thể này. Luôn là blogger#blogUserInfo |
|
blog |
nested object |
Tài nguyên blog. |
|
blog_user_info |
nested object |
Thông tin về Người dùng cho Blog. |
|
blog_user_info.kind |
string |
Loại thực thể này. Luôn là blogger#blogPerUserInfo |
|
blog_user_info.userId |
string |
Mã nhận dạng của người dùng |
|
blog_user_info.blogId |
string |
Mã nhận dạng của tài nguyên trên blog |
|
blog_user_info.photosAlbumKey |
string |
Khoá album ảnh cho người dùng khi thêm ảnh vào blog |
|
blog_user_info.hasAdminAccess |
boolean |
Đúng nếu người dùng có quyền truy cập ở cấp Quản trị viên đối với blog. |
|
Phương thức
- nhận
- Nhận một cặp thông tin về blog và người dùng do blogId và userId thực hiện.
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-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-22 UTC."],[[["\u003cp\u003eThis resource provides information about a user's role and permissions within a specific blog.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes details like user ID, blog ID, photo album key, and admin access status.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a nested structure with \u003ccode\u003eblog\u003c/code\u003e and \u003ccode\u003eblog_user_info\u003c/code\u003e objects to organize information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eget\u003c/code\u003e method to retrieve information about a specific blog and user pair.\u003c/p\u003e\n"]]],[],null,["# BlogUserInfos\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```scdoc\n{\n \"kind\": \"blogger#blogUserInfo\",\n \"blog\": blogs Resource,\n \"blog_user_info\": {\n \"kind\": \"blogger#blogPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"photosAlbumKey\": string,\n \"hasAdminAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------|-----------------|-----------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#blogUserInfo` | |\n| `blog` | `nested object` | The Blog resource. | |\n| `blog_user_info` | `nested object` | Information about a User for the Blog. | |\n| blog_user_info.`kind` | `string` | The kind of this entity. Always `blogger#blogPerUserInfo` | |\n| blog_user_info.`userId` | `string` | ID of the User | |\n| blog_user_info.`blogId` | `string` | ID of the Blog resource | |\n| blog_user_info.`photosAlbumKey` | `string` | The Photo Album Key for the user when adding photos to the blog | |\n| blog_user_info.`hasAdminAccess` | `boolean` | True if the user has Admin level access to the blog. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/blogUserInfos/get)\n: Gets one blog and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003eblogId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e."]]