Dashboardv2beta1RegexMapOptions
Constructor
Dashboardv2beta1RegexMapOptions()
Methods
build
Builds the object.
def build() -> dashboardv2beta1.Dashboardv2beta1RegexMapOptions
pattern
Regular expression to match against
def pattern(pattern: str) -> typing.Self
result
Config to apply when the value matches the regex
def result(result: cogbuilder.Builder[dashboardv2beta1.ValueMappingResult]) -> typing.Self
See also