Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoDoubleArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoDoubleArray
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#values ⇒ Array<Float>
Corresponds to the JSON property
values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoDoubleArray
constructor
A new instance of EnterpriseCrmEventbusProtoDoubleArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoDoubleArray
Returns a new instance of EnterpriseCrmEventbusProtoDoubleArray.
639 640 641 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 639 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Corresponds to the JSON property values
637 638 639 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 637 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
644 645 646 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 644 def update!(**args) @values = args[:values] if args.key?(:values) end |