Metric Bucket Options Linear Buckets
data class MetricBucketOptionsLinearBuckets(val numFiniteBuckets: Int? = null, val offset: Double? = null, val width: Double? = null)
Constructors
Link copied to clipboard
fun MetricBucketOptionsLinearBuckets(numFiniteBuckets: Int? = null, offset: Double? = null, width: Double? = null)