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
315 316 317 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 315 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configurations ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::Configuration>
The configurations.
Corresponds to the JSON property configurations
313 314 315 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 313 def configurations @configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
320 321 322 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 320 def update!(**args) @configurations = args[:configurations] if args.key?(:configurations) end |