RecipeConditionExpression

data class RecipeConditionExpression(val condition: String, val targetColumn: String, val value: String? = null)

Condition expressions applied to the step action

Constructors

Link copied to clipboard
constructor(condition: String, targetColumn: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input condition to be applied to the target column

Link copied to clipboard

Name of the target column

Link copied to clipboard
val value: String? = null

Value of the condition