Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaDoubleList
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaDoubleList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/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) ⇒ GoogleCloudRetailV2betaDoubleList
constructor
A new instance of GoogleCloudRetailV2betaDoubleList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaDoubleList
Returns a new instance of GoogleCloudRetailV2betaDoubleList.
4384 4385 4386 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
The list of double values.
Corresponds to the JSON property values
4382 4383 4384 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4382 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4389 4390 4391 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4389 def update!(**args) @values = args[:values] if args.key?(:values) end |