Pruned

@Serializable
data class Pruned(val prunedCount: Int)(source)

Constructors

Link copied to clipboard
constructor(prunedCount: Int)

Properties

Link copied to clipboard
@SerialName(value = "pruned")
val prunedCount: Int