ข้อมูลโพสต์ของผู้ใช้
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ดูรายการเมธอดสำหรับทรัพยากรนี้ได้ที่ส่วนท้ายของหน้านี้
การนำเสนอแหล่งข้อมูล
{
"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 |
เป็นจริงหากผู้ใช้มีสิทธิ์เข้าถึงระดับผู้เขียนในโพสต์ |
|
วิธีการ
- รับ
- รับการจับคู่โพสต์ 1 รายการและข้อมูลผู้ใช้โดย postId และ userId
- list
- เรียกข้อมูลรายการคู่ของโพสต์และโพสต์ข้อมูลผู้ใช้ โดยอาจกรอง ข้อมูลผู้ใช้สำหรับโพสต์จะมีข้อมูลโพสต์นั้นๆ สำหรับผู้ใช้แต่ละคน เช่น สิทธิ์การเข้าถึงสำหรับผู้ใช้รายนั้นโดยเฉพาะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-06-26 UTC
[null,null,["อัปเดตล่าสุด 2024-06-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003ezelos.RenderInfo.getDesiredRowWidth_()\u003c/code\u003e method calculates and returns the desired width of a specific row within a rendered block.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts a \u003ccode\u003eRow\u003c/code\u003e object as input, representing the row for which the width is being determined.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a numerical value indicating the calculated width of the given row.\u003c/p\u003e\n"]]],[],null,["# PostUserInfos\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```scdoc\n{\n \"kind\": \"blogger#postUserInfo\",\n \"post\": posts Resource,\n \"post_user_info\": {\n \"kind\": \"blogger#postPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"postId\": string,\n \"hasEditAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|--------------------------------|-----------------|-----------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#postUserInfo` | |\n| `post` | `nested object` | The Post resource. | |\n| `post_user_info` | `nested object` | Information about a User for the Post. | |\n| post_user_info.`kind` | `string` | The kind of this entity. Always `blogger#postPerUserInfo` | |\n| post_user_info.`userId` | `string` | ID of the User. | |\n| post_user_info.`blogId` | `string` | ID of the Blog that the post resource belongs to. | |\n| post_user_info.`postId` | `string` | ID of the Post resource. | |\n| post_user_info.`hasEditAccess` | `boolean` | True if the user has Author level access to the post. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/postUserInfos/get)\n: Gets one post and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003epostId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e.\n\n[list](/blogger/docs/3.0/reference/postUserInfos/list)\n: Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user."]]