MigrationProgressResponse

data class MigrationProgressResponse(val completionPercentage: Double? = null, val progressMessage: String? = null)

Migration Progress

Constructors

Link copied to clipboard
constructor(completionPercentage: Double? = null, progressMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Completion Percentage

Link copied to clipboard
val progressMessage: String? = null

Progress Message