ProgressPropertiesResponse

data class ProgressPropertiesResponse(val percentage: String? = null)

Constructors

Link copied to clipboard
constructor(percentage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percentage: String? = null

The percentage complete of the copy operation.