Skip to content

AnnotationEventFieldMapping🔗

Constructor🔗

AnnotationEventFieldMapping()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.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: dashboard.AnnotationEventFieldSource) -> typing.Self

value🔗

Constant value to use when source is "text".

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

See also🔗