Progress

@JsonSerializable
data class Progress(val progressToken: ProgressToken, val progress: Int, val total: Double? = null, val description: String? = null)

Constructors

Link copied to clipboard
constructor(progressToken: ProgressToken, progress: Int, total: Double? = null, description: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Double? = null