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

If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.

Attributes

  • createdPeople (type: list(GoogleApi.People.V1.Model.PersonResponse.t), default: nil) - The contacts that were created, 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.BatchCreateContactsResponse{
  createdPeople: [GoogleApi.People.V1.Model.PersonResponse.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.