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 Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["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"]]