Migrate Oracle Azure Db Postgre Sql Sync Task Output Database Error Response
data class MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseErrorResponse(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)