TrailAdvancedEventSelectorFieldSelector

data class TrailAdvancedEventSelectorFieldSelector(val endsWiths: List<String>? = null, val equals: List<String>? = null, val field: String, val notEndsWiths: List<String>? = null, val notEquals: List<String>? = null, val notStartsWiths: List<String>? = null, val startsWiths: List<String>? = null)

Constructors

Link copied to clipboard
fun TrailAdvancedEventSelectorFieldSelector(endsWiths: List<String>? = null, equals: List<String>? = null, field: String, notEndsWiths: List<String>? = null, notEquals: List<String>? = null, notStartsWiths: List<String>? = null, startsWiths: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endsWiths: List<String>? = null
Link copied to clipboard
val equals: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val notEndsWiths: List<String>? = null
Link copied to clipboard
val notEquals: List<String>? = null
Link copied to clipboard
val notStartsWiths: List<String>? = null
Link copied to clipboard
val startsWiths: List<String>? = null