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.
2062 2063 2064 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Double values.
Corresponds to the JSON property values
2060 2061 2062 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2060 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2067 2068 2069 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2067 def update!(**args) @values = args[:values] if args.key?(:values) end |