Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoBooleanParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoBooleanParameterArray
- 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
-
#boolean_values ⇒ Array<Boolean>
Corresponds to the JSON property
booleanValues
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBooleanParameterArray
constructor
A new instance of EnterpriseCrmEventbusProtoBooleanParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBooleanParameterArray
Returns a new instance of EnterpriseCrmEventbusProtoBooleanParameterArray.
358 359 360 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 358 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_values ⇒ Array<Boolean>
Corresponds to the JSON property booleanValues
356 357 358 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 356 def boolean_values @boolean_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
363 364 365 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 363 def update!(**args) @boolean_values = args[:boolean_values] if args.key?(:boolean_values) end |