ListOfStringsValue
List of string values.
Inherited functions
Casts this StepInput as a IntegerValue and retrieves its kotlin.Int value. Throws an exception if the StepInput is not a IntegerValue.
Casts this StepInput as a IntegerValue and retrieves its kotlin.Int value. Returns null if the StepInput is not a IntegerValue.
Casts this StepInput as a ListOfStringsValue and retrieves its List
Casts this StepInput as a ListOfStringsValue and retrieves its List
Casts this StepInput as a MapOfStringValue and retrieves its Map
Casts this StepInput as a MapOfStringValue and retrieves its Map
Casts this StepInput as a StringValue and retrieves its kotlin.String value. Throws an exception if the StepInput is not a StringValue.
Casts this StepInput as a StringValue and retrieves its kotlin.String value. Returns null if the StepInput is not a StringValue.