Connect To Source Non Sql Task Output Response
data class ConnectToSourceNonSqlTaskOutputResponse(val databases: List<String>, val id: String, val serverProperties: ServerPropertiesResponse, val sourceServerBrandVersion: String, val validationErrors: List<ReportableExceptionResponse>)
Output for connect to MySQL type source
Constructors
Link copied to clipboard
constructor(databases: List<String>, id: String, serverProperties: ServerPropertiesResponse, sourceServerBrandVersion: String, validationErrors: List<ReportableExceptionResponse>)