SnapPlaySearchCondition
data class SnapPlaySearchCondition(val labelId: Int?, val selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, val selectedTags: Set<String>, val keyword: String, val heightRange: IntRange?, val age: IntRange?, val coordinateGenre: CoordinateGenre?, val selectedShopCodes: Set<String>, val cachedShops: Set<Shop>)(source)
Constructors
Link copied to clipboard
constructor(labelId: Int?, selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, selectedTags: Set<String>, keyword: String, heightRange: IntRange?, age: IntRange?, coordinateGenre: CoordinateGenre?, selectedShopCodes: Set<String>, cachedShops: Set<Shop>)