Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDoubleList
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDoubleList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Double list.
Instance Attribute Summary collapse
-
#values ⇒ Array<Float>
Double values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDoubleList
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDoubleList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDoubleList
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDoubleList.
9199 9200 9201 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 9199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
9197 9198 9199 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 9197 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9204 9205 9206 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 9204 def update!(**args) @values = args[:values] if args.key?(:values) end |