MetricBucketOptionsLinearBucketsArgs

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

Constructors

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

Properties

Link copied to clipboard
val numFiniteBuckets: Output<Int>? = null

Must be greater than 0.

Link copied to clipboard
val offset: Output<Double>? = null

Lower bound of the first bucket.

Link copied to clipboard
val width: Output<Double>? = null

Must be greater than 0.

Functions

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