PersonResponse
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
| JSON 表示法 |
{
"httpStatusCode": integer,
"person": {
object (Person)
},
"requestedResourceName": string,
"status": {
object (Status)
}
} |
| 欄位 |
httpStatusCode (deprecated) |
integer
已淘汰 (請改用狀態) HTTP 1.1 狀態碼。
|
person |
object (Person)
使用者。
|
requestedResourceName |
string
原始要求的資源名稱。可能與傳回人員上的資源名稱不同。 當您新增或移除會連結聯絡人和個人資料的欄位 (例如已驗證的電子郵件、已驗證的電話號碼或個人資料網址) 時,資源名稱可能會變更。
|
status |
object (Status)
回應的狀態。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["The JSON response represents data for a single person. It includes a `person` object, detailed under a separate schema. The response also contains `status` information, and the `requestedResourceName`, which might differ from the person's actual resource name due to field changes. The `httpStatusCode` field is deprecated and should be replaced with `status`. These fields provide details about the request and the returned person's data.\n"]]