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.



3494
3495
3496
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3494

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#boolean_valuesArray<Boolean>

Corresponds to the JSON property booleanValues

Returns:

  • (Array<Boolean>)


3492
3493
3494
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3492

def boolean_values
  @boolean_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3499
3500
3501
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3499

def update!(**args)
  @boolean_values = args[:boolean_values] if args.key?(:boolean_values)
end