View Source GoogleApi.People.V1.Model.DeleteContactPhotoResponse (google_api_people v0.40.7)
The response for deleting 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 DeleteContactPhotoRequest; otherwise this will be unset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.DeleteContactPhotoResponse{ person: GoogleApi.People.V1.Model.Person.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.