DataFlowReferenceResponse

data class DataFlowReferenceResponse(val datasetParameters: Any? = null, val parameters: Map<String, Any>? = null, val referenceName: String, val type: String)

Data flow reference type.

Constructors

Link copied to clipboard
constructor(datasetParameters: Any? = null, parameters: Map<String, Any>? = null, referenceName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetParameters: Any? = null

Reference data flow parameters from dataset.

Link copied to clipboard
val parameters: Map<String, Any>? = null

Data flow parameters

Link copied to clipboard

Reference data flow name.

Link copied to clipboard

Data flow reference type.