Flowlet Response
data class FlowletResponse(val annotations: List<Any>? = null, val description: String? = null, val folder: DataFlowResponseFolder? = null, val script: String? = null, val scriptLines: List<String>? = null, val sinks: List<DataFlowSinkResponse>? = null, val sources: List<DataFlowSourceResponse>? = null, val transformations: List<TransformationResponse>? = null, val type: String)
Data flow flowlet
Constructors
Link copied to clipboard
fun FlowletResponse(annotations: List<Any>? = null, description: String? = null, folder: DataFlowResponseFolder? = null, script: String? = null, scriptLines: List<String>? = null, sinks: List<DataFlowSinkResponse>? = null, sources: List<DataFlowSourceResponse>? = null, transformations: List<TransformationResponse>? = null, type: String)