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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-21 (שעון 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"]]