ee.List.getString

Returns the string at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a string, an error will occur.

UsageReturns
List.getString(index)String
ArgumentTypeDetails
this: listList
indexInteger