Metric Bucket Options Linear Buckets Args
data class MetricBucketOptionsLinearBucketsArgs(val numFiniteBuckets: Output<Int>, val offset: Output<Double>, val width: Output<Double>) : ConvertibleToJava<MetricBucketOptionsLinearBucketsArgs>
Constructors
Link copied to clipboard
fun MetricBucketOptionsLinearBucketsArgs(numFiniteBuckets: Output<Int>, offset: Output<Double>, width: Output<Double>)