StaffSearchConditionRouteParams

data class StaffSearchConditionRouteParams(val gender: Gender? = null, val age: IntRange? = null, val labelId: Int? = null, val selectedShopIds: Set<Int> = emptySet(), val heightRange: IntRange? = null, val order: Order = Order.NEW_ARRIVAL)(source)

Constructors

Link copied to clipboard
constructor(gender: Gender? = null, age: IntRange? = null, labelId: Int? = null, selectedShopIds: Set<Int> = emptySet(), heightRange: IntRange? = null, order: Order = Order.NEW_ARRIVAL)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val age: IntRange? = null
Link copied to clipboard
val gender: Gender? = null
Link copied to clipboard
val heightRange: IntRange? = null
Link copied to clipboard
val labelId: Int? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard