Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_valuesArray<Boolean>

Corresponds to the JSON property booleanValues

Returns:

  • (Array<Boolean>)


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