Mapping Data Flow Response
data class MappingDataFlowResponse(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)
Mapping data flow.
Constructors
Link copied to clipboard
fun MappingDataFlowResponse(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)