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.
4542 4543 4544 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4542 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
4540 4541 4542 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4540 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4547 4548 4549 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4547 def update!(**args) @values = args[:values] if args.key?(:values) end |