ข้อมูลผู้ใช้ของบล็อก
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ดูรายการเมธอดสำหรับทรัพยากรนี้ได้ที่ส่วนท้ายของหน้านี้
การนำเสนอแหล่งข้อมูล
{
"kind": "blogger#blogUserInfo",
"blog": blogs Resource,
"blog_user_info": {
"kind": "blogger#blogPerUserInfo",
"userId": string,
"blogId": string,
"photosAlbumKey": string,
"hasAdminAccess": boolean
}
}
ชื่อพร็อพเพอร์ตี้ |
ค่า |
คำอธิบาย |
หมายเหตุ |
kind |
string |
ประเภทของเอนทิตีนี้ blogger#blogUserInfo เสมอ |
|
blog |
nested object |
แหล่งข้อมูลของบล็อก |
|
blog_user_info |
nested object |
ข้อมูลเกี่ยวกับผู้ใช้สำหรับบล็อก |
|
blog_user_info.kind |
string |
ประเภทของเอนทิตีนี้ blogger#blogPerUserInfo เสมอ |
|
blog_user_info.userId |
string |
รหัสของผู้ใช้ |
|
blog_user_info.blogId |
string |
รหัสของทรัพยากรบล็อก |
|
blog_user_info.photosAlbumKey |
string |
คีย์อัลบั้มรูปภาพสำหรับผู้ใช้เมื่อเพิ่มรูปภาพลงในบล็อก |
|
blog_user_info.hasAdminAccess |
boolean |
เป็นจริงหากผู้ใช้มีสิทธิ์เข้าถึงบล็อกระดับผู้ดูแลระบบ |
|
เมธอด
- รับ
- รับการจับคู่บล็อกและข้อมูลผู้ใช้ 1 รายการโดย blogId และ userId
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["\u003cp\u003eThis resource provides information about a user's role and permissions within a specific blog.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes details like user ID, blog ID, photo album key, and admin access status.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a nested structure with \u003ccode\u003eblog\u003c/code\u003e and \u003ccode\u003eblog_user_info\u003c/code\u003e objects to organize information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eget\u003c/code\u003e method to retrieve information about a specific blog and user pair.\u003c/p\u003e\n"]]],[],null,["# BlogUserInfos\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#blogUserInfo\",\n \"blog\": blogs Resource,\n \"blog_user_info\": {\n \"kind\": \"blogger#blogPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"photosAlbumKey\": string,\n \"hasAdminAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------|-----------------|-----------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#blogUserInfo` | |\n| `blog` | `nested object` | The Blog resource. | |\n| `blog_user_info` | `nested object` | Information about a User for the Blog. | |\n| blog_user_info.`kind` | `string` | The kind of this entity. Always `blogger#blogPerUserInfo` | |\n| blog_user_info.`userId` | `string` | ID of the User | |\n| blog_user_info.`blogId` | `string` | ID of the Blog resource | |\n| blog_user_info.`photosAlbumKey` | `string` | The Photo Album Key for the user when adding photos to the blog | |\n| blog_user_info.`hasAdminAccess` | `boolean` | True if the user has Admin level access to the blog. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/blogUserInfos/get)\n: Gets one blog and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003eblogId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e."]]