Class: Google::Cloud::Domains::V1::ContactSettings::Contact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/domains/v1/domains.rb

Overview

Details required for a contact associated with a Registration.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Required. Email address of the contact.

Returns:

  • (::String)

    Required. Email address of the contact.



429
430
431
432
# File 'proto_docs/google/cloud/domains/v1/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".

Returns:

  • (::String)

    Fax number of the contact in international format. For example, "+1-800-555-0123".



429
430
431
432
# File 'proto_docs/google/cloud/domains/v1/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".

Returns:

  • (::String)

    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/v1/domains.rb', line 429

class Contact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#postal_address::Google::Type::PostalAddress

Returns Required. Postal address of the contact.

Returns:



429
430
431
432
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 429

class Contact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end