RefreshResponse

@Serializable
data class RefreshResponse(val shards: Shards)

Constructors

Link copied to clipboard
constructor(shards: Shards)

Properties

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