Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaDoubleList
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaDoubleList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
A message with a list of double values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Float>
The list of double values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaDoubleList
constructor
A new instance of GoogleCloudRetailV2alphaDoubleList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaDoubleList
Returns a new instance of GoogleCloudRetailV2alphaDoubleList.
3329 3330 3331 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
The list of double values.
Corresponds to the JSON property values
3327 3328 3329 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3327 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3334 3335 3336 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3334 def update!(**args) @values = args[:values] if args.key?(:values) end |