Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaBooleanParameterArray

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

Overview

This message only contains a field of boolean array.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaBooleanParameterArray

Returns a new instance of GoogleCloudIntegrationsV1alphaBooleanParameterArray.



5576
5577
5578
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5576

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

Instance Attribute Details

#boolean_valuesArray<Boolean>

Boolean array. Corresponds to the JSON property booleanValues

Returns:

  • (Array<Boolean>)


5574
5575
5576
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5574

def boolean_values
  @boolean_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5581
5582
5583
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5581

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