Mapping Data Flow Response
constructor(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)