Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaStringParameterArray

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 string array.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaStringParameterArray

Returns a new instance of GoogleCloudIntegrationsV1alphaStringParameterArray.



8297
8298
8299
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8297

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

Instance Attribute Details

#string_valuesArray<String>

String array. Corresponds to the JSON property stringValues

Returns:

  • (Array<String>)


8295
8296
8297
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8295

def string_values
  @string_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8302
8303
8304
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8302

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