Class: Google::Cloud::Domains::V1beta1::ContactSettings::Contact
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::ContactSettings::Contact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Details required for a contact associated with a Registration
.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Required.
-
#fax_number ⇒ ::String
Fax number of the contact in international format.
-
#phone_number ⇒ ::String
Required.
-
#postal_address ⇒ ::Google::Type::PostalAddress
Required.
Instance Attribute Details
#email ⇒ ::String
Returns Required. Email address of the contact.
429 430 431 432 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 429 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fax_number ⇒ ::String
Returns Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
429 430 431 432 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 429 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_number ⇒ ::String
Returns Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
429 430 431 432 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 429 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |