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

A wrapper that contains the person data to populate a newly created source.

Attributes

  • contactPerson (type: GoogleApi.People.V1.Model.Person.t, default: nil) - Required. The person data to populate a newly created source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.