GoogleCloudRetailV2alphaIntervalResponse

data class GoogleCloudRetailV2alphaIntervalResponse(val exclusiveMaximum: Double, val exclusiveMinimum: Double, val maximum: Double, val minimum: Double)

A floating point interval.

Constructors

Link copied to clipboard
fun GoogleCloudRetailV2alphaIntervalResponse(exclusiveMaximum: Double, exclusiveMinimum: Double, maximum: Double, minimum: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exclusive upper bound.

Link copied to clipboard

Exclusive lower bound.

Link copied to clipboard

Inclusive upper bound.

Link copied to clipboard

Inclusive lower bound.