Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoIntParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoIntParameterArray
- 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
-
#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.
1572 1573 1574 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 1572 def initialize(**args) update!(**args) end |
Instance Attribute Details
#int_values ⇒ Array<Fixnum>
Corresponds to the JSON property intValues
1570 1571 1572 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 1570 def int_values @int_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1577 1578 1579 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 1577 def update!(**args) @int_values = args[:int_values] if args.key?(:int_values) end |