Class: Google::Cloud::GDCHardwareManagement::V1alpha::OrganizationContact

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

Overview

Contact information of the customer organization.

Instance Attribute Summary collapse

Instance Attribute Details

#address::Google::Type::PostalAddress

Returns Required. The organization's address.

Returns:



814
815
816
817
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 814

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

#contacts::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>

Returns Required. The individual points of contact in the organization at this location.

Returns:



814
815
816
817
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 814

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

#email::String

Returns Optional. The organization's email.

Returns:

  • (::String)

    Optional. The organization's email.



814
815
816
817
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 814

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

#phone::String

Returns Optional. The organization's phone number.

Returns:

  • (::String)

    Optional. The organization's phone number.



814
815
816
817
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 814

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