Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerListDpcsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::CustomerListDpcsResponse
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ CustomerListDpcsResponse
Returns a new instance of CustomerListDpcsResponse.
457 458 459 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 457 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
455 456 457 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 455 def dpcs @dpcs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 464 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 462 def update!(**args) @dpcs = args[:dpcs] if args.key?(:dpcs) end |