Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerListConfigurationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::CustomerListConfigurationsResponse
- 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 configuration.
Instance Attribute Summary collapse
-
#configurations ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Configuration>
The configurations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomerListConfigurationsResponse
constructor
A new instance of CustomerListConfigurationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CustomerListConfigurationsResponse
Returns a new instance of CustomerListConfigurationsResponse
334 335 336 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 334 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configurations ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Configuration>
The configurations.
Corresponds to the JSON property configurations
332 333 334 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 332 def configurations @configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
339 340 341 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 339 def update!(**args) @configurations = args[:configurations] if args.key?(:configurations) end |