Class: Google::Apis::ConnectorsV1::StringListValues
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::StringListValues
- 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
-
#list_values ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StringListValues
constructor
A new instance of StringListValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_values ⇒ Array<String>
Required. The list of string values.
Corresponds to the JSON property listValues
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 |