Class: Google::Apis::CesV1::LfA2aV1StringList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LfA2aV1StringList

Returns a new instance of LfA2aV1StringList.



5524
5525
5526
# File 'lib/google/apis/ces_v1/classes.rb', line 5524

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

Instance Attribute Details

#listArray<String>

The individual string values. Corresponds to the JSON property list

Returns:

  • (Array<String>)


5522
5523
5524
# File 'lib/google/apis/ces_v1/classes.rb', line 5522

def list
  @list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5529
5530
5531
# File 'lib/google/apis/ces_v1/classes.rb', line 5529

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