DbMigrationStatusResponse

constructor(appliedChanges: Int? = null, cdcDeleteCounter: Int? = null, cdcInsertCounter: Int? = null, cdcUpdateCounter: Int? = null, databaseName: String? = null, endedOn: String? = null, fullLoadCompletedTables: Int? = null, fullLoadErroredTables: Int? = null, fullLoadLoadingTables: Int? = null, fullLoadQueuedTables: Int? = null, incomingChanges: Int? = null, latency: Int? = null, message: String? = null, migrationOperation: String? = null, migrationState: String? = null, startedOn: String? = null)