用户
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
用户资源表示 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
}
}
属性名称 |
价值 |
说明 |
备注 |
kind |
string |
此实体的种类。始终为 blogger#user 。 |
|
id |
string |
此用户的 ID。 |
|
created |
datetime |
此个人资料的创建时间戳(以秒计,自纪元开始)。 |
|
url |
string |
用户的个人资料页面。 |
|
selfLink |
string |
要从中提取此资源的 API REST 网址。 |
|
blogs |
object |
此用户博客的容器。 |
|
blogs.selfLink |
string |
此用户的博客网址。 |
|
displayName |
string |
用户的显示名称。 |
|
about |
string |
个人资料摘要信息。 |
|
locale |
object |
此用户的语言区域。 |
|
locale.language |
string |
用户的语言设置。 |
|
locale.country |
string |
用户的国家/地区设置。 |
|
locale.variant |
string |
用户的语言变体设置。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-26。
[null,null,["最后更新时间 (UTC):2024-06-26。"],[[["\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."]]