FilterAggregationResult

@Serializable
data class FilterAggregationResult(val docCount: Long)

Constructors

Link copied to clipboard
constructor(docCount: Long)

Properties

Link copied to clipboard
@SerialName(value = "doc_count")
val docCount: Long