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())