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.
811 812 813 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 811 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Corresponds to the JSON property values
809 810 811 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 809 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
816 817 818 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 816 def update!(**args) @values = args[:values] if args.key?(:values) end |