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.
2717 2718 2719 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
2715 2716 2717 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2715 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2722 2723 2724 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 2722 def update!(**args) @values = args[:values] if args.key?(:values) end |