Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerListConfigurationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::CustomerListConfigurationsResponse
- 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 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.
Constructor Details
#initialize(**args) ⇒ CustomerListConfigurationsResponse
Returns a new instance of CustomerListConfigurationsResponse.
392 393 394 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 392 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configurations ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Configuration>
The configurations.
Corresponds to the JSON property configurations
390 391 392 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 390 def configurations @configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
397 398 399 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 397 def update!(**args) @configurations = args[:configurations] if args.key?(:configurations) end |