Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDoubleList
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDoubleList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Double list.
Instance Attribute Summary collapse
-
#values ⇒ Array<Float>
Double values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDoubleList
constructor
A new instance of GoogleCloudDiscoveryengineV1betaDoubleList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDoubleList
Returns a new instance of GoogleCloudDiscoveryengineV1betaDoubleList.
8768 8769 8770 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8768 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
8766 8767 8768 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8766 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8773 8774 8775 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8773 def update!(**args) @values = args[:values] if args.key?(:values) end |