博客用户信息
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源表示法
{
"kind": "blogger#blogUserInfo",
"blog": blogs Resource,
"blog_user_info": {
"kind": "blogger#blogPerUserInfo",
"userId": string,
"blogId": string,
"photosAlbumKey": string,
"hasAdminAccess": boolean
}
}
属性名称 |
值 |
说明 |
备注 |
kind |
string |
此实体的种类。始终为 blogger#blogUserInfo |
|
blog |
nested object |
博客资源。 |
|
blog_user_info |
nested object |
博客用户的相关信息。 |
|
blog_user_info.kind |
string |
此实体的种类。始终为 blogger#blogPerUserInfo |
|
blog_user_info.userId |
string |
用户的 ID |
|
blog_user_info.blogId |
string |
博客资源的 ID |
|
blog_user_info.photosAlbumKey |
string |
用户在将照片添加到博客时所使用的影集密钥 |
|
blog_user_info.hasAdminAccess |
boolean |
如果用户拥有博客的管理员级别访问权限,则为“true”。 |
|
方法
- get
- 从 blogId 和 userId 获取一个博客和用户信息对。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["\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."]]