Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaBooleanParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaBooleanParameterArray
- 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
-
#boolean_values ⇒ Array<Boolean>
Boolean array.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaBooleanParameterArray
constructor
A new instance of GoogleCloudIntegrationsV1alphaBooleanParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaBooleanParameterArray
Returns a new instance of GoogleCloudIntegrationsV1alphaBooleanParameterArray.
5755 5756 5757 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_values ⇒ Array<Boolean>
Boolean array.
Corresponds to the JSON property booleanValues
5753 5754 5755 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5753 def boolean_values @boolean_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5760 5761 5762 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 5760 def update!(**args) @boolean_values = args[:boolean_values] if args.key?(:boolean_values) end |