Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerListDpcsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androiddeviceprovisioning_v1/classes.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb

Overview

Response message of customer's listing DPCs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomerListDpcsResponse

Returns a new instance of CustomerListDpcsResponse.



463
464
465
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 463

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dpcsArray<Google::Apis::AndroiddeviceprovisioningV1::Dpc>

The list of DPCs available to the customer that support zero-touch enrollment. Corresponds to the JSON property dpcs



461
462
463
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 461

def dpcs
  @dpcs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



468
469
470
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 468

def update!(**args)
  @dpcs = args[:dpcs] if args.key?(:dpcs)
end