MetricBucketOptionsLinearBucketsArgs

data class MetricBucketOptionsLinearBucketsArgs(val numFiniteBuckets: Output<Int>, val offset: Output<Double>, val width: Output<Double>) : ConvertibleToJava<MetricBucketOptionsLinearBucketsArgs>

Constructors

Link copied to clipboard
constructor(numFiniteBuckets: Output<Int>, offset: Output<Double>, width: Output<Double>)

Properties

Link copied to clipboard
val numFiniteBuckets: Output<Int>

Must be greater than 0.

Link copied to clipboard
val offset: Output<Double>

Lower bound of the first bucket.

Link copied to clipboard
val width: Output<Double>

Must be greater than 0.

Functions

Link copied to clipboard
open override fun toJava(): MetricBucketOptionsLinearBucketsArgs