Shards

@Serializable
data class Shards(val total: Int, val successful: Int, val failed: Int, val skipped: Int? = null)

Constructors

Link copied to clipboard
constructor(total: Int, successful: Int, failed: Int, skipped: Int? = null)

Properties

Link copied to clipboard
val failed: Int
Link copied to clipboard
val skipped: Int? = null
Link copied to clipboard
Link copied to clipboard
val total: Int