Validate Sync Migration Input Sql Server Task Output Response
data class ValidateSyncMigrationInputSqlServerTaskOutputResponse(val id: String, val name: String, val validationErrors: List<ReportableExceptionResponse>)
Output for task that validates migration input for SQL sync migrations
Constructors
Link copied to clipboard
fun ValidateSyncMigrationInputSqlServerTaskOutputResponse(id: String, name: String, validationErrors: List<ReportableExceptionResponse>)