google_api_people v0.4.1 GoogleApi.People.V1.Model.PersonResponse View Source
The response for a single person
Attributes
- httpStatusCode (integer()): DEPRECATED (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). Defaults to:
null
. - person (Person): The person. Defaults to:
null
. - requestedResourceName (String.t): The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL. Defaults to:
null
. - status (Status): The status of the response. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.People.V1.Model.PersonResponse{
httpStatusCode: any(),
person: GoogleApi.People.V1.Model.Person.t(),
requestedResourceName: any(),
status: GoogleApi.People.V1.Model.Status.t()
}
t() :: %GoogleApi.People.V1.Model.PersonResponse{ httpStatusCode: any(), person: GoogleApi.People.V1.Model.Person.t(), requestedResourceName: any(), status: GoogleApi.People.V1.Model.Status.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.