Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoDoubleArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoDoubleArray
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/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.
774 775 776 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 774 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Float>
Corresponds to the JSON property values
772 773 774 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 772 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
779 780 781 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 779 def update!(**args) @values = args[:values] if args.key?(:values) end |