Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
- 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) ⇒ 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.
3626 3627 3628 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3626 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_values ⇒ Array<Boolean>
Corresponds to the JSON property booleanValues
3624 3625 3626 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3624 def boolean_values @boolean_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3631 3632 3633 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 3631 def update!(**args) @boolean_values = args[:boolean_values] if args.key?(:boolean_values) end |