Class: Google::Apis::CloudsearchV1::DoubleValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DoubleValues
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
List of double values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Float>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DoubleValues
constructor
A new instance of DoubleValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DoubleValues
Returns a new instance of DoubleValues.
7925 7926 7927 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Corresponds to the JSON property values
7923 7924 7925 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7923 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7930 7931 7932 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7930 def update!(**args) @values = args[:values] if args.key?(:values) end |