PersonResponse
Ответ для одного человека
JSON-представление |
---|
{
"httpStatusCode": integer,
"person": {
object (Person )
},
"requestedResourceName": string,
"status": {
object (Status )
}
} |
Поля |
---|
httpStatusCode (deprecated) | integer УСТАРЕЛО (вместо этого используйте статус) Код состояния HTTP 1.1 . |
person | object ( Person ) Человек. |
requestedResourceName | string Исходное имя запрошенного ресурса. Может отличаться от имени ресурса возвращаемого лица. Имя ресурса может измениться при добавлении или удалении полей, связывающих контакт и профиль, таких как подтвержденный адрес электронной почты, подтвержденный номер телефона или URL-адрес профиля. |
status | object ( Status ) Статус ответа. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-11 UTC.
[null,null,["Последнее обновление: 2024-11-11 UTC."],[[["The API response provides comprehensive information about a person, including their details, HTTP status, and the requested resource name."],["The `httpStatusCode` field is deprecated and replaced by the more informative `status` object."],["The `person` field contains detailed information about the individual, adhering to the Person object structure."],["The `requestedResourceName` field clarifies the original resource request, which might differ from the returned person's resource name due to dynamic linking of fields like verified emails or profile URLs."],["The response includes a dedicated `status` object offering insights into the success or failure of the request."]]],["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"]]