IntegerValue
The integer value.
Inherited functions
Casts this WorkflowStepOutputUnion as a IntegerValue and retrieves its kotlin.Int value. Throws an exception if the WorkflowStepOutputUnion is not a IntegerValue.
Casts this WorkflowStepOutputUnion as a IntegerValue and retrieves its kotlin.Int value. Returns null if the WorkflowStepOutputUnion is not a IntegerValue.
Casts this WorkflowStepOutputUnion as a ListOfStringValue and retrieves its List
Casts this WorkflowStepOutputUnion as a ListOfStringValue and retrieves its List
Casts this WorkflowStepOutputUnion as a StringValue and retrieves its kotlin.String value. Throws an exception if the WorkflowStepOutputUnion is not a StringValue.
Casts this WorkflowStepOutputUnion as a StringValue and retrieves its kotlin.String value. Returns null if the WorkflowStepOutputUnion is not a StringValue.