Skip to content

AnnotationEventFieldMapping🔗

Constructor🔗

AnnotationEventFieldMapping()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.AnnotationEventFieldMapping

regex🔗

Regular expression to apply to the field value

def regex(regex: str) -> typing.Self

source🔗

Source type for the field value

def source(source: str) -> typing.Self

value🔗

Constant value to use when source is "text"

def value(value: str) -> typing.Self

See also🔗