GoogleApi.People.V1.Model.BatchUpdateContactsResponse (google_api_people v0.36.1) View Source
The response to a request to create a batch of contacts.
Attributes
-
updateResult
(type:%{optional(String.t) => GoogleApi.People.V1.Model.PersonResponse.t}
, default:nil
) - A map of resource names to the contacts that were updated, unless the requestread_mask
is empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.People.V1.Model.BatchUpdateContactsResponse{ updateResult: %{optional(String.t()) => GoogleApi.People.V1.Model.PersonResponse.t()} | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.