ผู้ใช้
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากรผู้ใช้แสดงถึงผู้ใช้ Blogger
ดูรายการเมธอดสำหรับทรัพยากรนี้ได้ที่ส่วนท้ายของหน้านี้
การนำเสนอแหล่งข้อมูล
{
"kind": "blogger#user",
"id": string,
"created": datetime,
"url": string,
"selfLink": string,
"blogs": {
"selfLink": string
},
"displayName": string,
"about": string,
"locale": {
"language": string,
"country": string,
"variant": string
}
}
ชื่อพร็อพเพอร์ตี้ |
ค่า |
คำอธิบาย |
Notes |
kind |
string |
ประเภทของเอนทิตีนี้ blogger#user เสมอ |
|
id |
string |
รหัสสำหรับผู้ใช้รายนี้ |
|
created |
datetime |
การประทับเวลาที่สร้างโปรไฟล์นี้ในหน่วยวินาทีนับตั้งแต่ Epoch |
|
url |
string |
หน้าโปรไฟล์ของผู้ใช้ |
|
selfLink |
string |
URL ของ REST ของ API สำหรับดึงข้อมูลทรัพยากรนี้ |
|
blogs |
object |
คอนเทนเนอร์สำหรับบล็อกของผู้ใช้รายนี้ |
|
blogs.selfLink |
string |
URL ของบล็อกสำหรับผู้ใช้รายนี้ |
|
displayName |
string |
ชื่อที่แสดงของผู้ใช้ |
|
about |
string |
ข้อมูลสรุปโปรไฟล์ |
|
locale |
object |
ภาษาของผู้ใช้รายนี้ |
|
locale.language |
string |
การตั้งค่าภาษาของผู้ใช้ |
|
locale.country |
string |
การตั้งค่าประเทศของผู้ใช้ |
|
locale.variant |
string |
การตั้งค่ารูปแบบภาษาของผู้ใช้ |
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-06-26 UTC
[null,null,["อัปเดตล่าสุด 2024-06-26 UTC"],[[["\u003cp\u003eA user resource in Blogger represents a Blogger user and contains their profile information.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes details like user ID, display name, profile URL, creation timestamp, locale, and blog information.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access the 'blogger.users.get' method to retrieve user information using the user ID.\u003c/p\u003e\n"]]],[],null,["# Users\n\nA user resource represents a Blogger user.\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```gdscript\n{\n \"kind\": \"blogger#user\",\n \"id\": string,\n \"created\": datetime,\n \"url\": string,\n \"selfLink\": string,\n \"blogs\": {\n \"selfLink\": string\n },\n \"displayName\": string,\n \"about\": string,\n \"locale\": {\n \"language\": string,\n \"country\": string,\n \"variant\": string\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|-------------------|------------|-------------------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#user`. | |\n| `id` | `string` | The ID for this user. | |\n| `created` | `datetime` | The timestamp of when this profile was created, in seconds since epoch. | |\n| `url` | `string` | The user's profile page. | |\n| `selfLink` | `string` | The API REST URL to fetch this resource from. | |\n| `blogs` | `object` | The container for this user's blogs. | |\n| blogs.`selfLink` | `string` | The URL of the blogs for this user. | |\n| `displayName` | `string` | The user's display name. | |\n| `about` | `string` | Profile summary information. | |\n| `locale` | `object` | This user's locale. | |\n| locale.`language` | `string` | The user's language setting. | |\n| locale.`country` | `string` | The user's country setting. | |\n| locale.`variant` | `string` | The user's language variant setting. | |\n\nMethods\n-------\n\nYou can retrieve User information by using the [blogger.users.get](/blogger/docs/3.0/reference/users/get) method.\n\n[get](/blogger/docs/3.0/reference/users/get)\n: Retrieves a user by user ID."]]