Migrate Sql Server Sql Db Sync Task Output Database Error Response
data class MigrateSqlServerSqlDbSyncTaskOutputDatabaseErrorResponse(val errorMessage: String? = null, val events: List<SyncMigrationDatabaseErrorEventResponse>? = null, val id: String, val resultType: String)
Constructors
Link copied to clipboard
constructor(errorMessage: String? = null, events: List<SyncMigrationDatabaseErrorEventResponse>? = null, id: String, resultType: String)