Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::ContactSettings::Contact.
Details required for a contact associated with a Registration
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
def email() -> ::String
Returns
- (::String) — Required. Email address of the contact.
#email=
def email=(value) -> ::String
Parameter
- value (::String) — Required. Email address of the contact.
Returns
- (::String) — Required. Email address of the contact.
#fax_number
def fax_number() -> ::String
Returns
-
(::String) — Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
#fax_number=
def fax_number=(value) -> ::String
Parameter
-
value (::String) — Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
Returns
-
(::String) — Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
#phone_number
def phone_number() -> ::String
Returns
-
(::String) — Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
#phone_number=
def phone_number=(value) -> ::String
Parameter
-
value (::String) — Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
Returns
-
(::String) — Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
#postal_address
def postal_address() -> ::Google::Type::PostalAddress
Returns
- (::Google::Type::PostalAddress) — Required. Postal address of the contact.
#postal_address=
def postal_address=(value) -> ::Google::Type::PostalAddress
Parameter
- value (::Google::Type::PostalAddress) — Required. Postal address of the contact.
Returns
- (::Google::Type::PostalAddress) — Required. Postal address of the contact.