ProcessStepModel

data class ProcessStepModel(    val blockIndex: Int,     val submitRecipients: List<RecipientModel>? = null,     val manualRouting: ManualRoutingModel? = null)

Constructors

Link copied to clipboard
fun ProcessStepModel(    blockIndex: Int,     submitRecipients: List<RecipientModel>? = null,     manualRouting: ManualRoutingModel? = null)

Properties

Link copied to clipboard
val blockIndex: Int
Link copied to clipboard
val manualRouting: ManualRoutingModel? = null
Link copied to clipboard
val submitRecipients: List<RecipientModel>? = null