CountResponse

@Serializable
data class CountResponse(val count: Long, val shards: Shards)

Constructors

Link copied to clipboard
constructor(count: Long, shards: Shards)

Properties

Link copied to clipboard
val count: Long
Link copied to clipboard
@SerialName(value = "_shards")
val shards: Shards