Descriptor

@Serializable
@SerialName(value = "when")
class Descriptor(val cases: List<Pair<QueryId, QueryId>>, val elseCase: QueryId? = null) : StepDescriptor

Constructors

Link copied to clipboard
constructor(cases: List<Pair<QueryId, QueryId>>, elseCase: QueryId? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val elseCase: QueryId? = null
Link copied to clipboard
@Transient
var id: Int?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun createStep(context: QueryDeserializationContext): IStep