如需本資源的方法清單,請見本頁結尾。
資源表示法
{
"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。 |