View Source GoogleApi.Domains.V1.Model.Contact (google_api_domains v0.12.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.