Class: Google::Apis::AndroiddeviceprovisioningV1::ListCustomersResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroiddeviceprovisioningV1::ListCustomersResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/androiddeviceprovisioning_v1/classes.rb,
generated/google/apis/androiddeviceprovisioning_v1/representations.rb,
generated/google/apis/androiddeviceprovisioning_v1/representations.rb 
Overview
Response message of all customers related to this partner.
Instance Attribute Summary collapse
- 
  
    
      #customers  ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Company> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of customers related to this reseller partner.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListCustomersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListCustomersResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListCustomersResponse
Returns a new instance of ListCustomersResponse
      919 920 921  | 
    
      # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 919 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#customers ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Company>
List of customers related to this reseller partner.
Corresponds to the JSON property customers
      917 918 919  | 
    
      # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 917 def customers @customers end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      924 925 926  | 
    
      # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 924 def update!(**args) @customers = args[:customers] if args.key?(:customers) end  |