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.
1511 1512 1513 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1511 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
1509 1510 1511 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1509 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1516 1517 1518 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1516 def update!(**args) @values = args[:values] if args.key?(:values) end |