Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerListDpcsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroiddeviceprovisioningV1::CustomerListDpcsResponse
 
- 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 customer's listing DPCs.
Instance Attribute Summary collapse
- 
  
    
      #dpcs  ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Dpc> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of DPCs available to the customer that support zero-touch enrollment. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CustomerListDpcsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CustomerListDpcsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CustomerListDpcsResponse
Returns a new instance of CustomerListDpcsResponse
| 387 388 389 | # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 387 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#dpcs ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Dpc>
The list of DPCs available to the customer that support zero-touch
enrollment.
Corresponds to the JSON property dpcs
| 385 386 387 | # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 385 def dpcs @dpcs end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 392 393 394 | # File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 392 def update!(**args) @dpcs = args[:dpcs] if args.key?(:dpcs) end |