如需本資源的方法清單,請見本頁結尾。
資源表示法
{
  "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 | 如果使用者擁有文章的作者層級存取權,則為「是」。 | 
