AnnotationEventFieldMappingBuilder🔗
Annotation event field mapping. Defines how to map a data frame field to an annotation event field.
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Regex🔗
Regular expression to apply to the field value
func (builder *AnnotationEventFieldMappingBuilder) Regex(regex string) *AnnotationEventFieldMappingBuilder
Source🔗
Source type for the field value
func (builder *AnnotationEventFieldMappingBuilder) Source(source string) *AnnotationEventFieldMappingBuilder
Value🔗
Constant value to use when source is "text"
func (builder *AnnotationEventFieldMappingBuilder) Value(value string) *AnnotationEventFieldMappingBuilder