Name | Type | Description | Notes |
---|---|---|---|
Dishes | []AnalyzeARecipeSearchQuery200ResponseDishesInner | ||
Ingredients | []AnalyzeARecipeSearchQuery200ResponseIngredientsInner | ||
Cuisines | []string | ||
Modifiers | []string |
func NewAnalyzeARecipeSearchQuery200Response(dishes []AnalyzeARecipeSearchQuery200ResponseDishesInner, ingredients []AnalyzeARecipeSearchQuery200ResponseIngredientsInner, cuisines []string, modifiers []string, ) *AnalyzeARecipeSearchQuery200Response
NewAnalyzeARecipeSearchQuery200Response instantiates a new AnalyzeARecipeSearchQuery200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyzeARecipeSearchQuery200ResponseWithDefaults() *AnalyzeARecipeSearchQuery200Response
NewAnalyzeARecipeSearchQuery200ResponseWithDefaults instantiates a new AnalyzeARecipeSearchQuery200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AnalyzeARecipeSearchQuery200Response) GetDishes() []AnalyzeARecipeSearchQuery200ResponseDishesInner
GetDishes returns the Dishes field if non-nil, zero value otherwise.
func (o *AnalyzeARecipeSearchQuery200Response) GetDishesOk() (*[]AnalyzeARecipeSearchQuery200ResponseDishesInner, bool)
GetDishesOk returns a tuple with the Dishes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeARecipeSearchQuery200Response) SetDishes(v []AnalyzeARecipeSearchQuery200ResponseDishesInner)
SetDishes sets Dishes field to given value.
func (o *AnalyzeARecipeSearchQuery200Response) GetIngredients() []AnalyzeARecipeSearchQuery200ResponseIngredientsInner
GetIngredients returns the Ingredients field if non-nil, zero value otherwise.
func (o *AnalyzeARecipeSearchQuery200Response) GetIngredientsOk() (*[]AnalyzeARecipeSearchQuery200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeARecipeSearchQuery200Response) SetIngredients(v []AnalyzeARecipeSearchQuery200ResponseIngredientsInner)
SetIngredients sets Ingredients field to given value.
func (o *AnalyzeARecipeSearchQuery200Response) GetCuisines() []string
GetCuisines returns the Cuisines field if non-nil, zero value otherwise.
func (o *AnalyzeARecipeSearchQuery200Response) GetCuisinesOk() (*[]string, bool)
GetCuisinesOk returns a tuple with the Cuisines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeARecipeSearchQuery200Response) SetCuisines(v []string)
SetCuisines sets Cuisines field to given value.
func (o *AnalyzeARecipeSearchQuery200Response) GetModifiers() []string
GetModifiers returns the Modifiers field if non-nil, zero value otherwise.
func (o *AnalyzeARecipeSearchQuery200Response) GetModifiersOk() (*[]string, bool)
GetModifiersOk returns a tuple with the Modifiers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeARecipeSearchQuery200Response) SetModifiers(v []string)
SetModifiers sets Modifiers field to given value.