Class: Google::Apis::ConnectorsV1::StringListValues

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb

Overview

StringListValues is a message to store a list of string values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StringListValues

Returns a new instance of StringListValues.



7521
7522
7523
# File 'lib/google/apis/connectors_v1/classes.rb', line 7521

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

Instance Attribute Details

#list_valuesArray<String>

Required. The list of string values. Corresponds to the JSON property listValues

Returns:

  • (Array<String>)


7519
7520
7521
# File 'lib/google/apis/connectors_v1/classes.rb', line 7519

def list_values
  @list_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7526
7527
7528
# File 'lib/google/apis/connectors_v1/classes.rb', line 7526

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