Ingredient Response
class IngredientResponse( uniqueIngredientID: String, names: Map<String, String>, parents: List<String>, children: List<String>, wikiDataCode: String?) : EntityResponse<Ingredient>
Content copied to clipboard
Intermediate class between IngredientsWrapper and Ingredient
Author
dobriseb 2018-12-21 inspired by IngredientResponse