HciJourneyFilter

data class HciJourneyFilter(type: HciJourneyFilter.Type, mode: HciRequestFilterMode, value: String?, meta: String?, locIdx: Int?)

Types

Type
Link copied to clipboard
enum Type : Enum<HciJourneyFilter.Type>

Properties

locIdx
Link copied to clipboard
val locIdx: Int? = null
meta
Link copied to clipboard
val meta: String? = null
mode
Link copied to clipboard
val mode: HciRequestFilterMode
type
Link copied to clipboard
val type: HciJourneyFilter.Type
value
Link copied to clipboard
val value: String? = null