ProgressDetail

@Serializable
data class ProgressDetail(val current: Int? = null, val total: Int? = null)

Parameters

current
total

Constructors

Link copied to clipboard
constructor(current: Int? = null, total: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "current")
val current: Int?
Link copied to clipboard
@SerialName(value = "total")
val total: Int?