Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBooleanParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBooleanParameterArray
- 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
-
#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.
346 347 348 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 346 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_values ⇒ Array<Boolean>
Corresponds to the JSON property booleanValues
344 345 346 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 344 def boolean_values @boolean_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
351 352 353 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 351 def update!(**args) @boolean_values = args[:boolean_values] if args.key?(:boolean_values) end |