Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoIntParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoIntParameterArray
- 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) ⇒ EnterpriseCrmFrontendsEventbusProtoIntParameterArray
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoIntParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoIntParameterArray
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoIntParameterArray.
4048 4049 4050 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4048 def initialize(**args) update!(**args) end |
Instance Attribute Details
#int_values ⇒ Array<Fixnum>
Corresponds to the JSON property intValues
4046 4047 4048 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4046 def int_values @int_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4053 4054 4055 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4053 def update!(**args) @int_values = args[:int_values] if args.key?(:int_values) end |