QueryDescriptor

@Serializable
data class QueryDescriptor(val input: Int, val output: Int, val sharedSteps: List<Int> = emptyList(), val isFluxOutput: Boolean = false, val queryId: Long)

Constructors

Link copied to clipboard
constructor(input: Int, output: Int, sharedSteps: List<Int> = emptyList(), isFluxOutput: Boolean = false, queryId: Long)

Properties

Link copied to clipboard
val input: Int
Link copied to clipboard
val isFluxOutput: Boolean = false
Link copied to clipboard
val output: Int
Link copied to clipboard
Link copied to clipboard