Name | Type | Description | Notes |
---|---|---|---|
Nutrition | ImageAnalysisByURL200ResponseNutrition | ||
Category | ImageAnalysisByURL200ResponseCategory | ||
Recipes | []ImageAnalysisByURL200ResponseRecipesInner |
func NewImageAnalysisByURL200Response(nutrition ImageAnalysisByURL200ResponseNutrition, category ImageAnalysisByURL200ResponseCategory, recipes []ImageAnalysisByURL200ResponseRecipesInner, ) *ImageAnalysisByURL200Response
NewImageAnalysisByURL200Response instantiates a new ImageAnalysisByURL200Response 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 NewImageAnalysisByURL200ResponseWithDefaults() *ImageAnalysisByURL200Response
NewImageAnalysisByURL200ResponseWithDefaults instantiates a new ImageAnalysisByURL200Response 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 *ImageAnalysisByURL200Response) GetNutrition() ImageAnalysisByURL200ResponseNutrition
GetNutrition returns the Nutrition field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200Response) GetNutritionOk() (*ImageAnalysisByURL200ResponseNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageAnalysisByURL200Response) SetNutrition(v ImageAnalysisByURL200ResponseNutrition)
SetNutrition sets Nutrition field to given value.
func (o *ImageAnalysisByURL200Response) GetCategory() ImageAnalysisByURL200ResponseCategory
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200Response) GetCategoryOk() (*ImageAnalysisByURL200ResponseCategory, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageAnalysisByURL200Response) SetCategory(v ImageAnalysisByURL200ResponseCategory)
SetCategory sets Category field to given value.
func (o *ImageAnalysisByURL200Response) GetRecipes() []ImageAnalysisByURL200ResponseRecipesInner
GetRecipes returns the Recipes field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200Response) GetRecipesOk() (*[]ImageAnalysisByURL200ResponseRecipesInner, bool)
GetRecipesOk returns a tuple with the Recipes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageAnalysisByURL200Response) SetRecipes(v []ImageAnalysisByURL200ResponseRecipesInner)
SetRecipes sets Recipes field to given value.