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.



5463
5464
5465
# File 'lib/google/apis/ces_v1/classes.rb', line 5463

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

Instance Attribute Details

#listArray<String>

The individual string values. Corresponds to the JSON property list

Returns:

  • (Array<String>)


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