FlyMenuRecipeSearch

constructor(page: Int = 1, numberPerPage: Int = 20, query: String? = null, ingredient_query: String? = null, types: List<FlyMenuRecipeType> = ArrayList(), tags: List<FlyMenuRecipeTag> = ArrayList(), preparation_time_max: Int? = null, cooking_time_max: Int? = null, total_time_max: Int? = null, min_price: Int? = null, max_price: Int? = null, min_difficulty: Int? = null, max_difficulty: Int? = null, retailerStoreId: String? = null)