有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示法
{
"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 资源。 | |
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 |
Post 资源的 ID。 | |
post_user_info.hasEditAccess |
boolean |
如果用户对相应帖子拥有“作者”级访问权限,则为 True。 |