Dashboardv2SpecialValueMapOptions
Constructor
Dashboardv2SpecialValueMapOptions()
Methods
build
Builds the object.
def build() -> dashboardv2.Dashboardv2SpecialValueMapOptions
match
Special value to match against
def match(match: dashboardv2.SpecialValueMatch) -> typing.Self
result
Config to apply when the value matches the special value
def result(result: cogbuilder.Builder[dashboardv2.ValueMappingResult]) -> typing.Self
See also