如需了解此资源的方法列表,请参阅本页结尾部分。
资源表示法
{ "kind": "blogger#postUserInfo", "post": posts Resource, "post_user_info": { "kind": "blogger#postPerUserInfo", "userId": string, "blogId": string, "postId": string, "hasEditAccess": boolean } }
属性名称 | 价值 | 说明 | 备注 |
---|---|---|---|
kind |
string |
此实体的种类。始终为 blogger#postUserInfo |
|
post |
nested object |
“帖子”资源。 | |
post_user_info |
nested object |
帖子用户的相关信息。 | |
post_user_info.kind |
string |
此实体的种类。始终为 blogger#postPerUserInfo |
|
post_user_info.userId |
string |
用户的 ID。 | |
post_user_info.blogId |
string |
帖子资源所属的博客的 ID。 | |
post_user_info.postId |
string |
帖子资源的 ID。 | |
post_user_info.hasEditAccess |
boolean |
如果用户对博文具有“作者”级别的访问权限,则为“true”。 |