Class: Google::Apis::CesV1::LfA2aV1StringList
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::LfA2aV1StringList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED A list of strings.
Instance Attribute Summary collapse
-
#list ⇒ Array<String>
The individual string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LfA2aV1StringList
constructor
A new instance of LfA2aV1StringList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LfA2aV1StringList
Returns a new instance of LfA2aV1StringList.
5463 5464 5465 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#list ⇒ Array<String>
The individual string values.
Corresponds to the JSON property list
5461 5462 5463 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5461 def list @list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5468 5469 5470 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5468 def update!(**args) @list = args[:list] if args.key?(:list) end |