View Source GoogleApi.People.V1.Model.BatchUpdateContactsResponse (google_api_people v0.42.0)

If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update 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 request read_mask is empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.BatchUpdateContactsResponse{
  updateResult:
    %{optional(String.t()) => GoogleApi.People.V1.Model.PersonResponse.t()}
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.