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.
4383 4384 4385 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4383 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
The list of double values.
Corresponds to the JSON property values
4381 4382 4383 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4381 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4388 4389 4390 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4388 def update!(**args) @values = args[:values] if args.key?(:values) end |