Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoBooleanParameterArray

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBooleanParameterArray

Returns a new instance of EnterpriseCrmEventbusProtoBooleanParameterArray.



358
359
360
# File 'lib/google/apis/integrations_v1/classes.rb', line 358

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

Instance Attribute Details

#boolean_valuesArray<Boolean>

Corresponds to the JSON property booleanValues

Returns:

  • (Array<Boolean>)


356
357
358
# File 'lib/google/apis/integrations_v1/classes.rb', line 356

def boolean_values
  @boolean_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



363
364
365
# File 'lib/google/apis/integrations_v1/classes.rb', line 363

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