Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoIntParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoIntParameterArray
- 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
-
#int_values ⇒ Array<Fixnum>
Corresponds to the JSON property
intValues.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoIntParameterArray
constructor
A new instance of EnterpriseCrmEventbusProtoIntParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoIntParameterArray
Returns a new instance of EnterpriseCrmEventbusProtoIntParameterArray.
1369 1370 1371 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#int_values ⇒ Array<Fixnum>
Corresponds to the JSON property intValues
1367 1368 1369 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1367 def int_values @int_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1374 1375 1376 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1374 def update!(**args) @int_values = args[:int_values] if args.key?(:int_values) end |