MigrationValidationDatabaseSummaryResultResponse

data class MigrationValidationDatabaseSummaryResultResponse(val endedOn: String, val id: String, val migrationId: String, val sourceDatabaseName: String, val startedOn: String, val status: String, val targetDatabaseName: String)

Migration Validation Database level summary result

Constructors

constructor(endedOn: String, id: String, migrationId: String, sourceDatabaseName: String, startedOn: String, status: String, targetDatabaseName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Validation end time

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Migration Identifier

Link copied to clipboard

Name of the source database

Link copied to clipboard

Validation start time

Link copied to clipboard

Current status of validation at the database level

Link copied to clipboard

Name of the target database