Other

data class Other(    val mandatory: Boolean,     val type: String,     val params: Map<*, *>?) : Stage

For unknown stages.

Constructors

Link copied to clipboard
fun Other(    mandatory: Boolean,     type: String,     params: Map<*, *>?)

Properties

Link copied to clipboard
open override val mandatory: Boolean
Link copied to clipboard
val params: Map<*, *>?
Link copied to clipboard
val type: String