Skip to content

Dashboardv2beta1RangeMapOptions🔗

Constructor🔗

Dashboardv2beta1RangeMapOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.Dashboardv2beta1RangeMapOptions

from_val🔗

Min value of the range. It can be null which means -Infinity

def from_val(from_val: float) -> typing.Self

result🔗

Config to apply when the value is within the range

def result(result: cogbuilder.Builder[dashboardv2beta1.ValueMappingResult]) -> typing.Self

to🔗

Max value of the range. It can be null which means +Infinity

def to(to: float) -> typing.Self

See also🔗