Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::OrganizationContact.
Contact information of the customer organization.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#address
def address() -> ::Google::Type::PostalAddress
    Returns
    
  - (::Google::Type::PostalAddress) — Required. The organization's address.
 
#address=
def address=(value) -> ::Google::Type::PostalAddress
    Parameter
    
  - value (::Google::Type::PostalAddress) — Required. The organization's address.
 
    Returns
    
  - (::Google::Type::PostalAddress) — Required. The organization's address.
 
#contacts
def contacts() -> ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>
    Returns
    
  - (::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>) — Required. The individual points of contact in the organization at this location.
 
#contacts=
def contacts=(value) -> ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>
    Parameter
    
  - value (::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>) — Required. The individual points of contact in the organization at this location.
 
    Returns
    
  - (::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>) — Required. The individual points of contact in the organization at this location.
 
def email() -> ::String
    Returns
    
  - (::String) — Optional. The organization's email.
 
#email=
def email=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. The organization's email.
 
    Returns
    
  - (::String) — Optional. The organization's email.
 
#phone
def phone() -> ::String
    Returns
    
  - (::String) — Optional. The organization's phone number.
 
#phone=
def phone=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. The organization's phone number.
 
    Returns
    
- (::String) — Optional. The organization's phone number.