ดูรายการเมธอดสำหรับทรัพยากรนี้ได้ที่ส่วนท้ายของหน้านี้
การนำเสนอแหล่งข้อมูล
{
  "kind": "blogger#postUserInfo",
  "post": posts Resource,
  "post_user_info": {
    "kind": "blogger#postPerUserInfo",
    "userId": string,
    "blogId": string,
    "postId": string,
    "hasEditAccess": boolean
  }
}
    | ชื่อพร็อพเพอร์ตี้ | ค่า | คำอธิบาย | Notes | 
|---|---|---|---|
| kind | string | ประเภทของเอนทิตีนี้ blogger#postUserInfoเสมอ | |
| post | nested object | แหล่งข้อมูลของโพสต์ | |
| post_user_info | nested object | ข้อมูลเกี่ยวกับผู้ใช้สำหรับโพสต์ | |
| post_user_info.kind | string | ประเภทของเอนทิตีนี้ blogger#postPerUserInfoเสมอ | |
| post_user_info.userId | string | รหัสของผู้ใช้ | |
| post_user_info.blogId | string | รหัสของบล็อกที่เป็นทรัพยากรของโพสต์ | |
| post_user_info.postId | string | รหัสของทรัพยากรโพสต์ | |
| post_user_info.hasEditAccess | boolean | เป็นจริงหากผู้ใช้มีสิทธิ์เข้าถึงระดับผู้เขียนในโพสต์ | 
