ConnectToSourceNonSqlTaskOutputResponse

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of databases on the server

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard
Link copied to clipboard

Server brand version

Link copied to clipboard

Validation errors associated with the task