Shards

data class Shards(val failed: Int, val successful: Int, val total: Int)

Constructors

Link copied to clipboard
constructor(failed: Int, successful: Int, total: Int)

Properties

Link copied to clipboard
val failed: Int
Link copied to clipboard
Link copied to clipboard
val total: Int