View Source GoogleApi.People.V1.Model.UpdateContactPhotoResponse (google_api_people v0.41.0)

The response for updating a contact's photo.

Attributes

  • person (type: GoogleApi.People.V1.Model.Person.t, default: nil) - The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.UpdateContactPhotoResponse{
  person: GoogleApi.People.V1.Model.Person.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.