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
406 407 408 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 406 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
404 405 406 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 404 def dpcs @dpcs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
411 412 413 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 411 def update!(**args) @dpcs = args[:dpcs] if args.key?(:dpcs) end |