SnapPlaySearchConditionRouteParams

data class SnapPlaySearchConditionRouteParams(val labelId: Int? = null, val selectedTags: Set<String> = emptySet(), val keyword: String = "", val heightRange: IntRange? = null, val ageRange: IntRange? = null, val coordinateGenre: CoordinateGenre? = null, val baseProductCode: String? = null, val userId: String? = null, val order: Order = Order.NEW_ARRIVAL, val selectedShopCodes: Set<String> = emptySet())(source)

Constructors

Link copied to clipboard
constructor(labelId: Int? = null, selectedTags: Set<String> = emptySet(), keyword: String = "", heightRange: IntRange? = null, ageRange: IntRange? = null, coordinateGenre: CoordinateGenre? = null, baseProductCode: String? = null, userId: String? = null, order: Order = Order.NEW_ARRIVAL, selectedShopCodes: Set<String> = emptySet())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ageRange: IntRange? = null
Link copied to clipboard
val baseProductCode: String? = null
Link copied to clipboard
Link copied to clipboard
val heightRange: IntRange? = null
Link copied to clipboard
Link copied to clipboard
val labelId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: String? = null

Functions

Link copied to clipboard