GoogleApi.Domains.V1.Model.Contact (google_api_domains v0.7.0) View Source

Details required for a contact associated with a Registration.

Attributes

  • email (type: String.t, default: nil) - Required. Email address of the contact.
  • faxNumber (type: String.t, default: nil) - Fax number of the contact in international format. For example, "+1-800-555-0123".
  • phoneNumber (type: String.t, default: nil) - Required. Phone number of the contact in international format. For example, "+1-800-555-0123".
  • postalAddress (type: GoogleApi.Domains.V1.Model.PostalAddress.t, default: nil) - Required. Postal address of the contact.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Domains.V1.Model.Contact{
  email: String.t() | nil,
  faxNumber: String.t() | nil,
  phoneNumber: String.t() | nil,
  postalAddress: GoogleApi.Domains.V1.Model.PostalAddress.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.