Skip to content

Dashboardv2RegexMapOptions🔗

Constructor🔗

Dashboardv2RegexMapOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2.Dashboardv2RegexMapOptions

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[dashboardv2.ValueMappingResult]) -> typing.Self

See also🔗