GeoTileGridResult

@Serializable
data class GeoTileGridResult(val buckets: List<JsonObject>) : BucketAggregationResult<GeoTileGridBucket>

Constructors

Link copied to clipboard
constructor(buckets: List<JsonObject>)

Properties

Link copied to clipboard
open override val buckets: List<JsonObject>
Link copied to clipboard
val GeoTileGridResult.parsedBuckets: List<ERROR CLASS: Cannot infer argument for type parameter R>