StepInput
A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.
Inheritors
Types
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.