Event Data Store Advanced Event Selector Field Selector
data class EventDataStoreAdvancedEventSelectorFieldSelector(val endsWiths: List<String>? = null, val equals: List<String>? = null, val field: String? = null, val notEndsWiths: List<String>? = null, val notEquals: List<String>? = null, val notStartsWiths: List<String>? = null, val startsWiths: List<String>? = null)
Properties
Link copied to clipboard
A list of values that excludes events that match the last few characters of the event record field specified as the value of field
.
Link copied to clipboard
A list of values that excludes events that match the first few characters of the event record field specified as the value of field
.
Link copied to clipboard
A list of values that includes events that match the first few characters of the event record field specified as the value of field
.