Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
- 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) ⇒ EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray.
3413 3414 3415 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3413 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_values ⇒ Array<Boolean>
Corresponds to the JSON property booleanValues
3411 3412 3413 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3411 def boolean_values @boolean_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3418 3419 3420 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3418 def update!(**args) @boolean_values = args[:boolean_values] if args.key?(:boolean_values) end |