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.
6265 6266 6267 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
6263 6264 6265 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6263 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6270 6271 6272 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6270 def update!(**args) @values = args[:values] if args.key?(:values) end |