MetricBucket

data class MetricBucket(val buckets: List<Int>, val version: Int)

Constructors

Link copied to clipboard
constructor(buckets: List<Int>, version: Int)

Properties

Link copied to clipboard
val buckets: List<Int>
Link copied to clipboard
val version: Int