Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaStringParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaStringParameterArray
- 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
Overview
This message only contains a field of string array.
Instance Attribute Summary collapse
-
#string_values ⇒ Array<String>
String array.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaStringParameterArray
constructor
A new instance of GoogleCloudIntegrationsV1alphaStringParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaStringParameterArray
Returns a new instance of GoogleCloudIntegrationsV1alphaStringParameterArray.
10372 10373 10374 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10372 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
String array.
Corresponds to the JSON property stringValues
10370 10371 10372 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10370 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10377 10378 10379 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10377 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |