Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AddMealPlanTemplate200Response
- func (o *AddMealPlanTemplate200Response) GetItems() []AddMealPlanTemplate200ResponseItemsInner
- func (o *AddMealPlanTemplate200Response) GetItemsOk() ([]AddMealPlanTemplate200ResponseItemsInner, bool)
- func (o *AddMealPlanTemplate200Response) GetName() string
- func (o *AddMealPlanTemplate200Response) GetNameOk() (*string, bool)
- func (o *AddMealPlanTemplate200Response) GetPublishAsPublic() bool
- func (o *AddMealPlanTemplate200Response) GetPublishAsPublicOk() (*bool, bool)
- func (o AddMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
- func (o *AddMealPlanTemplate200Response) SetItems(v []AddMealPlanTemplate200ResponseItemsInner)
- func (o *AddMealPlanTemplate200Response) SetName(v string)
- func (o *AddMealPlanTemplate200Response) SetPublishAsPublic(v bool)
- func (o AddMealPlanTemplate200Response) ToMap() (map[string]interface{}, error)
- func (o *AddMealPlanTemplate200Response) UnmarshalJSON(data []byte) (err error)
- type AddMealPlanTemplate200ResponseItemsInner
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetDay() int32
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetDayOk() (*int32, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetPosition() int32
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetPositionOk() (*int32, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetSlot() int32
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetSlotOk() (*int32, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetType() string
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetTypeOk() (*string, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetValue() AddMealPlanTemplate200ResponseItemsInnerValue
- func (o *AddMealPlanTemplate200ResponseItemsInner) GetValueOk() (*AddMealPlanTemplate200ResponseItemsInnerValue, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInner) HasValue() bool
- func (o AddMealPlanTemplate200ResponseItemsInner) MarshalJSON() ([]byte, error)
- func (o *AddMealPlanTemplate200ResponseItemsInner) SetDay(v int32)
- func (o *AddMealPlanTemplate200ResponseItemsInner) SetPosition(v int32)
- func (o *AddMealPlanTemplate200ResponseItemsInner) SetSlot(v int32)
- func (o *AddMealPlanTemplate200ResponseItemsInner) SetType(v string)
- func (o *AddMealPlanTemplate200ResponseItemsInner) SetValue(v AddMealPlanTemplate200ResponseItemsInnerValue)
- func (o AddMealPlanTemplate200ResponseItemsInner) ToMap() (map[string]interface{}, error)
- func (o *AddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON(data []byte) (err error)
- type AddMealPlanTemplate200ResponseItemsInnerValue
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetId() int32
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetIdOk() (*int32, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageType() string
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageTypeOk() (*string, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServings() float32
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServingsOk() (*float32, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitle() string
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitleOk() (*string, bool)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasId() bool
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasImageType() bool
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasServings() bool
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasTitle() bool
- func (o AddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON() ([]byte, error)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetId(v int32)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetImageType(v string)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetServings(v float32)
- func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetTitle(v string)
- func (o AddMealPlanTemplate200ResponseItemsInnerValue) ToMap() (map[string]interface{}, error)
- type AddToMealPlanRequest
- func (o *AddToMealPlanRequest) GetDate() float32
- func (o *AddToMealPlanRequest) GetDateOk() (*float32, bool)
- func (o *AddToMealPlanRequest) GetPosition() int32
- func (o *AddToMealPlanRequest) GetPositionOk() (*int32, bool)
- func (o *AddToMealPlanRequest) GetSlot() int32
- func (o *AddToMealPlanRequest) GetSlotOk() (*int32, bool)
- func (o *AddToMealPlanRequest) GetType() string
- func (o *AddToMealPlanRequest) GetTypeOk() (*string, bool)
- func (o *AddToMealPlanRequest) GetValue() AddToMealPlanRequestValue
- func (o *AddToMealPlanRequest) GetValueOk() (*AddToMealPlanRequestValue, bool)
- func (o AddToMealPlanRequest) MarshalJSON() ([]byte, error)
- func (o *AddToMealPlanRequest) SetDate(v float32)
- func (o *AddToMealPlanRequest) SetPosition(v int32)
- func (o *AddToMealPlanRequest) SetSlot(v int32)
- func (o *AddToMealPlanRequest) SetType(v string)
- func (o *AddToMealPlanRequest) SetValue(v AddToMealPlanRequestValue)
- func (o AddToMealPlanRequest) ToMap() (map[string]interface{}, error)
- func (o *AddToMealPlanRequest) UnmarshalJSON(data []byte) (err error)
- type AddToMealPlanRequestValue
- func (o *AddToMealPlanRequestValue) GetIngredients() []AddToMealPlanRequestValueIngredientsInner
- func (o *AddToMealPlanRequestValue) GetIngredientsOk() ([]AddToMealPlanRequestValueIngredientsInner, bool)
- func (o AddToMealPlanRequestValue) MarshalJSON() ([]byte, error)
- func (o *AddToMealPlanRequestValue) SetIngredients(v []AddToMealPlanRequestValueIngredientsInner)
- func (o AddToMealPlanRequestValue) ToMap() (map[string]interface{}, error)
- func (o *AddToMealPlanRequestValue) UnmarshalJSON(data []byte) (err error)
- type AddToMealPlanRequestValueIngredientsInner
- func (o *AddToMealPlanRequestValueIngredientsInner) GetName() string
- func (o *AddToMealPlanRequestValueIngredientsInner) GetNameOk() (*string, bool)
- func (o AddToMealPlanRequestValueIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *AddToMealPlanRequestValueIngredientsInner) SetName(v string)
- func (o AddToMealPlanRequestValueIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *AddToMealPlanRequestValueIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type AddToShoppingListRequest
- func (o *AddToShoppingListRequest) GetAisle() string
- func (o *AddToShoppingListRequest) GetAisleOk() (*string, bool)
- func (o *AddToShoppingListRequest) GetItem() string
- func (o *AddToShoppingListRequest) GetItemOk() (*string, bool)
- func (o *AddToShoppingListRequest) GetParse() bool
- func (o *AddToShoppingListRequest) GetParseOk() (*bool, bool)
- func (o AddToShoppingListRequest) MarshalJSON() ([]byte, error)
- func (o *AddToShoppingListRequest) SetAisle(v string)
- func (o *AddToShoppingListRequest) SetItem(v string)
- func (o *AddToShoppingListRequest) SetParse(v bool)
- func (o AddToShoppingListRequest) ToMap() (map[string]interface{}, error)
- func (o *AddToShoppingListRequest) UnmarshalJSON(data []byte) (err error)
- type AnalyzeARecipeSearchQuery200Response
- func (o *AnalyzeARecipeSearchQuery200Response) GetCuisines() []string
- func (o *AnalyzeARecipeSearchQuery200Response) GetCuisinesOk() ([]string, bool)
- func (o *AnalyzeARecipeSearchQuery200Response) GetDishes() []AnalyzeARecipeSearchQuery200ResponseDishesInner
- func (o *AnalyzeARecipeSearchQuery200Response) GetDishesOk() ([]AnalyzeARecipeSearchQuery200ResponseDishesInner, bool)
- func (o *AnalyzeARecipeSearchQuery200Response) GetIngredients() []AnalyzeARecipeSearchQuery200ResponseIngredientsInner
- func (o *AnalyzeARecipeSearchQuery200Response) GetIngredientsOk() ([]AnalyzeARecipeSearchQuery200ResponseIngredientsInner, bool)
- func (o *AnalyzeARecipeSearchQuery200Response) GetModifiers() []string
- func (o *AnalyzeARecipeSearchQuery200Response) GetModifiersOk() ([]string, bool)
- func (o AnalyzeARecipeSearchQuery200Response) MarshalJSON() ([]byte, error)
- func (o *AnalyzeARecipeSearchQuery200Response) SetCuisines(v []string)
- func (o *AnalyzeARecipeSearchQuery200Response) SetDishes(v []AnalyzeARecipeSearchQuery200ResponseDishesInner)
- func (o *AnalyzeARecipeSearchQuery200Response) SetIngredients(v []AnalyzeARecipeSearchQuery200ResponseIngredientsInner)
- func (o *AnalyzeARecipeSearchQuery200Response) SetModifiers(v []string)
- func (o AnalyzeARecipeSearchQuery200Response) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeARecipeSearchQuery200Response) UnmarshalJSON(data []byte) (err error)
- type AnalyzeARecipeSearchQuery200ResponseDishesInner
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImage() string
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImageOk() (*string, bool)
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetName() string
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetNameOk() (*string, bool)
- func (o AnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) SetImage(v string)
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) SetName(v string)
- func (o AnalyzeARecipeSearchQuery200ResponseDishesInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeARecipeSearchQuery200ResponseIngredientsInner
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImage() string
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImageOk() (*string, bool)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetInclude() bool
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetIncludeOk() (*bool, bool)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetName() string
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetNameOk() (*string, bool)
- func (o AnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetImage(v string)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetInclude(v bool)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetName(v string)
- func (o AnalyzeARecipeSearchQuery200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeInstructions200Response
- func (o *AnalyzeRecipeInstructions200Response) GetEquipment() []AnalyzeRecipeInstructions200ResponseIngredientsInner
- func (o *AnalyzeRecipeInstructions200Response) GetEquipmentOk() ([]AnalyzeRecipeInstructions200ResponseIngredientsInner, bool)
- func (o *AnalyzeRecipeInstructions200Response) GetIngredients() []AnalyzeRecipeInstructions200ResponseIngredientsInner
- func (o *AnalyzeRecipeInstructions200Response) GetIngredientsOk() ([]AnalyzeRecipeInstructions200ResponseIngredientsInner, bool)
- func (o *AnalyzeRecipeInstructions200Response) GetParsedInstructions() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
- func (o *AnalyzeRecipeInstructions200Response) GetParsedInstructionsOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInner, bool)
- func (o AnalyzeRecipeInstructions200Response) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeInstructions200Response) SetEquipment(v []AnalyzeRecipeInstructions200ResponseIngredientsInner)
- func (o *AnalyzeRecipeInstructions200Response) SetIngredients(v []AnalyzeRecipeInstructions200ResponseIngredientsInner)
- func (o *AnalyzeRecipeInstructions200Response) SetParsedInstructions(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner)
- func (o AnalyzeRecipeInstructions200Response) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeRecipeInstructions200Response) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeInstructions200ResponseIngredientsInner
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetId() int32
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetIdOk() (*int32, bool)
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetName() string
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetNameOk() (*string, bool)
- func (o AnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) SetId(v int32)
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) SetName(v string)
- func (o AnalyzeRecipeInstructions200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetName() string
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetNameOk() (*string, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetSteps() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetStepsOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) HasSteps() bool
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetName(v string)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetSteps(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner)
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner(number float32, step string) *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipment() ...
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipmentOk() (...)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredients() ...
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredientsOk() (...)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumber() float32
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumberOk() (*float32, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStep() string
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStepOk() (*string, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasEquipment() bool
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasIngredients() bool
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetEquipment(...)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetIngredients(...)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetNumber(v float32)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetStep(v string)
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetId() int32
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetIdOk() (*int32, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImage() string
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImageOk() (*string, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedName() string
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedNameOk() (*string, bool)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetName() string
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetNameOk() (*string, bool)
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetId(v int32)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetImage(v string)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetLocalizedName(v string)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetName(v string)
- func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type AnalyzeRecipeRequest
- func (o *AnalyzeRecipeRequest) GetIngredients() []string
- func (o *AnalyzeRecipeRequest) GetIngredientsOk() ([]string, bool)
- func (o *AnalyzeRecipeRequest) GetInstructions() string
- func (o *AnalyzeRecipeRequest) GetInstructionsOk() (*string, bool)
- func (o *AnalyzeRecipeRequest) GetServings() int32
- func (o *AnalyzeRecipeRequest) GetServingsOk() (*int32, bool)
- func (o *AnalyzeRecipeRequest) GetTitle() string
- func (o *AnalyzeRecipeRequest) GetTitleOk() (*string, bool)
- func (o *AnalyzeRecipeRequest) HasIngredients() bool
- func (o *AnalyzeRecipeRequest) HasInstructions() bool
- func (o *AnalyzeRecipeRequest) HasServings() bool
- func (o *AnalyzeRecipeRequest) HasTitle() bool
- func (o AnalyzeRecipeRequest) MarshalJSON() ([]byte, error)
- func (o *AnalyzeRecipeRequest) SetIngredients(v []string)
- func (o *AnalyzeRecipeRequest) SetInstructions(v string)
- func (o *AnalyzeRecipeRequest) SetServings(v int32)
- func (o *AnalyzeRecipeRequest) SetTitle(v string)
- func (o AnalyzeRecipeRequest) ToMap() (map[string]interface{}, error)
- type ApiAddMealPlanTemplateRequest
- type ApiAddToMealPlanRequest
- type ApiAddToShoppingListRequest
- func (r ApiAddToShoppingListRequest) AddToShoppingListRequest(addToShoppingListRequest AddToShoppingListRequest) ApiAddToShoppingListRequest
- func (r ApiAddToShoppingListRequest) Execute() (*GetShoppingList200Response, *http.Response, error)
- func (r ApiAddToShoppingListRequest) Hash(hash string) ApiAddToShoppingListRequest
- type ApiAnalyzeARecipeSearchQueryRequest
- type ApiAnalyzeRecipeInstructionsRequest
- type ApiAnalyzeRecipeRequest
- func (r ApiAnalyzeRecipeRequest) AnalyzeRecipeRequest(analyzeRecipeRequest AnalyzeRecipeRequest) ApiAnalyzeRecipeRequest
- func (r ApiAnalyzeRecipeRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiAnalyzeRecipeRequest) IncludeNutrition(includeNutrition bool) ApiAnalyzeRecipeRequest
- func (r ApiAnalyzeRecipeRequest) IncludeTaste(includeTaste bool) ApiAnalyzeRecipeRequest
- func (r ApiAnalyzeRecipeRequest) Language(language string) ApiAnalyzeRecipeRequest
- type ApiAutocompleteIngredientSearchRequest
- func (r ApiAutocompleteIngredientSearchRequest) Execute() ([]AutocompleteIngredientSearch200ResponseInner, *http.Response, error)
- func (r ApiAutocompleteIngredientSearchRequest) Intolerances(intolerances string) ApiAutocompleteIngredientSearchRequest
- func (r ApiAutocompleteIngredientSearchRequest) Language(language string) ApiAutocompleteIngredientSearchRequest
- func (r ApiAutocompleteIngredientSearchRequest) MetaInformation(metaInformation bool) ApiAutocompleteIngredientSearchRequest
- func (r ApiAutocompleteIngredientSearchRequest) Number(number int32) ApiAutocompleteIngredientSearchRequest
- func (r ApiAutocompleteIngredientSearchRequest) Query(query string) ApiAutocompleteIngredientSearchRequest
- type ApiAutocompleteMenuItemSearchRequest
- func (r ApiAutocompleteMenuItemSearchRequest) Execute() (*AutocompleteProductSearch200Response, *http.Response, error)
- func (r ApiAutocompleteMenuItemSearchRequest) Number(number int32) ApiAutocompleteMenuItemSearchRequest
- func (r ApiAutocompleteMenuItemSearchRequest) Query(query string) ApiAutocompleteMenuItemSearchRequest
- type ApiAutocompleteProductSearchRequest
- func (r ApiAutocompleteProductSearchRequest) Execute() (*AutocompleteProductSearch200Response, *http.Response, error)
- func (r ApiAutocompleteProductSearchRequest) Number(number int32) ApiAutocompleteProductSearchRequest
- func (r ApiAutocompleteProductSearchRequest) Query(query string) ApiAutocompleteProductSearchRequest
- type ApiAutocompleteRecipeSearchRequest
- func (r ApiAutocompleteRecipeSearchRequest) Execute() ([]AutocompleteRecipeSearch200ResponseInner, *http.Response, error)
- func (r ApiAutocompleteRecipeSearchRequest) Number(number int32) ApiAutocompleteRecipeSearchRequest
- func (r ApiAutocompleteRecipeSearchRequest) Query(query string) ApiAutocompleteRecipeSearchRequest
- type ApiClassifyCuisineRequest
- func (r ApiClassifyCuisineRequest) Execute() (*ClassifyCuisine200Response, *http.Response, error)
- func (r ApiClassifyCuisineRequest) IngredientList(ingredientList string) ApiClassifyCuisineRequest
- func (r ApiClassifyCuisineRequest) Language(language string) ApiClassifyCuisineRequest
- func (r ApiClassifyCuisineRequest) Title(title string) ApiClassifyCuisineRequest
- type ApiClassifyGroceryProductBulkRequest
- func (r ApiClassifyGroceryProductBulkRequest) ClassifyGroceryProductBulkRequestInner(...) ApiClassifyGroceryProductBulkRequest
- func (r ApiClassifyGroceryProductBulkRequest) Execute() ([]ClassifyGroceryProductBulk200ResponseInner, *http.Response, error)
- func (r ApiClassifyGroceryProductBulkRequest) Locale(locale string) ApiClassifyGroceryProductBulkRequest
- type ApiClassifyGroceryProductRequest
- func (r ApiClassifyGroceryProductRequest) ClassifyGroceryProductRequest(classifyGroceryProductRequest ClassifyGroceryProductRequest) ApiClassifyGroceryProductRequest
- func (r ApiClassifyGroceryProductRequest) Execute() (*ClassifyGroceryProduct200Response, *http.Response, error)
- func (r ApiClassifyGroceryProductRequest) Locale(locale string) ApiClassifyGroceryProductRequest
- type ApiClearMealPlanDayRequest
- type ApiComputeGlycemicLoadRequest
- func (r ApiComputeGlycemicLoadRequest) ComputeGlycemicLoadRequest(computeGlycemicLoadRequest ComputeGlycemicLoadRequest) ApiComputeGlycemicLoadRequest
- func (r ApiComputeGlycemicLoadRequest) Execute() (*ComputeGlycemicLoad200Response, *http.Response, error)
- func (r ApiComputeGlycemicLoadRequest) Language(language string) ApiComputeGlycemicLoadRequest
- type ApiComputeIngredientAmountRequest
- func (r ApiComputeIngredientAmountRequest) Execute() (*ComputeIngredientAmount200Response, *http.Response, error)
- func (r ApiComputeIngredientAmountRequest) Nutrient(nutrient string) ApiComputeIngredientAmountRequest
- func (r ApiComputeIngredientAmountRequest) Target(target int32) ApiComputeIngredientAmountRequest
- func (r ApiComputeIngredientAmountRequest) Unit(unit string) ApiComputeIngredientAmountRequest
- type ApiConnectUserRequest
- type ApiConvertAmountsRequest
- func (r ApiConvertAmountsRequest) Execute() (*ConvertAmounts200Response, *http.Response, error)
- func (r ApiConvertAmountsRequest) IngredientName(ingredientName string) ApiConvertAmountsRequest
- func (r ApiConvertAmountsRequest) SourceAmount(sourceAmount float32) ApiConvertAmountsRequest
- func (r ApiConvertAmountsRequest) SourceUnit(sourceUnit string) ApiConvertAmountsRequest
- func (r ApiConvertAmountsRequest) TargetUnit(targetUnit string) ApiConvertAmountsRequest
- type ApiCreateRecipeCardGetRequest
- func (r ApiCreateRecipeCardGetRequest) BackgroundColor(backgroundColor string) ApiCreateRecipeCardGetRequest
- func (r ApiCreateRecipeCardGetRequest) BackgroundImage(backgroundImage string) ApiCreateRecipeCardGetRequest
- func (r ApiCreateRecipeCardGetRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiCreateRecipeCardGetRequest) FontColor(fontColor string) ApiCreateRecipeCardGetRequest
- func (r ApiCreateRecipeCardGetRequest) Mask(mask string) ApiCreateRecipeCardGetRequest
- type ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Author(author string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) BackgroundColor(backgroundColor string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) BackgroundImage(backgroundImage string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Execute() (*CreateRecipeCard200Response, *http.Response, error)
- func (r ApiCreateRecipeCardRequest) FontColor(fontColor string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Image(image *os.File) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) ImageUrl(imageUrl string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Ingredients(ingredients string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Instructions(instructions string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Mask(mask string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) ReadyInMinutes(readyInMinutes float32) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Servings(servings float32) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Source(source string) ApiCreateRecipeCardRequest
- func (r ApiCreateRecipeCardRequest) Title(title string) ApiCreateRecipeCardRequest
- type ApiDeleteFromMealPlanRequest
- type ApiDeleteFromShoppingListRequest
- type ApiDeleteMealPlanTemplateRequest
- type ApiDetectFoodInTextRequest
- type ApiEquipmentByIDImageRequest
- type ApiExtractRecipeFromWebsiteRequest
- func (r ApiExtractRecipeFromWebsiteRequest) Analyze(analyze bool) ApiExtractRecipeFromWebsiteRequest
- func (r ApiExtractRecipeFromWebsiteRequest) Execute() (*RecipeInformation, *http.Response, error)
- func (r ApiExtractRecipeFromWebsiteRequest) ForceExtraction(forceExtraction bool) ApiExtractRecipeFromWebsiteRequest
- func (r ApiExtractRecipeFromWebsiteRequest) IncludeNutrition(includeNutrition bool) ApiExtractRecipeFromWebsiteRequest
- func (r ApiExtractRecipeFromWebsiteRequest) IncludeTaste(includeTaste bool) ApiExtractRecipeFromWebsiteRequest
- func (r ApiExtractRecipeFromWebsiteRequest) Url(url string) ApiExtractRecipeFromWebsiteRequest
- type ApiGenerateMealPlanRequest
- func (r ApiGenerateMealPlanRequest) Diet(diet string) ApiGenerateMealPlanRequest
- func (r ApiGenerateMealPlanRequest) Exclude(exclude string) ApiGenerateMealPlanRequest
- func (r ApiGenerateMealPlanRequest) Execute() (*GenerateMealPlan200Response, *http.Response, error)
- func (r ApiGenerateMealPlanRequest) TargetCalories(targetCalories float32) ApiGenerateMealPlanRequest
- func (r ApiGenerateMealPlanRequest) TimeFrame(timeFrame string) ApiGenerateMealPlanRequest
- type ApiGenerateShoppingListRequest
- type ApiGetARandomFoodJokeRequest
- type ApiGetAnalyzedRecipeInstructionsRequest
- type ApiGetComparableProductsRequest
- type ApiGetConversationSuggestsRequest
- func (r ApiGetConversationSuggestsRequest) Execute() (*GetConversationSuggests200Response, *http.Response, error)
- func (r ApiGetConversationSuggestsRequest) Number(number float32) ApiGetConversationSuggestsRequest
- func (r ApiGetConversationSuggestsRequest) Query(query string) ApiGetConversationSuggestsRequest
- type ApiGetDishPairingForWineRequest
- type ApiGetIngredientInformationRequest
- func (r ApiGetIngredientInformationRequest) Amount(amount float32) ApiGetIngredientInformationRequest
- func (r ApiGetIngredientInformationRequest) Execute() (*IngredientInformation, *http.Response, error)
- func (r ApiGetIngredientInformationRequest) Unit(unit string) ApiGetIngredientInformationRequest
- type ApiGetIngredientSubstitutesByIDRequest
- type ApiGetIngredientSubstitutesRequest
- type ApiGetMealPlanTemplateRequest
- type ApiGetMealPlanTemplatesRequest
- type ApiGetMealPlanWeekRequest
- type ApiGetMenuItemInformationRequest
- type ApiGetProductInformationRequest
- type ApiGetRandomFoodTriviaRequest
- type ApiGetRandomRecipesRequest
- func (r ApiGetRandomRecipesRequest) ExcludeTags(excludeTags string) ApiGetRandomRecipesRequest
- func (r ApiGetRandomRecipesRequest) Execute() (*GetRandomRecipes200Response, *http.Response, error)
- func (r ApiGetRandomRecipesRequest) IncludeNutrition(includeNutrition bool) ApiGetRandomRecipesRequest
- func (r ApiGetRandomRecipesRequest) IncludeTags(includeTags string) ApiGetRandomRecipesRequest
- func (r ApiGetRandomRecipesRequest) Number(number int32) ApiGetRandomRecipesRequest
- type ApiGetRecipeEquipmentByIDRequest
- type ApiGetRecipeInformationBulkRequest
- func (r ApiGetRecipeInformationBulkRequest) Execute() ([]RecipeInformation, *http.Response, error)
- func (r ApiGetRecipeInformationBulkRequest) Ids(ids string) ApiGetRecipeInformationBulkRequest
- func (r ApiGetRecipeInformationBulkRequest) IncludeNutrition(includeNutrition bool) ApiGetRecipeInformationBulkRequest
- type ApiGetRecipeInformationRequest
- func (r ApiGetRecipeInformationRequest) AddTasteData(addTasteData bool) ApiGetRecipeInformationRequest
- func (r ApiGetRecipeInformationRequest) AddWinePairing(addWinePairing bool) ApiGetRecipeInformationRequest
- func (r ApiGetRecipeInformationRequest) Execute() (*RecipeInformation, *http.Response, error)
- func (r ApiGetRecipeInformationRequest) IncludeNutrition(includeNutrition bool) ApiGetRecipeInformationRequest
- type ApiGetRecipeIngredientsByIDRequest
- type ApiGetRecipeNutritionWidgetByIDRequest
- type ApiGetRecipePriceBreakdownByIDRequest
- type ApiGetRecipeTasteByIDRequest
- type ApiGetShoppingListRequest
- type ApiGetSimilarRecipesRequest
- type ApiGetWineDescriptionRequest
- type ApiGetWinePairingRequest
- type ApiGetWineRecommendationRequest
- func (r ApiGetWineRecommendationRequest) Execute() (*GetWineRecommendation200Response, *http.Response, error)
- func (r ApiGetWineRecommendationRequest) MaxPrice(maxPrice float32) ApiGetWineRecommendationRequest
- func (r ApiGetWineRecommendationRequest) MinRating(minRating float32) ApiGetWineRecommendationRequest
- func (r ApiGetWineRecommendationRequest) Number(number float32) ApiGetWineRecommendationRequest
- func (r ApiGetWineRecommendationRequest) Wine(wine string) ApiGetWineRecommendationRequest
- type ApiGuessNutritionByDishNameRequest
- type ApiImageAnalysisByURLRequest
- type ApiImageClassificationByURLRequest
- type ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) AddChildren(addChildren bool) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Execute() (*IngredientSearch200Response, *http.Response, error)
- func (r ApiIngredientSearchRequest) Intolerances(intolerances string) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Language(language string) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MaxCarbsPercent(maxCarbsPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MaxFatPercent(maxFatPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MaxProteinPercent(maxProteinPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MetaInformation(metaInformation bool) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MinCarbsPercent(minCarbsPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MinFatPercent(minFatPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) MinProteinPercent(minProteinPercent float32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Number(number int32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Offset(offset int32) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Query(query string) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) Sort(sort string) ApiIngredientSearchRequest
- func (r ApiIngredientSearchRequest) SortDirection(sortDirection string) ApiIngredientSearchRequest
- type ApiIngredientsByIDImageRequest
- type ApiMapIngredientsToGroceryProductsRequest
- func (r ApiMapIngredientsToGroceryProductsRequest) Execute() ([]MapIngredientsToGroceryProducts200ResponseInner, *http.Response, error)
- func (r ApiMapIngredientsToGroceryProductsRequest) MapIngredientsToGroceryProductsRequest(mapIngredientsToGroceryProductsRequest MapIngredientsToGroceryProductsRequest) ApiMapIngredientsToGroceryProductsRequest
- type ApiMenuItemNutritionByIDImageRequest
- type ApiMenuItemNutritionLabelImageRequest
- func (r ApiMenuItemNutritionLabelImageRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiMenuItemNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiMenuItemNutritionLabelImageRequest
- func (r ApiMenuItemNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiMenuItemNutritionLabelImageRequest
- func (r ApiMenuItemNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiMenuItemNutritionLabelImageRequest
- type ApiMenuItemNutritionLabelWidgetRequest
- func (r ApiMenuItemNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiMenuItemNutritionLabelWidgetRequest
- func (r ApiMenuItemNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
- func (r ApiMenuItemNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiMenuItemNutritionLabelWidgetRequest
- func (r ApiMenuItemNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiMenuItemNutritionLabelWidgetRequest
- func (r ApiMenuItemNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiMenuItemNutritionLabelWidgetRequest
- type ApiParseIngredientsRequest
- func (r ApiParseIngredientsRequest) Execute() ([]IngredientInformation, *http.Response, error)
- func (r ApiParseIngredientsRequest) IncludeNutrition(includeNutrition bool) ApiParseIngredientsRequest
- func (r ApiParseIngredientsRequest) IngredientList(ingredientList string) ApiParseIngredientsRequest
- func (r ApiParseIngredientsRequest) Language(language string) ApiParseIngredientsRequest
- func (r ApiParseIngredientsRequest) Servings(servings float32) ApiParseIngredientsRequest
- type ApiPriceBreakdownByIDImageRequest
- type ApiProductNutritionByIDImageRequest
- type ApiProductNutritionLabelImageRequest
- func (r ApiProductNutritionLabelImageRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiProductNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiProductNutritionLabelImageRequest
- func (r ApiProductNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiProductNutritionLabelImageRequest
- func (r ApiProductNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiProductNutritionLabelImageRequest
- type ApiProductNutritionLabelWidgetRequest
- func (r ApiProductNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiProductNutritionLabelWidgetRequest
- func (r ApiProductNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
- func (r ApiProductNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiProductNutritionLabelWidgetRequest
- func (r ApiProductNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiProductNutritionLabelWidgetRequest
- func (r ApiProductNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiProductNutritionLabelWidgetRequest
- type ApiQuickAnswerRequest
- type ApiRecipeNutritionByIDImageRequest
- type ApiRecipeNutritionLabelImageRequest
- func (r ApiRecipeNutritionLabelImageRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiRecipeNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiRecipeNutritionLabelImageRequest
- func (r ApiRecipeNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiRecipeNutritionLabelImageRequest
- func (r ApiRecipeNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiRecipeNutritionLabelImageRequest
- type ApiRecipeNutritionLabelWidgetRequest
- func (r ApiRecipeNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiRecipeNutritionLabelWidgetRequest
- func (r ApiRecipeNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
- func (r ApiRecipeNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiRecipeNutritionLabelWidgetRequest
- func (r ApiRecipeNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiRecipeNutritionLabelWidgetRequest
- func (r ApiRecipeNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiRecipeNutritionLabelWidgetRequest
- type ApiRecipeTasteByIDImageRequest
- type ApiSearchAllFoodRequest
- func (r ApiSearchAllFoodRequest) Execute() (*SearchAllFood200Response, *http.Response, error)
- func (r ApiSearchAllFoodRequest) Number(number int32) ApiSearchAllFoodRequest
- func (r ApiSearchAllFoodRequest) Offset(offset int32) ApiSearchAllFoodRequest
- func (r ApiSearchAllFoodRequest) Query(query string) ApiSearchAllFoodRequest
- type ApiSearchCustomFoodsRequest
- func (r ApiSearchCustomFoodsRequest) Execute() (*SearchCustomFoods200Response, *http.Response, error)
- func (r ApiSearchCustomFoodsRequest) Hash(hash string) ApiSearchCustomFoodsRequest
- func (r ApiSearchCustomFoodsRequest) Number(number int32) ApiSearchCustomFoodsRequest
- func (r ApiSearchCustomFoodsRequest) Offset(offset int32) ApiSearchCustomFoodsRequest
- func (r ApiSearchCustomFoodsRequest) Query(query string) ApiSearchCustomFoodsRequest
- func (r ApiSearchCustomFoodsRequest) Username(username string) ApiSearchCustomFoodsRequest
- type ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Cuisine(cuisine string) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Diet(diet string) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) ExcludeIngredients(excludeIngredients string) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Execute() (*SearchFoodVideos200Response, *http.Response, error)
- func (r ApiSearchFoodVideosRequest) IncludeIngredients(includeIngredients string) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) MaxLength(maxLength float32) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) MinLength(minLength float32) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Number(number int32) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Offset(offset int32) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Query(query string) ApiSearchFoodVideosRequest
- func (r ApiSearchFoodVideosRequest) Type_(type_ string) ApiSearchFoodVideosRequest
- type ApiSearchGroceryProductsByUPCRequest
- type ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) AddProductInformation(addProductInformation bool) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) Execute() (*SearchGroceryProducts200Response, *http.Response, error)
- func (r ApiSearchGroceryProductsRequest) MaxCalories(maxCalories float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MaxCarbs(maxCarbs float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MaxFat(maxFat float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MaxProtein(maxProtein float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MinCalories(minCalories float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MinCarbs(minCarbs float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MinFat(minFat float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) MinProtein(minProtein float32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) Number(number int32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) Offset(offset int32) ApiSearchGroceryProductsRequest
- func (r ApiSearchGroceryProductsRequest) Query(query string) ApiSearchGroceryProductsRequest
- type ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) AddMenuItemInformation(addMenuItemInformation bool) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) Execute() (*SearchMenuItems200Response, *http.Response, error)
- func (r ApiSearchMenuItemsRequest) MaxCalories(maxCalories float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MaxCarbs(maxCarbs float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MaxFat(maxFat float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MaxProtein(maxProtein float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MinCalories(minCalories float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MinCarbs(minCarbs float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MinFat(minFat float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) MinProtein(minProtein float32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) Number(number int32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) Offset(offset int32) ApiSearchMenuItemsRequest
- func (r ApiSearchMenuItemsRequest) Query(query string) ApiSearchMenuItemsRequest
- type ApiSearchRecipesByIngredientsRequest
- func (r ApiSearchRecipesByIngredientsRequest) Execute() ([]SearchRecipesByIngredients200ResponseInner, *http.Response, error)
- func (r ApiSearchRecipesByIngredientsRequest) IgnorePantry(ignorePantry bool) ApiSearchRecipesByIngredientsRequest
- func (r ApiSearchRecipesByIngredientsRequest) Ingredients(ingredients string) ApiSearchRecipesByIngredientsRequest
- func (r ApiSearchRecipesByIngredientsRequest) Number(number int32) ApiSearchRecipesByIngredientsRequest
- func (r ApiSearchRecipesByIngredientsRequest) Ranking(ranking int32) ApiSearchRecipesByIngredientsRequest
- type ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) Execute() ([]SearchRecipesByNutrients200ResponseInner, *http.Response, error)
- func (r ApiSearchRecipesByNutrientsRequest) MaxAlcohol(maxAlcohol float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCaffeine(maxCaffeine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCalcium(maxCalcium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCalories(maxCalories float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCarbs(maxCarbs float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCholesterol(maxCholesterol float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCholine(maxCholine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxCopper(maxCopper float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxFat(maxFat float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxFiber(maxFiber float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxFluoride(maxFluoride float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxFolate(maxFolate float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxFolicAcid(maxFolicAcid float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxIodine(maxIodine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxIron(maxIron float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxMagnesium(maxMagnesium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxManganese(maxManganese float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxPhosphorus(maxPhosphorus float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxPotassium(maxPotassium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxProtein(maxProtein float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxSaturatedFat(maxSaturatedFat float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxSelenium(maxSelenium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxSodium(maxSodium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxSugar(maxSugar float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminA(maxVitaminA float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB1(maxVitaminB1 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB12(maxVitaminB12 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB2(maxVitaminB2 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB3(maxVitaminB3 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB5(maxVitaminB5 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB6(maxVitaminB6 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminC(maxVitaminC float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminD(maxVitaminD float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminE(maxVitaminE float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminK(maxVitaminK float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MaxZinc(maxZinc float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinAlcohol(minAlcohol float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCaffeine(minCaffeine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCalcium(minCalcium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCalories(minCalories float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCarbs(minCarbs float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCholesterol(minCholesterol float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCholine(minCholine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinCopper(minCopper float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinFat(minFat float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinFiber(minFiber float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinFluoride(minFluoride float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinFolate(minFolate float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinFolicAcid(minFolicAcid float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinIodine(minIodine float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinIron(minIron float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinMagnesium(minMagnesium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinManganese(minManganese float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinPhosphorus(minPhosphorus float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinPotassium(minPotassium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinProtein(minProtein float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinSaturatedFat(minSaturatedFat float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinSelenium(minSelenium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinSodium(minSodium float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinSugar(minSugar float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminA(minVitaminA float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB1(minVitaminB1 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB12(minVitaminB12 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB2(minVitaminB2 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB3(minVitaminB3 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB5(minVitaminB5 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB6(minVitaminB6 float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminC(minVitaminC float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminD(minVitaminD float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminE(minVitaminE float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinVitaminK(minVitaminK float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) MinZinc(minZinc float32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) Number(number int32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) Offset(offset int32) ApiSearchRecipesByNutrientsRequest
- func (r ApiSearchRecipesByNutrientsRequest) Random(random bool) ApiSearchRecipesByNutrientsRequest
- type ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) AddRecipeInformation(addRecipeInformation bool) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) AddRecipeNutrition(addRecipeNutrition bool) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Author(author string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Cuisine(cuisine string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Diet(diet string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Equipment(equipment string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) ExcludeCuisine(excludeCuisine string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) ExcludeIngredients(excludeIngredients string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Execute() (*SearchRecipes200Response, *http.Response, error)
- func (r ApiSearchRecipesRequest) FillIngredients(fillIngredients bool) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) IgnorePantry(ignorePantry bool) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) IncludeIngredients(includeIngredients string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) InstructionsRequired(instructionsRequired bool) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Intolerances(intolerances string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxAlcohol(maxAlcohol float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCaffeine(maxCaffeine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCalcium(maxCalcium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCalories(maxCalories float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCarbs(maxCarbs float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCholesterol(maxCholesterol float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCholine(maxCholine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxCopper(maxCopper float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxFat(maxFat float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxFiber(maxFiber float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxFluoride(maxFluoride float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxFolate(maxFolate float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxFolicAcid(maxFolicAcid float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxIodine(maxIodine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxIron(maxIron float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxMagnesium(maxMagnesium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxManganese(maxManganese float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxPhosphorus(maxPhosphorus float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxPotassium(maxPotassium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxProtein(maxProtein float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxReadyTime(maxReadyTime float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxSaturatedFat(maxSaturatedFat float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxSelenium(maxSelenium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxServings(maxServings float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxSodium(maxSodium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxSugar(maxSugar float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminA(maxVitaminA float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB1(maxVitaminB1 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB12(maxVitaminB12 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB2(maxVitaminB2 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB3(maxVitaminB3 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB5(maxVitaminB5 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminB6(maxVitaminB6 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminC(maxVitaminC float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminD(maxVitaminD float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminE(maxVitaminE float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxVitaminK(maxVitaminK float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MaxZinc(maxZinc float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinAlcohol(minAlcohol float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCaffeine(minCaffeine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCalcium(minCalcium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCalories(minCalories float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCarbs(minCarbs float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCholesterol(minCholesterol float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCholine(minCholine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinCopper(minCopper float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinFat(minFat float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinFiber(minFiber float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinFluoride(minFluoride float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinFolate(minFolate float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinFolicAcid(minFolicAcid float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinIodine(minIodine float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinIron(minIron float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinMagnesium(minMagnesium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinManganese(minManganese float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinPhosphorus(minPhosphorus float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinPotassium(minPotassium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinProtein(minProtein float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinSaturatedFat(minSaturatedFat float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinSelenium(minSelenium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinServings(minServings float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinSodium(minSodium float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinSugar(minSugar float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminA(minVitaminA float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB1(minVitaminB1 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB12(minVitaminB12 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB2(minVitaminB2 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB3(minVitaminB3 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB5(minVitaminB5 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminB6(minVitaminB6 float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminC(minVitaminC float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminD(minVitaminD float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminE(minVitaminE float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinVitaminK(minVitaminK float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) MinZinc(minZinc float32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Number(number int32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Offset(offset int32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Query(query string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) RecipeBoxId(recipeBoxId int32) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Sort(sort string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) SortDirection(sortDirection string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Tags(tags string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) TitleMatch(titleMatch string) ApiSearchRecipesRequest
- func (r ApiSearchRecipesRequest) Type_(type_ string) ApiSearchRecipesRequest
- type ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Budget(budget float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Cuisine(cuisine string) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Distance(distance float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Execute() (*SearchRestaurants200Response, *http.Response, error)
- func (r ApiSearchRestaurantsRequest) IsOpen(isOpen bool) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Lat(lat float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Lng(lng float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) MinRating(minRating float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Page(page float32) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Query(query string) ApiSearchRestaurantsRequest
- func (r ApiSearchRestaurantsRequest) Sort(sort string) ApiSearchRestaurantsRequest
- type ApiSearchSiteContentRequest
- type ApiSummarizeRecipeRequest
- type ApiTalkToChatbotRequest
- type ApiVisualizeEquipmentRequest
- func (r ApiVisualizeEquipmentRequest) DefaultCss(defaultCss bool) ApiVisualizeEquipmentRequest
- func (r ApiVisualizeEquipmentRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizeEquipmentRequest) Instructions(instructions string) ApiVisualizeEquipmentRequest
- func (r ApiVisualizeEquipmentRequest) ShowBacklink(showBacklink bool) ApiVisualizeEquipmentRequest
- func (r ApiVisualizeEquipmentRequest) View(view string) ApiVisualizeEquipmentRequest
- type ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) DefaultCss(defaultCss bool) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizeIngredientsRequest) IngredientList(ingredientList string) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) Language(language string) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) Measure(measure string) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) Servings(servings float32) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) ShowBacklink(showBacklink bool) ApiVisualizeIngredientsRequest
- func (r ApiVisualizeIngredientsRequest) View(view string) ApiVisualizeIngredientsRequest
- type ApiVisualizeMenuItemNutritionByIDRequest
- type ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) DefaultCss(defaultCss bool) ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizePriceBreakdownRequest) IngredientList(ingredientList string) ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) Language(language string) ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) Mode(mode float32) ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) Servings(servings float32) ApiVisualizePriceBreakdownRequest
- func (r ApiVisualizePriceBreakdownRequest) ShowBacklink(showBacklink bool) ApiVisualizePriceBreakdownRequest
- type ApiVisualizeProductNutritionByIDRequest
- type ApiVisualizeRecipeEquipmentByIDRequest
- type ApiVisualizeRecipeIngredientsByIDRequest
- func (r ApiVisualizeRecipeIngredientsByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeIngredientsByIDRequest
- func (r ApiVisualizeRecipeIngredientsByIDRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizeRecipeIngredientsByIDRequest) Measure(measure string) ApiVisualizeRecipeIngredientsByIDRequest
- type ApiVisualizeRecipeNutritionByIDRequest
- type ApiVisualizeRecipeNutritionRequest
- func (r ApiVisualizeRecipeNutritionRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeNutritionRequest
- func (r ApiVisualizeRecipeNutritionRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizeRecipeNutritionRequest) IngredientList(ingredientList string) ApiVisualizeRecipeNutritionRequest
- func (r ApiVisualizeRecipeNutritionRequest) Language(language string) ApiVisualizeRecipeNutritionRequest
- func (r ApiVisualizeRecipeNutritionRequest) Servings(servings float32) ApiVisualizeRecipeNutritionRequest
- func (r ApiVisualizeRecipeNutritionRequest) ShowBacklink(showBacklink bool) ApiVisualizeRecipeNutritionRequest
- type ApiVisualizeRecipePriceBreakdownByIDRequest
- type ApiVisualizeRecipeTasteByIDRequest
- type ApiVisualizeRecipeTasteRequest
- func (r ApiVisualizeRecipeTasteRequest) Execute() (string, *http.Response, error)
- func (r ApiVisualizeRecipeTasteRequest) IngredientList(ingredientList string) ApiVisualizeRecipeTasteRequest
- func (r ApiVisualizeRecipeTasteRequest) Language(language string) ApiVisualizeRecipeTasteRequest
- func (r ApiVisualizeRecipeTasteRequest) Normalize(normalize bool) ApiVisualizeRecipeTasteRequest
- func (r ApiVisualizeRecipeTasteRequest) Rgb(rgb string) ApiVisualizeRecipeTasteRequest
- type AutocompleteIngredientSearch200ResponseInner
- func (o *AutocompleteIngredientSearch200ResponseInner) GetAisle() string
- func (o *AutocompleteIngredientSearch200ResponseInner) GetAisleOk() (*string, bool)
- func (o *AutocompleteIngredientSearch200ResponseInner) GetId() int32
- func (o *AutocompleteIngredientSearch200ResponseInner) GetIdOk() (*int32, bool)
- func (o *AutocompleteIngredientSearch200ResponseInner) GetImage() string
- func (o *AutocompleteIngredientSearch200ResponseInner) GetImageOk() (*string, bool)
- func (o *AutocompleteIngredientSearch200ResponseInner) GetName() string
- func (o *AutocompleteIngredientSearch200ResponseInner) GetNameOk() (*string, bool)
- func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnits() []string
- func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnitsOk() ([]string, bool)
- func (o *AutocompleteIngredientSearch200ResponseInner) HasAisle() bool
- func (o *AutocompleteIngredientSearch200ResponseInner) HasId() bool
- func (o *AutocompleteIngredientSearch200ResponseInner) HasPossibleUnits() bool
- func (o AutocompleteIngredientSearch200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *AutocompleteIngredientSearch200ResponseInner) SetAisle(v string)
- func (o *AutocompleteIngredientSearch200ResponseInner) SetId(v int32)
- func (o *AutocompleteIngredientSearch200ResponseInner) SetImage(v string)
- func (o *AutocompleteIngredientSearch200ResponseInner) SetName(v string)
- func (o *AutocompleteIngredientSearch200ResponseInner) SetPossibleUnits(v []string)
- func (o AutocompleteIngredientSearch200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *AutocompleteIngredientSearch200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type AutocompleteProductSearch200Response
- func (o *AutocompleteProductSearch200Response) GetResults() []AutocompleteProductSearch200ResponseResultsInner
- func (o *AutocompleteProductSearch200Response) GetResultsOk() ([]AutocompleteProductSearch200ResponseResultsInner, bool)
- func (o AutocompleteProductSearch200Response) MarshalJSON() ([]byte, error)
- func (o *AutocompleteProductSearch200Response) SetResults(v []AutocompleteProductSearch200ResponseResultsInner)
- func (o AutocompleteProductSearch200Response) ToMap() (map[string]interface{}, error)
- func (o *AutocompleteProductSearch200Response) UnmarshalJSON(data []byte) (err error)
- type AutocompleteProductSearch200ResponseResultsInner
- func (o *AutocompleteProductSearch200ResponseResultsInner) GetId() int32
- func (o *AutocompleteProductSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
- func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitle() string
- func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitleOk() (*string, bool)
- func (o AutocompleteProductSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (o *AutocompleteProductSearch200ResponseResultsInner) SetId(v int32)
- func (o *AutocompleteProductSearch200ResponseResultsInner) SetTitle(v string)
- func (o AutocompleteProductSearch200ResponseResultsInner) ToMap() (map[string]interface{}, error)
- func (o *AutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
- type AutocompleteRecipeSearch200ResponseInner
- func (o *AutocompleteRecipeSearch200ResponseInner) GetId() int32
- func (o *AutocompleteRecipeSearch200ResponseInner) GetIdOk() (*int32, bool)
- func (o *AutocompleteRecipeSearch200ResponseInner) GetImageType() string
- func (o *AutocompleteRecipeSearch200ResponseInner) GetImageTypeOk() (*string, bool)
- func (o *AutocompleteRecipeSearch200ResponseInner) GetTitle() string
- func (o *AutocompleteRecipeSearch200ResponseInner) GetTitleOk() (*string, bool)
- func (o AutocompleteRecipeSearch200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *AutocompleteRecipeSearch200ResponseInner) SetId(v int32)
- func (o *AutocompleteRecipeSearch200ResponseInner) SetImageType(v string)
- func (o *AutocompleteRecipeSearch200ResponseInner) SetTitle(v string)
- func (o AutocompleteRecipeSearch200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *AutocompleteRecipeSearch200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type ClassifyCuisine200Response
- func (o *ClassifyCuisine200Response) GetConfidence() float32
- func (o *ClassifyCuisine200Response) GetConfidenceOk() (*float32, bool)
- func (o *ClassifyCuisine200Response) GetCuisine() string
- func (o *ClassifyCuisine200Response) GetCuisineOk() (*string, bool)
- func (o *ClassifyCuisine200Response) GetCuisines() []string
- func (o *ClassifyCuisine200Response) GetCuisinesOk() ([]string, bool)
- func (o ClassifyCuisine200Response) MarshalJSON() ([]byte, error)
- func (o *ClassifyCuisine200Response) SetConfidence(v float32)
- func (o *ClassifyCuisine200Response) SetCuisine(v string)
- func (o *ClassifyCuisine200Response) SetCuisines(v []string)
- func (o ClassifyCuisine200Response) ToMap() (map[string]interface{}, error)
- func (o *ClassifyCuisine200Response) UnmarshalJSON(data []byte) (err error)
- type ClassifyGroceryProduct200Response
- func (o *ClassifyGroceryProduct200Response) GetBreadcrumbs() []string
- func (o *ClassifyGroceryProduct200Response) GetBreadcrumbsOk() ([]string, bool)
- func (o *ClassifyGroceryProduct200Response) GetCategory() string
- func (o *ClassifyGroceryProduct200Response) GetCategoryOk() (*string, bool)
- func (o *ClassifyGroceryProduct200Response) GetCleanTitle() string
- func (o *ClassifyGroceryProduct200Response) GetCleanTitleOk() (*string, bool)
- func (o *ClassifyGroceryProduct200Response) GetImage() string
- func (o *ClassifyGroceryProduct200Response) GetImageOk() (*string, bool)
- func (o *ClassifyGroceryProduct200Response) GetUsdaCode() int32
- func (o *ClassifyGroceryProduct200Response) GetUsdaCodeOk() (*int32, bool)
- func (o ClassifyGroceryProduct200Response) MarshalJSON() ([]byte, error)
- func (o *ClassifyGroceryProduct200Response) SetBreadcrumbs(v []string)
- func (o *ClassifyGroceryProduct200Response) SetCategory(v string)
- func (o *ClassifyGroceryProduct200Response) SetCleanTitle(v string)
- func (o *ClassifyGroceryProduct200Response) SetImage(v string)
- func (o *ClassifyGroceryProduct200Response) SetUsdaCode(v int32)
- func (o ClassifyGroceryProduct200Response) ToMap() (map[string]interface{}, error)
- func (o *ClassifyGroceryProduct200Response) UnmarshalJSON(data []byte) (err error)
- type ClassifyGroceryProductBulk200ResponseInner
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbs() []string
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbsOk() ([]string, bool)
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetCategory() string
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetCategoryOk() (*string, bool)
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetCleanTitle() string
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetCleanTitleOk() (*string, bool)
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetImage() string
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetImageOk() (*string, bool)
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetUsdaCode() int32
- func (o *ClassifyGroceryProductBulk200ResponseInner) GetUsdaCodeOk() (*int32, bool)
- func (o ClassifyGroceryProductBulk200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ClassifyGroceryProductBulk200ResponseInner) SetBreadcrumbs(v []string)
- func (o *ClassifyGroceryProductBulk200ResponseInner) SetCategory(v string)
- func (o *ClassifyGroceryProductBulk200ResponseInner) SetCleanTitle(v string)
- func (o *ClassifyGroceryProductBulk200ResponseInner) SetImage(v string)
- func (o *ClassifyGroceryProductBulk200ResponseInner) SetUsdaCode(v int32)
- func (o ClassifyGroceryProductBulk200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ClassifyGroceryProductBulkRequestInner
- func (o *ClassifyGroceryProductBulkRequestInner) GetPluCode() string
- func (o *ClassifyGroceryProductBulkRequestInner) GetPluCodeOk() (*string, bool)
- func (o *ClassifyGroceryProductBulkRequestInner) GetTitle() string
- func (o *ClassifyGroceryProductBulkRequestInner) GetTitleOk() (*string, bool)
- func (o *ClassifyGroceryProductBulkRequestInner) GetUpc() string
- func (o *ClassifyGroceryProductBulkRequestInner) GetUpcOk() (*string, bool)
- func (o ClassifyGroceryProductBulkRequestInner) MarshalJSON() ([]byte, error)
- func (o *ClassifyGroceryProductBulkRequestInner) SetPluCode(v string)
- func (o *ClassifyGroceryProductBulkRequestInner) SetTitle(v string)
- func (o *ClassifyGroceryProductBulkRequestInner) SetUpc(v string)
- func (o ClassifyGroceryProductBulkRequestInner) ToMap() (map[string]interface{}, error)
- func (o *ClassifyGroceryProductBulkRequestInner) UnmarshalJSON(data []byte) (err error)
- type ClassifyGroceryProductRequest
- func (o *ClassifyGroceryProductRequest) GetPluCode() string
- func (o *ClassifyGroceryProductRequest) GetPluCodeOk() (*string, bool)
- func (o *ClassifyGroceryProductRequest) GetTitle() string
- func (o *ClassifyGroceryProductRequest) GetTitleOk() (*string, bool)
- func (o *ClassifyGroceryProductRequest) GetUpc() string
- func (o *ClassifyGroceryProductRequest) GetUpcOk() (*string, bool)
- func (o ClassifyGroceryProductRequest) MarshalJSON() ([]byte, error)
- func (o *ClassifyGroceryProductRequest) SetPluCode(v string)
- func (o *ClassifyGroceryProductRequest) SetTitle(v string)
- func (o *ClassifyGroceryProductRequest) SetUpc(v string)
- func (o ClassifyGroceryProductRequest) ToMap() (map[string]interface{}, error)
- func (o *ClassifyGroceryProductRequest) UnmarshalJSON(data []byte) (err error)
- type ComparableProduct
- func (o *ComparableProduct) GetDifference() float32
- func (o *ComparableProduct) GetDifferenceOk() (*float32, bool)
- func (o *ComparableProduct) GetId() int32
- func (o *ComparableProduct) GetIdOk() (*int32, bool)
- func (o *ComparableProduct) GetImage() string
- func (o *ComparableProduct) GetImageOk() (*string, bool)
- func (o *ComparableProduct) GetTitle() string
- func (o *ComparableProduct) GetTitleOk() (*string, bool)
- func (o ComparableProduct) MarshalJSON() ([]byte, error)
- func (o *ComparableProduct) SetDifference(v float32)
- func (o *ComparableProduct) SetId(v int32)
- func (o *ComparableProduct) SetImage(v string)
- func (o *ComparableProduct) SetTitle(v string)
- func (o ComparableProduct) ToMap() (map[string]interface{}, error)
- func (o *ComparableProduct) UnmarshalJSON(data []byte) (err error)
- type ComputeGlycemicLoad200Response
- func (o *ComputeGlycemicLoad200Response) GetIngredients() []ComputeGlycemicLoad200ResponseIngredientsInner
- func (o *ComputeGlycemicLoad200Response) GetIngredientsOk() ([]ComputeGlycemicLoad200ResponseIngredientsInner, bool)
- func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoad() float32
- func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoadOk() (*float32, bool)
- func (o ComputeGlycemicLoad200Response) MarshalJSON() ([]byte, error)
- func (o *ComputeGlycemicLoad200Response) SetIngredients(v []ComputeGlycemicLoad200ResponseIngredientsInner)
- func (o *ComputeGlycemicLoad200Response) SetTotalGlycemicLoad(v float32)
- func (o ComputeGlycemicLoad200Response) ToMap() (map[string]interface{}, error)
- func (o *ComputeGlycemicLoad200Response) UnmarshalJSON(data []byte) (err error)
- type ComputeGlycemicLoad200ResponseIngredientsInner
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndex() float32
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndexOk() (*float32, bool)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoad() float32
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoadOk() (*float32, bool)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetId() int32
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetIdOk() (*int32, bool)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginal() string
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginalOk() (*string, bool)
- func (o ComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicIndex(v float32)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicLoad(v float32)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetId(v int32)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetOriginal(v string)
- func (o ComputeGlycemicLoad200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *ComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type ComputeGlycemicLoadRequest
- func (o *ComputeGlycemicLoadRequest) GetIngredients() []string
- func (o *ComputeGlycemicLoadRequest) GetIngredientsOk() ([]string, bool)
- func (o ComputeGlycemicLoadRequest) MarshalJSON() ([]byte, error)
- func (o *ComputeGlycemicLoadRequest) SetIngredients(v []string)
- func (o ComputeGlycemicLoadRequest) ToMap() (map[string]interface{}, error)
- func (o *ComputeGlycemicLoadRequest) UnmarshalJSON(data []byte) (err error)
- type ComputeIngredientAmount200Response
- func (o *ComputeIngredientAmount200Response) GetAmount() float32
- func (o *ComputeIngredientAmount200Response) GetAmountOk() (*float32, bool)
- func (o *ComputeIngredientAmount200Response) GetUnit() string
- func (o *ComputeIngredientAmount200Response) GetUnitOk() (*string, bool)
- func (o ComputeIngredientAmount200Response) MarshalJSON() ([]byte, error)
- func (o *ComputeIngredientAmount200Response) SetAmount(v float32)
- func (o *ComputeIngredientAmount200Response) SetUnit(v string)
- func (o ComputeIngredientAmount200Response) ToMap() (map[string]interface{}, error)
- func (o *ComputeIngredientAmount200Response) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type ConnectUser200Response
- func (o *ConnectUser200Response) GetHash() string
- func (o *ConnectUser200Response) GetHashOk() (*string, bool)
- func (o *ConnectUser200Response) GetUsername() string
- func (o *ConnectUser200Response) GetUsernameOk() (*string, bool)
- func (o ConnectUser200Response) MarshalJSON() ([]byte, error)
- func (o *ConnectUser200Response) SetHash(v string)
- func (o *ConnectUser200Response) SetUsername(v string)
- func (o ConnectUser200Response) ToMap() (map[string]interface{}, error)
- func (o *ConnectUser200Response) UnmarshalJSON(data []byte) (err error)
- type ConnectUserRequest
- func (o *ConnectUserRequest) GetEmail() string
- func (o *ConnectUserRequest) GetEmailOk() (*string, bool)
- func (o *ConnectUserRequest) GetFirstName() string
- func (o *ConnectUserRequest) GetFirstNameOk() (*string, bool)
- func (o *ConnectUserRequest) GetLastName() string
- func (o *ConnectUserRequest) GetLastNameOk() (*string, bool)
- func (o *ConnectUserRequest) GetUsername() string
- func (o *ConnectUserRequest) GetUsernameOk() (*string, bool)
- func (o ConnectUserRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectUserRequest) SetEmail(v string)
- func (o *ConnectUserRequest) SetFirstName(v string)
- func (o *ConnectUserRequest) SetLastName(v string)
- func (o *ConnectUserRequest) SetUsername(v string)
- func (o ConnectUserRequest) ToMap() (map[string]interface{}, error)
- func (o *ConnectUserRequest) UnmarshalJSON(data []byte) (err error)
- type ConvertAmounts200Response
- func (o *ConvertAmounts200Response) GetAnswer() string
- func (o *ConvertAmounts200Response) GetAnswerOk() (*string, bool)
- func (o *ConvertAmounts200Response) GetSourceAmount() float32
- func (o *ConvertAmounts200Response) GetSourceAmountOk() (*float32, bool)
- func (o *ConvertAmounts200Response) GetSourceUnit() string
- func (o *ConvertAmounts200Response) GetSourceUnitOk() (*string, bool)
- func (o *ConvertAmounts200Response) GetTargetAmount() float32
- func (o *ConvertAmounts200Response) GetTargetAmountOk() (*float32, bool)
- func (o *ConvertAmounts200Response) GetTargetUnit() string
- func (o *ConvertAmounts200Response) GetTargetUnitOk() (*string, bool)
- func (o ConvertAmounts200Response) MarshalJSON() ([]byte, error)
- func (o *ConvertAmounts200Response) SetAnswer(v string)
- func (o *ConvertAmounts200Response) SetSourceAmount(v float32)
- func (o *ConvertAmounts200Response) SetSourceUnit(v string)
- func (o *ConvertAmounts200Response) SetTargetAmount(v float32)
- func (o *ConvertAmounts200Response) SetTargetUnit(v string)
- func (o ConvertAmounts200Response) ToMap() (map[string]interface{}, error)
- func (o *ConvertAmounts200Response) UnmarshalJSON(data []byte) (err error)
- type CreateRecipeCard200Response
- func (o *CreateRecipeCard200Response) GetUrl() string
- func (o *CreateRecipeCard200Response) GetUrlOk() (*string, bool)
- func (o CreateRecipeCard200Response) MarshalJSON() ([]byte, error)
- func (o *CreateRecipeCard200Response) SetUrl(v string)
- func (o CreateRecipeCard200Response) ToMap() (map[string]interface{}, error)
- func (o *CreateRecipeCard200Response) UnmarshalJSON(data []byte) (err error)
- type DefaultAPIService
- func (a *DefaultAPIService) AnalyzeRecipe(ctx context.Context) ApiAnalyzeRecipeRequest
- func (a *DefaultAPIService) AnalyzeRecipeExecute(r ApiAnalyzeRecipeRequest) (map[string]interface{}, *http.Response, error)
- func (a *DefaultAPIService) CreateRecipeCardGet(ctx context.Context, id int32) ApiCreateRecipeCardGetRequest
- func (a *DefaultAPIService) CreateRecipeCardGetExecute(r ApiCreateRecipeCardGetRequest) (map[string]interface{}, *http.Response, error)
- func (a *DefaultAPIService) SearchRestaurants(ctx context.Context) ApiSearchRestaurantsRequest
- func (a *DefaultAPIService) SearchRestaurantsExecute(r ApiSearchRestaurantsRequest) (*SearchRestaurants200Response, *http.Response, error)
- type DetectFoodInText200Response
- func (o *DetectFoodInText200Response) GetAnnotations() []DetectFoodInText200ResponseAnnotationsInner
- func (o *DetectFoodInText200Response) GetAnnotationsOk() ([]DetectFoodInText200ResponseAnnotationsInner, bool)
- func (o DetectFoodInText200Response) MarshalJSON() ([]byte, error)
- func (o *DetectFoodInText200Response) SetAnnotations(v []DetectFoodInText200ResponseAnnotationsInner)
- func (o DetectFoodInText200Response) ToMap() (map[string]interface{}, error)
- func (o *DetectFoodInText200Response) UnmarshalJSON(data []byte) (err error)
- type DetectFoodInText200ResponseAnnotationsInner
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotation() string
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotationOk() (*string, bool)
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetImage() string
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetImageOk() (*string, bool)
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetTag() string
- func (o *DetectFoodInText200ResponseAnnotationsInner) GetTagOk() (*string, bool)
- func (o DetectFoodInText200ResponseAnnotationsInner) MarshalJSON() ([]byte, error)
- func (o *DetectFoodInText200ResponseAnnotationsInner) SetAnnotation(v string)
- func (o *DetectFoodInText200ResponseAnnotationsInner) SetImage(v string)
- func (o *DetectFoodInText200ResponseAnnotationsInner) SetTag(v string)
- func (o DetectFoodInText200ResponseAnnotationsInner) ToMap() (map[string]interface{}, error)
- func (o *DetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON(data []byte) (err error)
- type GenerateMealPlan200Response
- func (o *GenerateMealPlan200Response) GetMeals() []GetSimilarRecipes200ResponseInner
- func (o *GenerateMealPlan200Response) GetMealsOk() ([]GetSimilarRecipes200ResponseInner, bool)
- func (o *GenerateMealPlan200Response) GetNutrients() GenerateMealPlan200ResponseNutrients
- func (o *GenerateMealPlan200Response) GetNutrientsOk() (*GenerateMealPlan200ResponseNutrients, bool)
- func (o GenerateMealPlan200Response) MarshalJSON() ([]byte, error)
- func (o *GenerateMealPlan200Response) SetMeals(v []GetSimilarRecipes200ResponseInner)
- func (o *GenerateMealPlan200Response) SetNutrients(v GenerateMealPlan200ResponseNutrients)
- func (o GenerateMealPlan200Response) ToMap() (map[string]interface{}, error)
- func (o *GenerateMealPlan200Response) UnmarshalJSON(data []byte) (err error)
- type GenerateMealPlan200ResponseNutrients
- func (o *GenerateMealPlan200ResponseNutrients) GetCalories() float32
- func (o *GenerateMealPlan200ResponseNutrients) GetCaloriesOk() (*float32, bool)
- func (o *GenerateMealPlan200ResponseNutrients) GetCarbohydrates() float32
- func (o *GenerateMealPlan200ResponseNutrients) GetCarbohydratesOk() (*float32, bool)
- func (o *GenerateMealPlan200ResponseNutrients) GetFat() float32
- func (o *GenerateMealPlan200ResponseNutrients) GetFatOk() (*float32, bool)
- func (o *GenerateMealPlan200ResponseNutrients) GetProtein() float32
- func (o *GenerateMealPlan200ResponseNutrients) GetProteinOk() (*float32, bool)
- func (o GenerateMealPlan200ResponseNutrients) MarshalJSON() ([]byte, error)
- func (o *GenerateMealPlan200ResponseNutrients) SetCalories(v float32)
- func (o *GenerateMealPlan200ResponseNutrients) SetCarbohydrates(v float32)
- func (o *GenerateMealPlan200ResponseNutrients) SetFat(v float32)
- func (o *GenerateMealPlan200ResponseNutrients) SetProtein(v float32)
- func (o GenerateMealPlan200ResponseNutrients) ToMap() (map[string]interface{}, error)
- func (o *GenerateMealPlan200ResponseNutrients) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetARandomFoodJoke200Response
- func (o *GetARandomFoodJoke200Response) GetText() string
- func (o *GetARandomFoodJoke200Response) GetTextOk() (*string, bool)
- func (o GetARandomFoodJoke200Response) MarshalJSON() ([]byte, error)
- func (o *GetARandomFoodJoke200Response) SetText(v string)
- func (o GetARandomFoodJoke200Response) ToMap() (map[string]interface{}, error)
- func (o *GetARandomFoodJoke200Response) UnmarshalJSON(data []byte) (err error)
- type GetAnalyzedRecipeInstructions200ResponseInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetName() string
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetNameOk() (*string, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetSteps() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetStepsOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInner, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) HasSteps() bool
- func (o GetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetName(v string)
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetSteps(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner)
- func (o GetAnalyzedRecipeInstructions200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipment() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipmentOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner, ...)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredients() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredientsOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner, ...)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumber() float32
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumberOk() (*float32, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStep() string
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStepOk() (*string, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasEquipment() bool
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasIngredients() bool
- func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON() ([]byte, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetEquipment(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetIngredients(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetNumber(v float32)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetStep(v string)
- func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) ToMap() (map[string]interface{}, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON(data []byte) (err error)
- type GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner(id int32, name string, localizedName string, image string) *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetId() int32
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetIdOk() (*int32, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImage() string
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImageOk() (*string, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedName() string
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedNameOk() (*string, bool)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetName() string
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetNameOk() (*string, bool)
- func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetId(v int32)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetImage(v string)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetLocalizedName(v string)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetName(v string)
- func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type GetComparableProducts200Response
- func (o *GetComparableProducts200Response) GetComparableProducts() GetComparableProducts200ResponseComparableProducts
- func (o *GetComparableProducts200Response) GetComparableProductsOk() (*GetComparableProducts200ResponseComparableProducts, bool)
- func (o GetComparableProducts200Response) MarshalJSON() ([]byte, error)
- func (o *GetComparableProducts200Response) SetComparableProducts(v GetComparableProducts200ResponseComparableProducts)
- func (o GetComparableProducts200Response) ToMap() (map[string]interface{}, error)
- func (o *GetComparableProducts200Response) UnmarshalJSON(data []byte) (err error)
- type GetComparableProducts200ResponseComparableProducts
- func (o *GetComparableProducts200ResponseComparableProducts) GetCalories() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetCaloriesOk() ([]ComparableProduct, bool)
- func (o *GetComparableProducts200ResponseComparableProducts) GetLikes() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetLikesOk() ([]ComparableProduct, bool)
- func (o *GetComparableProducts200ResponseComparableProducts) GetPrice() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetPriceOk() ([]ComparableProduct, bool)
- func (o *GetComparableProducts200ResponseComparableProducts) GetProtein() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetProteinOk() ([]ComparableProduct, bool)
- func (o *GetComparableProducts200ResponseComparableProducts) GetSpoonacularScore() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetSpoonacularScoreOk() ([]ComparableProduct, bool)
- func (o *GetComparableProducts200ResponseComparableProducts) GetSugar() []ComparableProduct
- func (o *GetComparableProducts200ResponseComparableProducts) GetSugarOk() ([]ComparableProduct, bool)
- func (o GetComparableProducts200ResponseComparableProducts) MarshalJSON() ([]byte, error)
- func (o *GetComparableProducts200ResponseComparableProducts) SetCalories(v []ComparableProduct)
- func (o *GetComparableProducts200ResponseComparableProducts) SetLikes(v []ComparableProduct)
- func (o *GetComparableProducts200ResponseComparableProducts) SetPrice(v []ComparableProduct)
- func (o *GetComparableProducts200ResponseComparableProducts) SetProtein(v []ComparableProduct)
- func (o *GetComparableProducts200ResponseComparableProducts) SetSpoonacularScore(v []ComparableProduct)
- func (o *GetComparableProducts200ResponseComparableProducts) SetSugar(v []ComparableProduct)
- func (o GetComparableProducts200ResponseComparableProducts) ToMap() (map[string]interface{}, error)
- func (o *GetComparableProducts200ResponseComparableProducts) UnmarshalJSON(data []byte) (err error)
- type GetConversationSuggests200Response
- func (o *GetConversationSuggests200Response) GetSuggests() GetConversationSuggests200ResponseSuggests
- func (o *GetConversationSuggests200Response) GetSuggestsOk() (*GetConversationSuggests200ResponseSuggests, bool)
- func (o *GetConversationSuggests200Response) GetWords() []string
- func (o *GetConversationSuggests200Response) GetWordsOk() ([]string, bool)
- func (o GetConversationSuggests200Response) MarshalJSON() ([]byte, error)
- func (o *GetConversationSuggests200Response) SetSuggests(v GetConversationSuggests200ResponseSuggests)
- func (o *GetConversationSuggests200Response) SetWords(v []string)
- func (o GetConversationSuggests200Response) ToMap() (map[string]interface{}, error)
- func (o *GetConversationSuggests200Response) UnmarshalJSON(data []byte) (err error)
- type GetConversationSuggests200ResponseSuggests
- func (o *GetConversationSuggests200ResponseSuggests) GetUnderscore() []GetConversationSuggests200ResponseSuggestsInner
- func (o *GetConversationSuggests200ResponseSuggests) GetUnderscoreOk() ([]GetConversationSuggests200ResponseSuggestsInner, bool)
- func (o GetConversationSuggests200ResponseSuggests) MarshalJSON() ([]byte, error)
- func (o *GetConversationSuggests200ResponseSuggests) SetUnderscore(v []GetConversationSuggests200ResponseSuggestsInner)
- func (o GetConversationSuggests200ResponseSuggests) ToMap() (map[string]interface{}, error)
- func (o *GetConversationSuggests200ResponseSuggests) UnmarshalJSON(data []byte) (err error)
- type GetConversationSuggests200ResponseSuggestsInner
- func (o *GetConversationSuggests200ResponseSuggestsInner) GetName() string
- func (o *GetConversationSuggests200ResponseSuggestsInner) GetNameOk() (*string, bool)
- func (o GetConversationSuggests200ResponseSuggestsInner) MarshalJSON() ([]byte, error)
- func (o *GetConversationSuggests200ResponseSuggestsInner) SetName(v string)
- func (o GetConversationSuggests200ResponseSuggestsInner) ToMap() (map[string]interface{}, error)
- func (o *GetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON(data []byte) (err error)
- type GetDishPairingForWine200Response
- func (o *GetDishPairingForWine200Response) GetPairings() []string
- func (o *GetDishPairingForWine200Response) GetPairingsOk() ([]string, bool)
- func (o *GetDishPairingForWine200Response) GetText() string
- func (o *GetDishPairingForWine200Response) GetTextOk() (*string, bool)
- func (o GetDishPairingForWine200Response) MarshalJSON() ([]byte, error)
- func (o *GetDishPairingForWine200Response) SetPairings(v []string)
- func (o *GetDishPairingForWine200Response) SetText(v string)
- func (o GetDishPairingForWine200Response) ToMap() (map[string]interface{}, error)
- func (o *GetDishPairingForWine200Response) UnmarshalJSON(data []byte) (err error)
- type GetIngredientSubstitutes200Response
- func (o *GetIngredientSubstitutes200Response) GetIngredient() string
- func (o *GetIngredientSubstitutes200Response) GetIngredientOk() (*string, bool)
- func (o *GetIngredientSubstitutes200Response) GetMessage() string
- func (o *GetIngredientSubstitutes200Response) GetMessageOk() (*string, bool)
- func (o *GetIngredientSubstitutes200Response) GetSubstitutes() []string
- func (o *GetIngredientSubstitutes200Response) GetSubstitutesOk() ([]string, bool)
- func (o GetIngredientSubstitutes200Response) MarshalJSON() ([]byte, error)
- func (o *GetIngredientSubstitutes200Response) SetIngredient(v string)
- func (o *GetIngredientSubstitutes200Response) SetMessage(v string)
- func (o *GetIngredientSubstitutes200Response) SetSubstitutes(v []string)
- func (o GetIngredientSubstitutes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIngredientSubstitutes200Response) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplate200Response
- func (o *GetMealPlanTemplate200Response) GetDays() []GetMealPlanTemplate200ResponseDaysInner
- func (o *GetMealPlanTemplate200Response) GetDaysOk() ([]GetMealPlanTemplate200ResponseDaysInner, bool)
- func (o *GetMealPlanTemplate200Response) GetId() int32
- func (o *GetMealPlanTemplate200Response) GetIdOk() (*int32, bool)
- func (o *GetMealPlanTemplate200Response) GetName() string
- func (o *GetMealPlanTemplate200Response) GetNameOk() (*string, bool)
- func (o GetMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplate200Response) SetDays(v []GetMealPlanTemplate200ResponseDaysInner)
- func (o *GetMealPlanTemplate200Response) SetId(v int32)
- func (o *GetMealPlanTemplate200Response) SetName(v string)
- func (o GetMealPlanTemplate200Response) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplate200Response) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplate200ResponseDaysInner
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetDay() string
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetDayOk() (*string, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetItems() []GetMealPlanTemplate200ResponseDaysInnerItemsInner
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetItemsOk() ([]GetMealPlanTemplate200ResponseDaysInnerItemsInner, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummary() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfast() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfastOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinner() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinnerOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunch() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunchOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInner) HasItems() bool
- func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummary() bool
- func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryBreakfast() bool
- func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryDinner() bool
- func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryLunch() bool
- func (o GetMealPlanTemplate200ResponseDaysInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetDay(v string)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetItems(v []GetMealPlanTemplate200ResponseDaysInnerItemsInner)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummary(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryBreakfast(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryDinner(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryLunch(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o GetMealPlanTemplate200ResponseDaysInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplate200ResponseDaysInnerItemsInner
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetId() int32
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetIdOk() (*int32, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPosition() int32
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPositionOk() (*int32, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlot() int32
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlotOk() (*int32, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetType() string
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetTypeOk() (*string, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValue() GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValueOk() (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) HasValue() bool
- func (o GetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetId(v int32)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetPosition(v int32)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetSlot(v int32)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetType(v string)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetValue(v GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue)
- func (o GetMealPlanTemplate200ResponseDaysInnerItemsInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetId() float32
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetIdOk() (*float32, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageType() string
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageTypeOk() (*string, bool)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitle() string
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitleOk() (*string, bool)
- func (o GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetId(v float32)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
- func (o GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplates200Response
- func (o *GetMealPlanTemplates200Response) GetTemplates() []GetMealPlanTemplates200ResponseTemplatesInner
- func (o *GetMealPlanTemplates200Response) GetTemplatesOk() ([]GetMealPlanTemplates200ResponseTemplatesInner, bool)
- func (o GetMealPlanTemplates200Response) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplates200Response) SetTemplates(v []GetMealPlanTemplates200ResponseTemplatesInner)
- func (o GetMealPlanTemplates200Response) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplates200Response) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanTemplates200ResponseTemplatesInner
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetId() int32
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetIdOk() (*int32, bool)
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetName() string
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetNameOk() (*string, bool)
- func (o GetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) SetId(v int32)
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) SetName(v string)
- func (o GetMealPlanTemplates200ResponseTemplatesInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200Response
- func (o *GetMealPlanWeek200Response) GetDays() []GetMealPlanWeek200ResponseDaysInner
- func (o *GetMealPlanWeek200Response) GetDaysOk() ([]GetMealPlanWeek200ResponseDaysInner, bool)
- func (o GetMealPlanWeek200Response) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200Response) SetDays(v []GetMealPlanWeek200ResponseDaysInner)
- func (o GetMealPlanWeek200Response) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200Response) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200ResponseDaysInner
- func (o *GetMealPlanWeek200ResponseDaysInner) GetDate() float32
- func (o *GetMealPlanWeek200ResponseDaysInner) GetDateOk() (*float32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetDay() string
- func (o *GetMealPlanWeek200ResponseDaysInner) GetDayOk() (*string, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetItems() []GetMealPlanWeek200ResponseDaysInnerItemsInner
- func (o *GetMealPlanWeek200ResponseDaysInner) GetItemsOk() ([]GetMealPlanWeek200ResponseDaysInnerItemsInner, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummary() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfast() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfastOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinner() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinnerOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunch() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunchOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
- func (o *GetMealPlanWeek200ResponseDaysInner) HasItems() bool
- func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummary() bool
- func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryBreakfast() bool
- func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryDinner() bool
- func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryLunch() bool
- func (o GetMealPlanWeek200ResponseDaysInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetDate(v float32)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetDay(v string)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetItems(v []GetMealPlanWeek200ResponseDaysInnerItemsInner)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummary(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryBreakfast(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryDinner(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryLunch(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (o GetMealPlanWeek200ResponseDaysInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200ResponseDaysInner) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200ResponseDaysInnerItemsInner
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetId() int32
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetIdOk() (*int32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPosition() int32
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPositionOk() (*int32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlot() int32
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlotOk() (*int32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetType() string
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetTypeOk() (*string, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValue() GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValueOk() (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) HasValue() bool
- func (o GetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetId(v int32)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetPosition(v int32)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetSlot(v int32)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetType(v string)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetValue(v GetMealPlanWeek200ResponseDaysInnerItemsInnerValue)
- func (o GetMealPlanWeek200ResponseDaysInnerItemsInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetId() float32
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetIdOk() (*float32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageType() string
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageTypeOk() (*string, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServings() float32
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServingsOk() (*float32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitle() string
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitleOk() (*string, bool)
- func (o GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetId(v float32)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetServings(v float32)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
- func (o GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummary(nutrients []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) *GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryWithDefaults() *GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrients() []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrientsOk() ([]GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner, bool)
- func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) SetNutrients(v []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner)
- func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummary) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON(data []byte) (err error)
- type GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner(name string, amount float32, unit string, percentDailyNeeds float32) *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInnerWithDefaults() *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmount() float32
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmountOk() (*float32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetName() string
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetNameOk() (*string, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeeds() float32
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeedsOk() (*float32, bool)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnit() string
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnitOk() (*string, bool)
- func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON() ([]byte, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetAmount(v float32)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetName(v string)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetPercentDailyNeeds(v float32)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetUnit(v string)
- func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) ToMap() (map[string]interface{}, error)
- func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON(data []byte) (err error)
- type GetRandomRecipes200Response
- func (o *GetRandomRecipes200Response) GetRecipes() []RecipeInformation
- func (o *GetRandomRecipes200Response) GetRecipesOk() ([]RecipeInformation, bool)
- func (o GetRandomRecipes200Response) MarshalJSON() ([]byte, error)
- func (o *GetRandomRecipes200Response) SetRecipes(v []RecipeInformation)
- func (o GetRandomRecipes200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRandomRecipes200Response) UnmarshalJSON(data []byte) (err error)
- type GetRecipeEquipmentByID200Response
- func (o *GetRecipeEquipmentByID200Response) GetEquipment() []GetRecipeEquipmentByID200ResponseEquipmentInner
- func (o *GetRecipeEquipmentByID200Response) GetEquipmentOk() ([]GetRecipeEquipmentByID200ResponseEquipmentInner, bool)
- func (o GetRecipeEquipmentByID200Response) MarshalJSON() ([]byte, error)
- func (o *GetRecipeEquipmentByID200Response) SetEquipment(v []GetRecipeEquipmentByID200ResponseEquipmentInner)
- func (o GetRecipeEquipmentByID200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeEquipmentByID200Response) UnmarshalJSON(data []byte) (err error)
- type GetRecipeEquipmentByID200ResponseEquipmentInner
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetImage() string
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetImageOk() (*string, bool)
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetName() string
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetNameOk() (*string, bool)
- func (o GetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON() ([]byte, error)
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) SetImage(v string)
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) SetName(v string)
- func (o GetRecipeEquipmentByID200ResponseEquipmentInner) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON(data []byte) (err error)
- type GetRecipeIngredientsByID200Response
- func (o *GetRecipeIngredientsByID200Response) GetIngredients() []GetRecipeIngredientsByID200ResponseIngredientsInner
- func (o *GetRecipeIngredientsByID200Response) GetIngredientsOk() ([]GetRecipeIngredientsByID200ResponseIngredientsInner, bool)
- func (o GetRecipeIngredientsByID200Response) MarshalJSON() ([]byte, error)
- func (o *GetRecipeIngredientsByID200Response) SetIngredients(v []GetRecipeIngredientsByID200ResponseIngredientsInner)
- func (o GetRecipeIngredientsByID200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeIngredientsByID200Response) UnmarshalJSON(data []byte) (err error)
- type GetRecipeIngredientsByID200ResponseIngredientsInner
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmountOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount, bool)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetImage() string
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetImageOk() (*string, bool)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetName() string
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetNameOk() (*string, bool)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) HasAmount() bool
- func (o GetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetImage(v string)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetName(v string)
- func (o GetRecipeIngredientsByID200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type GetRecipeNutritionWidgetByID200Response
- func (o *GetRecipeNutritionWidgetByID200Response) GetBad() []GetRecipeNutritionWidgetByID200ResponseBadInner
- func (o *GetRecipeNutritionWidgetByID200Response) GetBadOk() ([]GetRecipeNutritionWidgetByID200ResponseBadInner, bool)
- func (o *GetRecipeNutritionWidgetByID200Response) GetCalories() string
- func (o *GetRecipeNutritionWidgetByID200Response) GetCaloriesOk() (*string, bool)
- func (o *GetRecipeNutritionWidgetByID200Response) GetCarbs() string
- func (o *GetRecipeNutritionWidgetByID200Response) GetCarbsOk() (*string, bool)
- func (o *GetRecipeNutritionWidgetByID200Response) GetFat() string
- func (o *GetRecipeNutritionWidgetByID200Response) GetFatOk() (*string, bool)
- func (o *GetRecipeNutritionWidgetByID200Response) GetGood() []GetRecipeNutritionWidgetByID200ResponseGoodInner
- func (o *GetRecipeNutritionWidgetByID200Response) GetGoodOk() ([]GetRecipeNutritionWidgetByID200ResponseGoodInner, bool)
- func (o *GetRecipeNutritionWidgetByID200Response) GetProtein() string
- func (o *GetRecipeNutritionWidgetByID200Response) GetProteinOk() (*string, bool)
- func (o GetRecipeNutritionWidgetByID200Response) MarshalJSON() ([]byte, error)
- func (o *GetRecipeNutritionWidgetByID200Response) SetBad(v []GetRecipeNutritionWidgetByID200ResponseBadInner)
- func (o *GetRecipeNutritionWidgetByID200Response) SetCalories(v string)
- func (o *GetRecipeNutritionWidgetByID200Response) SetCarbs(v string)
- func (o *GetRecipeNutritionWidgetByID200Response) SetFat(v string)
- func (o *GetRecipeNutritionWidgetByID200Response) SetGood(v []GetRecipeNutritionWidgetByID200ResponseGoodInner)
- func (o *GetRecipeNutritionWidgetByID200Response) SetProtein(v string)
- func (o GetRecipeNutritionWidgetByID200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeNutritionWidgetByID200Response) UnmarshalJSON(data []byte) (err error)
- type GetRecipeNutritionWidgetByID200ResponseBadInner
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmount() string
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmountOk() (*string, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndented() bool
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndentedOk() (*bool, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeeds() float32
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeedsOk() (*float32, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitle() string
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitleOk() (*string, bool)
- func (o GetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON() ([]byte, error)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetAmount(v string)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetIndented(v bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetPercentOfDailyNeeds(v float32)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetTitle(v string)
- func (o GetRecipeNutritionWidgetByID200ResponseBadInner) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON(data []byte) (err error)
- type GetRecipeNutritionWidgetByID200ResponseGoodInner
- func NewGetRecipeNutritionWidgetByID200ResponseGoodInner(amount string, indented bool, percentOfDailyNeeds float32, title string) *GetRecipeNutritionWidgetByID200ResponseGoodInner
- func NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults() *GetRecipeNutritionWidgetByID200ResponseGoodInner
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmount() string
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmountOk() (*string, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndented() bool
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndentedOk() (*bool, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeeds() float32
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeedsOk() (*float32, bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitle() string
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitleOk() (*string, bool)
- func (o GetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON() ([]byte, error)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetAmount(v string)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetIndented(v bool)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetPercentOfDailyNeeds(v float32)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetTitle(v string)
- func (o GetRecipeNutritionWidgetByID200ResponseGoodInner) ToMap() (map[string]interface{}, error)
- func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON(data []byte) (err error)
- type GetRecipePriceBreakdownByID200Response
- func (o *GetRecipePriceBreakdownByID200Response) GetIngredients() []GetRecipePriceBreakdownByID200ResponseIngredientsInner
- func (o *GetRecipePriceBreakdownByID200Response) GetIngredientsOk() ([]GetRecipePriceBreakdownByID200ResponseIngredientsInner, bool)
- func (o *GetRecipePriceBreakdownByID200Response) GetTotalCost() float32
- func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostOk() (*float32, bool)
- func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostPerServing() float32
- func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostPerServingOk() (*float32, bool)
- func (o GetRecipePriceBreakdownByID200Response) MarshalJSON() ([]byte, error)
- func (o *GetRecipePriceBreakdownByID200Response) SetIngredients(v []GetRecipePriceBreakdownByID200ResponseIngredientsInner)
- func (o *GetRecipePriceBreakdownByID200Response) SetTotalCost(v float32)
- func (o *GetRecipePriceBreakdownByID200Response) SetTotalCostPerServing(v float32)
- func (o GetRecipePriceBreakdownByID200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRecipePriceBreakdownByID200Response) UnmarshalJSON(data []byte) (err error)
- type GetRecipePriceBreakdownByID200ResponseIngredientsInner
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmountOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImage() string
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImageOk() (*string, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetName() string
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetNameOk() (*string, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPrice() float32
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPriceOk() (*float32, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) HasAmount() bool
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetImage(v string)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetName(v string)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetPrice(v float32)
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount(metric GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, ...) *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetric() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetricOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUs() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUsOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, bool)
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON() ([]byte, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetMetric(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetUs(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric)
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) ToMap() (map[string]interface{}, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON(data []byte) (err error)
- type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric(unit string, value float32) *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetricWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnit() string
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnitOk() (*string, bool)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValue() float32
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValueOk() (*float32, bool)
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON() ([]byte, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetUnit(v string)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetValue(v float32)
- func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) ToMap() (map[string]interface{}, error)
- func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON(data []byte) (err error)
- type GetShoppingList200Response
- func (o *GetShoppingList200Response) GetAisles() []GetShoppingList200ResponseAislesInner
- func (o *GetShoppingList200Response) GetAislesOk() ([]GetShoppingList200ResponseAislesInner, bool)
- func (o *GetShoppingList200Response) GetCost() float32
- func (o *GetShoppingList200Response) GetCostOk() (*float32, bool)
- func (o *GetShoppingList200Response) GetEndDate() float32
- func (o *GetShoppingList200Response) GetEndDateOk() (*float32, bool)
- func (o *GetShoppingList200Response) GetStartDate() float32
- func (o *GetShoppingList200Response) GetStartDateOk() (*float32, bool)
- func (o GetShoppingList200Response) MarshalJSON() ([]byte, error)
- func (o *GetShoppingList200Response) SetAisles(v []GetShoppingList200ResponseAislesInner)
- func (o *GetShoppingList200Response) SetCost(v float32)
- func (o *GetShoppingList200Response) SetEndDate(v float32)
- func (o *GetShoppingList200Response) SetStartDate(v float32)
- func (o GetShoppingList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetShoppingList200Response) UnmarshalJSON(data []byte) (err error)
- type GetShoppingList200ResponseAislesInner
- func (o *GetShoppingList200ResponseAislesInner) GetAisle() string
- func (o *GetShoppingList200ResponseAislesInner) GetAisleOk() (*string, bool)
- func (o *GetShoppingList200ResponseAislesInner) GetItems() []GetShoppingList200ResponseAislesInnerItemsInner
- func (o *GetShoppingList200ResponseAislesInner) GetItemsOk() ([]GetShoppingList200ResponseAislesInnerItemsInner, bool)
- func (o *GetShoppingList200ResponseAislesInner) HasItems() bool
- func (o GetShoppingList200ResponseAislesInner) MarshalJSON() ([]byte, error)
- func (o *GetShoppingList200ResponseAislesInner) SetAisle(v string)
- func (o *GetShoppingList200ResponseAislesInner) SetItems(v []GetShoppingList200ResponseAislesInnerItemsInner)
- func (o GetShoppingList200ResponseAislesInner) ToMap() (map[string]interface{}, error)
- func (o *GetShoppingList200ResponseAislesInner) UnmarshalJSON(data []byte) (err error)
- type GetShoppingList200ResponseAislesInnerItemsInner
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetAisle() string
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetAisleOk() (*string, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetCost() float32
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetCostOk() (*float32, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetId() int32
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIdOk() (*int32, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientId() int32
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientIdOk() (*int32, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetMeasures() GetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetMeasuresOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetName() string
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetNameOk() (*string, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItem() bool
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItemOk() (*bool, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) HasMeasures() bool
- func (o GetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON() ([]byte, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetAisle(v string)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetCost(v float32)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetId(v int32)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetIngredientId(v int32)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetMeasures(v GetShoppingList200ResponseAislesInnerItemsInnerMeasures)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetName(v string)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetPantryItem(v bool)
- func (o GetShoppingList200ResponseAislesInnerItemsInner) ToMap() (map[string]interface{}, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON(data []byte) (err error)
- type GetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasures(original GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, ...) *GetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresWithDefaults() *GetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetric() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetricOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginal() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginalOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUs() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUsOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
- func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON() ([]byte, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetMetric(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetOriginal(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetUs(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
- func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasures) ToMap() (map[string]interface{}, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON(data []byte) (err error)
- type GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal(amount float32, unit string) *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginalWithDefaults() *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmount() float32
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmountOk() (*float32, bool)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnit() string
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnitOk() (*string, bool)
- func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON() ([]byte, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetAmount(v float32)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetUnit(v string)
- func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) ToMap() (map[string]interface{}, error)
- func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON(data []byte) (err error)
- type GetSimilarRecipes200ResponseInner
- func (o *GetSimilarRecipes200ResponseInner) GetId() int32
- func (o *GetSimilarRecipes200ResponseInner) GetIdOk() (*int32, bool)
- func (o *GetSimilarRecipes200ResponseInner) GetImageType() string
- func (o *GetSimilarRecipes200ResponseInner) GetImageTypeOk() (*string, bool)
- func (o *GetSimilarRecipes200ResponseInner) GetReadyInMinutes() int32
- func (o *GetSimilarRecipes200ResponseInner) GetReadyInMinutesOk() (*int32, bool)
- func (o *GetSimilarRecipes200ResponseInner) GetServings() float32
- func (o *GetSimilarRecipes200ResponseInner) GetServingsOk() (*float32, bool)
- func (o *GetSimilarRecipes200ResponseInner) GetSourceUrl() string
- func (o *GetSimilarRecipes200ResponseInner) GetSourceUrlOk() (*string, bool)
- func (o *GetSimilarRecipes200ResponseInner) GetTitle() string
- func (o *GetSimilarRecipes200ResponseInner) GetTitleOk() (*string, bool)
- func (o GetSimilarRecipes200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *GetSimilarRecipes200ResponseInner) SetId(v int32)
- func (o *GetSimilarRecipes200ResponseInner) SetImageType(v string)
- func (o *GetSimilarRecipes200ResponseInner) SetReadyInMinutes(v int32)
- func (o *GetSimilarRecipes200ResponseInner) SetServings(v float32)
- func (o *GetSimilarRecipes200ResponseInner) SetSourceUrl(v string)
- func (o *GetSimilarRecipes200ResponseInner) SetTitle(v string)
- func (o GetSimilarRecipes200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *GetSimilarRecipes200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type GetWineDescription200Response
- func (o *GetWineDescription200Response) GetWineDescription() string
- func (o *GetWineDescription200Response) GetWineDescriptionOk() (*string, bool)
- func (o GetWineDescription200Response) MarshalJSON() ([]byte, error)
- func (o *GetWineDescription200Response) SetWineDescription(v string)
- func (o GetWineDescription200Response) ToMap() (map[string]interface{}, error)
- func (o *GetWineDescription200Response) UnmarshalJSON(data []byte) (err error)
- type GetWinePairing200Response
- func (o *GetWinePairing200Response) GetPairedWines() []string
- func (o *GetWinePairing200Response) GetPairedWinesOk() ([]string, bool)
- func (o *GetWinePairing200Response) GetPairingText() string
- func (o *GetWinePairing200Response) GetPairingTextOk() (*string, bool)
- func (o *GetWinePairing200Response) GetProductMatches() []GetWinePairing200ResponseProductMatchesInner
- func (o *GetWinePairing200Response) GetProductMatchesOk() ([]GetWinePairing200ResponseProductMatchesInner, bool)
- func (o GetWinePairing200Response) MarshalJSON() ([]byte, error)
- func (o *GetWinePairing200Response) SetPairedWines(v []string)
- func (o *GetWinePairing200Response) SetPairingText(v string)
- func (o *GetWinePairing200Response) SetProductMatches(v []GetWinePairing200ResponseProductMatchesInner)
- func (o GetWinePairing200Response) ToMap() (map[string]interface{}, error)
- func (o *GetWinePairing200Response) UnmarshalJSON(data []byte) (err error)
- type GetWinePairing200ResponseProductMatchesInner
- func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRating() float32
- func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRatingOk() (*float32, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetDescription() string
- func (o *GetWinePairing200ResponseProductMatchesInner) GetDescriptionOk() (*string, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetId() int32
- func (o *GetWinePairing200ResponseProductMatchesInner) GetIdOk() (*int32, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrl() string
- func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrlOk() (*string, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetLink() string
- func (o *GetWinePairing200ResponseProductMatchesInner) GetLinkOk() (*string, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetPrice() string
- func (o *GetWinePairing200ResponseProductMatchesInner) GetPriceOk() (*string, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCount() int32
- func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCountOk() (*int32, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetScore() float32
- func (o *GetWinePairing200ResponseProductMatchesInner) GetScoreOk() (*float32, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) GetTitle() string
- func (o *GetWinePairing200ResponseProductMatchesInner) GetTitleOk() (*string, bool)
- func (o *GetWinePairing200ResponseProductMatchesInner) HasDescription() bool
- func (o GetWinePairing200ResponseProductMatchesInner) MarshalJSON() ([]byte, error)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetAverageRating(v float32)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetDescription(v string)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetId(v int32)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetImageUrl(v string)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetLink(v string)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetPrice(v string)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetRatingCount(v int32)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetScore(v float32)
- func (o *GetWinePairing200ResponseProductMatchesInner) SetTitle(v string)
- func (o GetWinePairing200ResponseProductMatchesInner) ToMap() (map[string]interface{}, error)
- func (o *GetWinePairing200ResponseProductMatchesInner) UnmarshalJSON(data []byte) (err error)
- type GetWineRecommendation200Response
- func (o *GetWineRecommendation200Response) GetRecommendedWines() []GetWineRecommendation200ResponseRecommendedWinesInner
- func (o *GetWineRecommendation200Response) GetRecommendedWinesOk() ([]GetWineRecommendation200ResponseRecommendedWinesInner, bool)
- func (o *GetWineRecommendation200Response) GetTotalFound() int32
- func (o *GetWineRecommendation200Response) GetTotalFoundOk() (*int32, bool)
- func (o GetWineRecommendation200Response) MarshalJSON() ([]byte, error)
- func (o *GetWineRecommendation200Response) SetRecommendedWines(v []GetWineRecommendation200ResponseRecommendedWinesInner)
- func (o *GetWineRecommendation200Response) SetTotalFound(v int32)
- func (o GetWineRecommendation200Response) ToMap() (map[string]interface{}, error)
- func (o *GetWineRecommendation200Response) UnmarshalJSON(data []byte) (err error)
- type GetWineRecommendation200ResponseRecommendedWinesInner
- func NewGetWineRecommendation200ResponseRecommendedWinesInner(id int32, title string, averageRating float32, description string, ...) *GetWineRecommendation200ResponseRecommendedWinesInner
- func NewGetWineRecommendation200ResponseRecommendedWinesInnerWithDefaults() *GetWineRecommendation200ResponseRecommendedWinesInner
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRating() float32
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRatingOk() (*float32, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetDescription() string
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetDescriptionOk() (*string, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetId() int32
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetIdOk() (*int32, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrl() string
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrlOk() (*string, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetLink() string
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetLinkOk() (*string, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetPrice() string
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetPriceOk() (*string, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCount() int32
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCountOk() (*int32, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetScore() float32
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetScoreOk() (*float32, bool)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetTitle() string
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetTitleOk() (*string, bool)
- func (o GetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON() ([]byte, error)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetAverageRating(v float32)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetDescription(v string)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetId(v int32)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetImageUrl(v string)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetLink(v string)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetPrice(v string)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetRatingCount(v int32)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetScore(v float32)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetTitle(v string)
- func (o GetWineRecommendation200ResponseRecommendedWinesInner) ToMap() (map[string]interface{}, error)
- func (o *GetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON(data []byte) (err error)
- type GuessNutritionByDishName200Response
- func (o *GuessNutritionByDishName200Response) GetCalories() GuessNutritionByDishName200ResponseCalories
- func (o *GuessNutritionByDishName200Response) GetCaloriesOk() (*GuessNutritionByDishName200ResponseCalories, bool)
- func (o *GuessNutritionByDishName200Response) GetCarbs() GuessNutritionByDishName200ResponseCalories
- func (o *GuessNutritionByDishName200Response) GetCarbsOk() (*GuessNutritionByDishName200ResponseCalories, bool)
- func (o *GuessNutritionByDishName200Response) GetFat() GuessNutritionByDishName200ResponseCalories
- func (o *GuessNutritionByDishName200Response) GetFatOk() (*GuessNutritionByDishName200ResponseCalories, bool)
- func (o *GuessNutritionByDishName200Response) GetProtein() GuessNutritionByDishName200ResponseCalories
- func (o *GuessNutritionByDishName200Response) GetProteinOk() (*GuessNutritionByDishName200ResponseCalories, bool)
- func (o *GuessNutritionByDishName200Response) GetRecipesUsed() int32
- func (o *GuessNutritionByDishName200Response) GetRecipesUsedOk() (*int32, bool)
- func (o GuessNutritionByDishName200Response) MarshalJSON() ([]byte, error)
- func (o *GuessNutritionByDishName200Response) SetCalories(v GuessNutritionByDishName200ResponseCalories)
- func (o *GuessNutritionByDishName200Response) SetCarbs(v GuessNutritionByDishName200ResponseCalories)
- func (o *GuessNutritionByDishName200Response) SetFat(v GuessNutritionByDishName200ResponseCalories)
- func (o *GuessNutritionByDishName200Response) SetProtein(v GuessNutritionByDishName200ResponseCalories)
- func (o *GuessNutritionByDishName200Response) SetRecipesUsed(v int32)
- func (o GuessNutritionByDishName200Response) ToMap() (map[string]interface{}, error)
- func (o *GuessNutritionByDishName200Response) UnmarshalJSON(data []byte) (err error)
- type GuessNutritionByDishName200ResponseCalories
- func (o *GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95Percent() GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func (o *GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95PercentOk() (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent, bool)
- func (o *GuessNutritionByDishName200ResponseCalories) GetStandardDeviation() float32
- func (o *GuessNutritionByDishName200ResponseCalories) GetStandardDeviationOk() (*float32, bool)
- func (o *GuessNutritionByDishName200ResponseCalories) GetUnit() string
- func (o *GuessNutritionByDishName200ResponseCalories) GetUnitOk() (*string, bool)
- func (o *GuessNutritionByDishName200ResponseCalories) GetValue() float32
- func (o *GuessNutritionByDishName200ResponseCalories) GetValueOk() (*float32, bool)
- func (o GuessNutritionByDishName200ResponseCalories) MarshalJSON() ([]byte, error)
- func (o *GuessNutritionByDishName200ResponseCalories) SetConfidenceRange95Percent(v GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent)
- func (o *GuessNutritionByDishName200ResponseCalories) SetStandardDeviation(v float32)
- func (o *GuessNutritionByDishName200ResponseCalories) SetUnit(v string)
- func (o *GuessNutritionByDishName200ResponseCalories) SetValue(v float32)
- func (o GuessNutritionByDishName200ResponseCalories) ToMap() (map[string]interface{}, error)
- func (o *GuessNutritionByDishName200ResponseCalories) UnmarshalJSON(data []byte) (err error)
- type GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent(max float32, min float32) *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95PercentWithDefaults() *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMax() float32
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMaxOk() (*float32, bool)
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMin() float32
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMinOk() (*float32, bool)
- func (o GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMax(v float32)
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMin(v float32)
- func (o GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) ToMap() (map[string]interface{}, error)
- func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200Response
- func (o *ImageAnalysisByURL200Response) GetCategory() ImageAnalysisByURL200ResponseCategory
- func (o *ImageAnalysisByURL200Response) GetCategoryOk() (*ImageAnalysisByURL200ResponseCategory, bool)
- func (o *ImageAnalysisByURL200Response) GetNutrition() ImageAnalysisByURL200ResponseNutrition
- func (o *ImageAnalysisByURL200Response) GetNutritionOk() (*ImageAnalysisByURL200ResponseNutrition, bool)
- func (o *ImageAnalysisByURL200Response) GetRecipes() []ImageAnalysisByURL200ResponseRecipesInner
- func (o *ImageAnalysisByURL200Response) GetRecipesOk() ([]ImageAnalysisByURL200ResponseRecipesInner, bool)
- func (o ImageAnalysisByURL200Response) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200Response) SetCategory(v ImageAnalysisByURL200ResponseCategory)
- func (o *ImageAnalysisByURL200Response) SetNutrition(v ImageAnalysisByURL200ResponseNutrition)
- func (o *ImageAnalysisByURL200Response) SetRecipes(v []ImageAnalysisByURL200ResponseRecipesInner)
- func (o ImageAnalysisByURL200Response) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200Response) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200ResponseCategory
- func (o *ImageAnalysisByURL200ResponseCategory) GetName() string
- func (o *ImageAnalysisByURL200ResponseCategory) GetNameOk() (*string, bool)
- func (o *ImageAnalysisByURL200ResponseCategory) GetProbability() float32
- func (o *ImageAnalysisByURL200ResponseCategory) GetProbabilityOk() (*float32, bool)
- func (o ImageAnalysisByURL200ResponseCategory) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200ResponseCategory) SetName(v string)
- func (o *ImageAnalysisByURL200ResponseCategory) SetProbability(v float32)
- func (o ImageAnalysisByURL200ResponseCategory) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200ResponseCategory) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200ResponseNutrition
- func (o *ImageAnalysisByURL200ResponseNutrition) GetCalories() ImageAnalysisByURL200ResponseNutritionCalories
- func (o *ImageAnalysisByURL200ResponseNutrition) GetCaloriesOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
- func (o *ImageAnalysisByURL200ResponseNutrition) GetCarbs() ImageAnalysisByURL200ResponseNutritionCalories
- func (o *ImageAnalysisByURL200ResponseNutrition) GetCarbsOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
- func (o *ImageAnalysisByURL200ResponseNutrition) GetFat() ImageAnalysisByURL200ResponseNutritionCalories
- func (o *ImageAnalysisByURL200ResponseNutrition) GetFatOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
- func (o *ImageAnalysisByURL200ResponseNutrition) GetProtein() ImageAnalysisByURL200ResponseNutritionCalories
- func (o *ImageAnalysisByURL200ResponseNutrition) GetProteinOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
- func (o *ImageAnalysisByURL200ResponseNutrition) GetRecipesUsed() int32
- func (o *ImageAnalysisByURL200ResponseNutrition) GetRecipesUsedOk() (*int32, bool)
- func (o ImageAnalysisByURL200ResponseNutrition) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200ResponseNutrition) SetCalories(v ImageAnalysisByURL200ResponseNutritionCalories)
- func (o *ImageAnalysisByURL200ResponseNutrition) SetCarbs(v ImageAnalysisByURL200ResponseNutritionCalories)
- func (o *ImageAnalysisByURL200ResponseNutrition) SetFat(v ImageAnalysisByURL200ResponseNutritionCalories)
- func (o *ImageAnalysisByURL200ResponseNutrition) SetProtein(v ImageAnalysisByURL200ResponseNutritionCalories)
- func (o *ImageAnalysisByURL200ResponseNutrition) SetRecipesUsed(v int32)
- func (o ImageAnalysisByURL200ResponseNutrition) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200ResponseNutrition) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200ResponseNutritionCalories
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95Percent() ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95PercentOk() (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent, bool)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviation() float32
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviationOk() (*float32, bool)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnit() string
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnitOk() (*string, bool)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValue() float32
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValueOk() (*float32, bool)
- func (o ImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetConfidenceRange95Percent(v ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetStandardDeviation(v float32)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetUnit(v string)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetValue(v float32)
- func (o ImageAnalysisByURL200ResponseNutritionCalories) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent(min float32, max float32) *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95PercentWithDefaults() *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMax() float32
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMaxOk() (*float32, bool)
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMin() float32
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMinOk() (*float32, bool)
- func (o ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMax(v float32)
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMin(v float32)
- func (o ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON(data []byte) (err error)
- type ImageAnalysisByURL200ResponseRecipesInner
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetId() int32
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetIdOk() (*int32, bool)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageType() string
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageTypeOk() (*string, bool)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitle() string
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitleOk() (*string, bool)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrl() string
- func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrlOk() (*string, bool)
- func (o ImageAnalysisByURL200ResponseRecipesInner) MarshalJSON() ([]byte, error)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) SetId(v int32)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) SetImageType(v string)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) SetTitle(v string)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) SetUrl(v string)
- func (o ImageAnalysisByURL200ResponseRecipesInner) ToMap() (map[string]interface{}, error)
- func (o *ImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON(data []byte) (err error)
- type ImageClassificationByURL200Response
- func (o *ImageClassificationByURL200Response) GetCategory() string
- func (o *ImageClassificationByURL200Response) GetCategoryOk() (*string, bool)
- func (o *ImageClassificationByURL200Response) GetProbability() float32
- func (o *ImageClassificationByURL200Response) GetProbabilityOk() (*float32, bool)
- func (o ImageClassificationByURL200Response) MarshalJSON() ([]byte, error)
- func (o *ImageClassificationByURL200Response) SetCategory(v string)
- func (o *ImageClassificationByURL200Response) SetProbability(v float32)
- func (o ImageClassificationByURL200Response) ToMap() (map[string]interface{}, error)
- func (o *ImageClassificationByURL200Response) UnmarshalJSON(data []byte) (err error)
- type IngredientBasics
- func (o *IngredientBasics) GetDescription() string
- func (o *IngredientBasics) GetDescriptionOk() (*string, bool)
- func (o *IngredientBasics) GetName() string
- func (o *IngredientBasics) GetNameOk() (*string, bool)
- func (o *IngredientBasics) GetSafetyLevel() string
- func (o *IngredientBasics) GetSafetyLevelOk() (*string, bool)
- func (o IngredientBasics) MarshalJSON() ([]byte, error)
- func (o *IngredientBasics) SetDescription(v string)
- func (o *IngredientBasics) SetName(v string)
- func (o *IngredientBasics) SetSafetyLevel(v string)
- func (o IngredientBasics) ToMap() (map[string]interface{}, error)
- func (o *IngredientBasics) UnmarshalJSON(data []byte) (err error)
- type IngredientInformation
- func (o *IngredientInformation) GetAisle() string
- func (o *IngredientInformation) GetAisleOk() (*string, bool)
- func (o *IngredientInformation) GetAmount() float32
- func (o *IngredientInformation) GetAmountOk() (*float32, bool)
- func (o *IngredientInformation) GetCategoryPath() []string
- func (o *IngredientInformation) GetCategoryPathOk() ([]string, bool)
- func (o *IngredientInformation) GetConsistency() string
- func (o *IngredientInformation) GetConsistencyOk() (*string, bool)
- func (o *IngredientInformation) GetEstimatedCost() IngredientInformationEstimatedCost
- func (o *IngredientInformation) GetEstimatedCostOk() (*IngredientInformationEstimatedCost, bool)
- func (o *IngredientInformation) GetId() int32
- func (o *IngredientInformation) GetIdOk() (*int32, bool)
- func (o *IngredientInformation) GetImage() string
- func (o *IngredientInformation) GetImageOk() (*string, bool)
- func (o *IngredientInformation) GetMeta() []string
- func (o *IngredientInformation) GetMetaOk() ([]string, bool)
- func (o *IngredientInformation) GetName() string
- func (o *IngredientInformation) GetNameOk() (*string, bool)
- func (o *IngredientInformation) GetNutrition() IngredientInformationNutrition
- func (o *IngredientInformation) GetNutritionOk() (*IngredientInformationNutrition, bool)
- func (o *IngredientInformation) GetOriginal() string
- func (o *IngredientInformation) GetOriginalName() string
- func (o *IngredientInformation) GetOriginalNameOk() (*string, bool)
- func (o *IngredientInformation) GetOriginalOk() (*string, bool)
- func (o *IngredientInformation) GetPossibleUnits() []string
- func (o *IngredientInformation) GetPossibleUnitsOk() ([]string, bool)
- func (o *IngredientInformation) GetShoppingListUnits() []string
- func (o *IngredientInformation) GetShoppingListUnitsOk() ([]string, bool)
- func (o *IngredientInformation) GetUnit() string
- func (o *IngredientInformation) GetUnitLong() string
- func (o *IngredientInformation) GetUnitLongOk() (*string, bool)
- func (o *IngredientInformation) GetUnitOk() (*string, bool)
- func (o *IngredientInformation) GetUnitShort() string
- func (o *IngredientInformation) GetUnitShortOk() (*string, bool)
- func (o *IngredientInformation) HasCategoryPath() bool
- func (o *IngredientInformation) HasNutrition() bool
- func (o *IngredientInformation) HasShoppingListUnits() bool
- func (o IngredientInformation) MarshalJSON() ([]byte, error)
- func (o *IngredientInformation) SetAisle(v string)
- func (o *IngredientInformation) SetAmount(v float32)
- func (o *IngredientInformation) SetCategoryPath(v []string)
- func (o *IngredientInformation) SetConsistency(v string)
- func (o *IngredientInformation) SetEstimatedCost(v IngredientInformationEstimatedCost)
- func (o *IngredientInformation) SetId(v int32)
- func (o *IngredientInformation) SetImage(v string)
- func (o *IngredientInformation) SetMeta(v []string)
- func (o *IngredientInformation) SetName(v string)
- func (o *IngredientInformation) SetNutrition(v IngredientInformationNutrition)
- func (o *IngredientInformation) SetOriginal(v string)
- func (o *IngredientInformation) SetOriginalName(v string)
- func (o *IngredientInformation) SetPossibleUnits(v []string)
- func (o *IngredientInformation) SetShoppingListUnits(v []string)
- func (o *IngredientInformation) SetUnit(v string)
- func (o *IngredientInformation) SetUnitLong(v string)
- func (o *IngredientInformation) SetUnitShort(v string)
- func (o IngredientInformation) ToMap() (map[string]interface{}, error)
- func (o *IngredientInformation) UnmarshalJSON(data []byte) (err error)
- type IngredientInformationEstimatedCost
- func (o *IngredientInformationEstimatedCost) GetUnit() string
- func (o *IngredientInformationEstimatedCost) GetUnitOk() (*string, bool)
- func (o *IngredientInformationEstimatedCost) GetValue() float32
- func (o *IngredientInformationEstimatedCost) GetValueOk() (*float32, bool)
- func (o IngredientInformationEstimatedCost) MarshalJSON() ([]byte, error)
- func (o *IngredientInformationEstimatedCost) SetUnit(v string)
- func (o *IngredientInformationEstimatedCost) SetValue(v float32)
- func (o IngredientInformationEstimatedCost) ToMap() (map[string]interface{}, error)
- func (o *IngredientInformationEstimatedCost) UnmarshalJSON(data []byte) (err error)
- type IngredientInformationNutrition
- func (o *IngredientInformationNutrition) GetCaloricBreakdown() SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func (o *IngredientInformationNutrition) GetCaloricBreakdownOk() (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown, bool)
- func (o *IngredientInformationNutrition) GetNutrients() []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func (o *IngredientInformationNutrition) GetNutrientsOk() ([]SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, bool)
- func (o *IngredientInformationNutrition) GetProperties() []IngredientInformationNutritionPropertiesInner
- func (o *IngredientInformationNutrition) GetPropertiesOk() ([]IngredientInformationNutritionPropertiesInner, bool)
- func (o *IngredientInformationNutrition) GetWeightPerServing() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (o *IngredientInformationNutrition) GetWeightPerServingOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
- func (o IngredientInformationNutrition) MarshalJSON() ([]byte, error)
- func (o *IngredientInformationNutrition) SetCaloricBreakdown(v SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown)
- func (o *IngredientInformationNutrition) SetNutrients(v []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner)
- func (o *IngredientInformationNutrition) SetProperties(v []IngredientInformationNutritionPropertiesInner)
- func (o *IngredientInformationNutrition) SetWeightPerServing(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
- func (o IngredientInformationNutrition) ToMap() (map[string]interface{}, error)
- func (o *IngredientInformationNutrition) UnmarshalJSON(data []byte) (err error)
- type IngredientInformationNutritionPropertiesInner
- func (o *IngredientInformationNutritionPropertiesInner) GetAmount() float32
- func (o *IngredientInformationNutritionPropertiesInner) GetAmountOk() (*float32, bool)
- func (o *IngredientInformationNutritionPropertiesInner) GetName() string
- func (o *IngredientInformationNutritionPropertiesInner) GetNameOk() (*string, bool)
- func (o *IngredientInformationNutritionPropertiesInner) GetUnit() string
- func (o *IngredientInformationNutritionPropertiesInner) GetUnitOk() (*string, bool)
- func (o IngredientInformationNutritionPropertiesInner) MarshalJSON() ([]byte, error)
- func (o *IngredientInformationNutritionPropertiesInner) SetAmount(v float32)
- func (o *IngredientInformationNutritionPropertiesInner) SetName(v string)
- func (o *IngredientInformationNutritionPropertiesInner) SetUnit(v string)
- func (o IngredientInformationNutritionPropertiesInner) ToMap() (map[string]interface{}, error)
- func (o *IngredientInformationNutritionPropertiesInner) UnmarshalJSON(data []byte) (err error)
- type IngredientSearch200Response
- func (o *IngredientSearch200Response) GetNumber() int32
- func (o *IngredientSearch200Response) GetNumberOk() (*int32, bool)
- func (o *IngredientSearch200Response) GetOffset() int32
- func (o *IngredientSearch200Response) GetOffsetOk() (*int32, bool)
- func (o *IngredientSearch200Response) GetResults() []IngredientSearch200ResponseResultsInner
- func (o *IngredientSearch200Response) GetResultsOk() ([]IngredientSearch200ResponseResultsInner, bool)
- func (o *IngredientSearch200Response) GetTotalResults() int32
- func (o *IngredientSearch200Response) GetTotalResultsOk() (*int32, bool)
- func (o IngredientSearch200Response) MarshalJSON() ([]byte, error)
- func (o *IngredientSearch200Response) SetNumber(v int32)
- func (o *IngredientSearch200Response) SetOffset(v int32)
- func (o *IngredientSearch200Response) SetResults(v []IngredientSearch200ResponseResultsInner)
- func (o *IngredientSearch200Response) SetTotalResults(v int32)
- func (o IngredientSearch200Response) ToMap() (map[string]interface{}, error)
- func (o *IngredientSearch200Response) UnmarshalJSON(data []byte) (err error)
- type IngredientSearch200ResponseResultsInner
- func (o *IngredientSearch200ResponseResultsInner) GetId() int32
- func (o *IngredientSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
- func (o *IngredientSearch200ResponseResultsInner) GetImage() string
- func (o *IngredientSearch200ResponseResultsInner) GetImageOk() (*string, bool)
- func (o *IngredientSearch200ResponseResultsInner) GetName() string
- func (o *IngredientSearch200ResponseResultsInner) GetNameOk() (*string, bool)
- func (o IngredientSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (o *IngredientSearch200ResponseResultsInner) SetId(v int32)
- func (o *IngredientSearch200ResponseResultsInner) SetImage(v string)
- func (o *IngredientSearch200ResponseResultsInner) SetName(v string)
- func (o IngredientSearch200ResponseResultsInner) ToMap() (map[string]interface{}, error)
- func (o *IngredientSearch200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
- type IngredientsAPIService
- func (a *IngredientsAPIService) AutocompleteIngredientSearch(ctx context.Context) ApiAutocompleteIngredientSearchRequest
- func (a *IngredientsAPIService) AutocompleteIngredientSearchExecute(r ApiAutocompleteIngredientSearchRequest) ([]AutocompleteIngredientSearch200ResponseInner, *http.Response, error)
- func (a *IngredientsAPIService) ComputeIngredientAmount(ctx context.Context, id int32) ApiComputeIngredientAmountRequest
- func (a *IngredientsAPIService) ComputeIngredientAmountExecute(r ApiComputeIngredientAmountRequest) (*ComputeIngredientAmount200Response, *http.Response, error)
- func (a *IngredientsAPIService) GetIngredientInformation(ctx context.Context, id int32) ApiGetIngredientInformationRequest
- func (a *IngredientsAPIService) GetIngredientInformationExecute(r ApiGetIngredientInformationRequest) (*IngredientInformation, *http.Response, error)
- func (a *IngredientsAPIService) GetIngredientSubstitutes(ctx context.Context) ApiGetIngredientSubstitutesRequest
- func (a *IngredientsAPIService) GetIngredientSubstitutesByID(ctx context.Context, id int32) ApiGetIngredientSubstitutesByIDRequest
- func (a *IngredientsAPIService) GetIngredientSubstitutesByIDExecute(r ApiGetIngredientSubstitutesByIDRequest) (*GetIngredientSubstitutes200Response, *http.Response, error)
- func (a *IngredientsAPIService) GetIngredientSubstitutesExecute(r ApiGetIngredientSubstitutesRequest) (*GetIngredientSubstitutes200Response, *http.Response, error)
- func (a *IngredientsAPIService) IngredientSearch(ctx context.Context) ApiIngredientSearchRequest
- func (a *IngredientsAPIService) IngredientSearchExecute(r ApiIngredientSearchRequest) (*IngredientSearch200Response, *http.Response, error)
- func (a *IngredientsAPIService) IngredientsByIDImage(ctx context.Context, id int32) ApiIngredientsByIDImageRequest
- func (a *IngredientsAPIService) IngredientsByIDImageExecute(r ApiIngredientsByIDImageRequest) (*os.File, *http.Response, error)
- func (a *IngredientsAPIService) MapIngredientsToGroceryProducts(ctx context.Context) ApiMapIngredientsToGroceryProductsRequest
- func (a *IngredientsAPIService) MapIngredientsToGroceryProductsExecute(r ApiMapIngredientsToGroceryProductsRequest) ([]MapIngredientsToGroceryProducts200ResponseInner, *http.Response, error)
- func (a *IngredientsAPIService) VisualizeIngredients(ctx context.Context) ApiVisualizeIngredientsRequest
- func (a *IngredientsAPIService) VisualizeIngredientsExecute(r ApiVisualizeIngredientsRequest) (string, *http.Response, error)
- type MapIngredientsToGroceryProducts200ResponseInner
- func NewMapIngredientsToGroceryProducts200ResponseInner(original string, originalName string, ingredientImage string, meta []string, ...) *MapIngredientsToGroceryProducts200ResponseInner
- func NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults() *MapIngredientsToGroceryProducts200ResponseInner
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImage() string
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImageOk() (*string, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMeta() []string
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMetaOk() ([]string, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginal() string
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalName() string
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalNameOk() (*string, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalOk() (*string, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProducts() []MapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProductsOk() ([]MapIngredientsToGroceryProducts200ResponseInnerProductsInner, bool)
- func (o MapIngredientsToGroceryProducts200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) SetIngredientImage(v string)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) SetMeta(v []string)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginal(v string)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginalName(v string)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) SetProducts(v []MapIngredientsToGroceryProducts200ResponseInnerProductsInner)
- func (o MapIngredientsToGroceryProducts200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *MapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type MapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func NewMapIngredientsToGroceryProducts200ResponseInnerProductsInner(id int32, title string, upc string) *MapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func NewMapIngredientsToGroceryProducts200ResponseInnerProductsInnerWithDefaults() *MapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetId() int32
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetIdOk() (*int32, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitle() string
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitleOk() (*string, bool)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpc() string
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpcOk() (*string, bool)
- func (o MapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON() ([]byte, error)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetId(v int32)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetTitle(v string)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetUpc(v string)
- func (o MapIngredientsToGroceryProducts200ResponseInnerProductsInner) ToMap() (map[string]interface{}, error)
- func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON(data []byte) (err error)
- type MapIngredientsToGroceryProductsRequest
- func (o *MapIngredientsToGroceryProductsRequest) GetIngredients() []string
- func (o *MapIngredientsToGroceryProductsRequest) GetIngredientsOk() ([]string, bool)
- func (o *MapIngredientsToGroceryProductsRequest) GetServings() float32
- func (o *MapIngredientsToGroceryProductsRequest) GetServingsOk() (*float32, bool)
- func (o MapIngredientsToGroceryProductsRequest) MarshalJSON() ([]byte, error)
- func (o *MapIngredientsToGroceryProductsRequest) SetIngredients(v []string)
- func (o *MapIngredientsToGroceryProductsRequest) SetServings(v float32)
- func (o MapIngredientsToGroceryProductsRequest) ToMap() (map[string]interface{}, error)
- func (o *MapIngredientsToGroceryProductsRequest) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MealPlanningAPIService
- func (a *MealPlanningAPIService) AddMealPlanTemplate(ctx context.Context, username string) ApiAddMealPlanTemplateRequest
- func (a *MealPlanningAPIService) AddMealPlanTemplateExecute(r ApiAddMealPlanTemplateRequest) (*AddMealPlanTemplate200Response, *http.Response, error)
- func (a *MealPlanningAPIService) AddToMealPlan(ctx context.Context, username string) ApiAddToMealPlanRequest
- func (a *MealPlanningAPIService) AddToMealPlanExecute(r ApiAddToMealPlanRequest) (map[string]interface{}, *http.Response, error)
- func (a *MealPlanningAPIService) AddToShoppingList(ctx context.Context, username string) ApiAddToShoppingListRequest
- func (a *MealPlanningAPIService) AddToShoppingListExecute(r ApiAddToShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
- func (a *MealPlanningAPIService) ClearMealPlanDay(ctx context.Context, username string, date string) ApiClearMealPlanDayRequest
- func (a *MealPlanningAPIService) ClearMealPlanDayExecute(r ApiClearMealPlanDayRequest) (map[string]interface{}, *http.Response, error)
- func (a *MealPlanningAPIService) ConnectUser(ctx context.Context) ApiConnectUserRequest
- func (a *MealPlanningAPIService) ConnectUserExecute(r ApiConnectUserRequest) (*ConnectUser200Response, *http.Response, error)
- func (a *MealPlanningAPIService) DeleteFromMealPlan(ctx context.Context, username string, id int32) ApiDeleteFromMealPlanRequest
- func (a *MealPlanningAPIService) DeleteFromMealPlanExecute(r ApiDeleteFromMealPlanRequest) (map[string]interface{}, *http.Response, error)
- func (a *MealPlanningAPIService) DeleteFromShoppingList(ctx context.Context, username string, id int32) ApiDeleteFromShoppingListRequest
- func (a *MealPlanningAPIService) DeleteFromShoppingListExecute(r ApiDeleteFromShoppingListRequest) (map[string]interface{}, *http.Response, error)
- func (a *MealPlanningAPIService) DeleteMealPlanTemplate(ctx context.Context, username string, id int32) ApiDeleteMealPlanTemplateRequest
- func (a *MealPlanningAPIService) DeleteMealPlanTemplateExecute(r ApiDeleteMealPlanTemplateRequest) (map[string]interface{}, *http.Response, error)
- func (a *MealPlanningAPIService) GenerateMealPlan(ctx context.Context) ApiGenerateMealPlanRequest
- func (a *MealPlanningAPIService) GenerateMealPlanExecute(r ApiGenerateMealPlanRequest) (*GenerateMealPlan200Response, *http.Response, error)
- func (a *MealPlanningAPIService) GenerateShoppingList(ctx context.Context, username string, startDate string, endDate string) ApiGenerateShoppingListRequest
- func (a *MealPlanningAPIService) GenerateShoppingListExecute(r ApiGenerateShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
- func (a *MealPlanningAPIService) GetMealPlanTemplate(ctx context.Context, username string, id int32) ApiGetMealPlanTemplateRequest
- func (a *MealPlanningAPIService) GetMealPlanTemplateExecute(r ApiGetMealPlanTemplateRequest) (*GetMealPlanTemplate200Response, *http.Response, error)
- func (a *MealPlanningAPIService) GetMealPlanTemplates(ctx context.Context, username string) ApiGetMealPlanTemplatesRequest
- func (a *MealPlanningAPIService) GetMealPlanTemplatesExecute(r ApiGetMealPlanTemplatesRequest) (*GetMealPlanTemplates200Response, *http.Response, error)
- func (a *MealPlanningAPIService) GetMealPlanWeek(ctx context.Context, username string, startDate string) ApiGetMealPlanWeekRequest
- func (a *MealPlanningAPIService) GetMealPlanWeekExecute(r ApiGetMealPlanWeekRequest) (*GetMealPlanWeek200Response, *http.Response, error)
- func (a *MealPlanningAPIService) GetShoppingList(ctx context.Context, username string) ApiGetShoppingListRequest
- func (a *MealPlanningAPIService) GetShoppingListExecute(r ApiGetShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
- type MenuItem
- func (o *MenuItem) GetBadges() []string
- func (o *MenuItem) GetBadgesOk() ([]string, bool)
- func (o *MenuItem) GetBreadcrumbs() []string
- func (o *MenuItem) GetBreadcrumbsOk() ([]string, bool)
- func (o *MenuItem) GetGeneratedText() string
- func (o *MenuItem) GetGeneratedTextOk() (*string, bool)
- func (o *MenuItem) GetId() int32
- func (o *MenuItem) GetIdOk() (*int32, bool)
- func (o *MenuItem) GetImageType() string
- func (o *MenuItem) GetImageTypeOk() (*string, bool)
- func (o *MenuItem) GetLikes() int32
- func (o *MenuItem) GetLikesOk() (*int32, bool)
- func (o *MenuItem) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
- func (o *MenuItem) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
- func (o *MenuItem) GetPrice() float32
- func (o *MenuItem) GetPriceOk() (*float32, bool)
- func (o *MenuItem) GetRestaurantChain() string
- func (o *MenuItem) GetRestaurantChainOk() (*string, bool)
- func (o *MenuItem) GetServings() MenuItemServings
- func (o *MenuItem) GetServingsOk() (*MenuItemServings, bool)
- func (o *MenuItem) GetSpoonacularScore() float32
- func (o *MenuItem) GetSpoonacularScoreOk() (*float32, bool)
- func (o *MenuItem) GetTitle() string
- func (o *MenuItem) GetTitleOk() (*string, bool)
- func (o *MenuItem) HasBadges() bool
- func (o *MenuItem) HasBreadcrumbs() bool
- func (o *MenuItem) HasGeneratedText() bool
- func (o *MenuItem) HasImageType() bool
- func (o *MenuItem) HasLikes() bool
- func (o *MenuItem) HasNutrition() bool
- func (o *MenuItem) HasServings() bool
- func (o MenuItem) MarshalJSON() ([]byte, error)
- func (o *MenuItem) SetBadges(v []string)
- func (o *MenuItem) SetBreadcrumbs(v []string)
- func (o *MenuItem) SetGeneratedText(v string)
- func (o *MenuItem) SetGeneratedTextNil()
- func (o *MenuItem) SetId(v int32)
- func (o *MenuItem) SetImageType(v string)
- func (o *MenuItem) SetLikes(v int32)
- func (o *MenuItem) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
- func (o *MenuItem) SetPrice(v float32)
- func (o *MenuItem) SetRestaurantChain(v string)
- func (o *MenuItem) SetServings(v MenuItemServings)
- func (o *MenuItem) SetSpoonacularScore(v float32)
- func (o *MenuItem) SetTitle(v string)
- func (o MenuItem) ToMap() (map[string]interface{}, error)
- func (o *MenuItem) UnmarshalJSON(data []byte) (err error)
- func (o *MenuItem) UnsetGeneratedText()
- type MenuItemServings
- func (o *MenuItemServings) GetNumber() float32
- func (o *MenuItemServings) GetNumberOk() (*float32, bool)
- func (o *MenuItemServings) GetSize() float32
- func (o *MenuItemServings) GetSizeOk() (*float32, bool)
- func (o *MenuItemServings) GetUnit() string
- func (o *MenuItemServings) GetUnitOk() (*string, bool)
- func (o MenuItemServings) MarshalJSON() ([]byte, error)
- func (o *MenuItemServings) SetNumber(v float32)
- func (o *MenuItemServings) SetSize(v float32)
- func (o *MenuItemServings) SetUnit(v string)
- func (o MenuItemServings) ToMap() (map[string]interface{}, error)
- func (o *MenuItemServings) UnmarshalJSON(data []byte) (err error)
- type MenuItemsAPIService
- func (a *MenuItemsAPIService) AutocompleteMenuItemSearch(ctx context.Context) ApiAutocompleteMenuItemSearchRequest
- func (a *MenuItemsAPIService) AutocompleteMenuItemSearchExecute(r ApiAutocompleteMenuItemSearchRequest) (*AutocompleteProductSearch200Response, *http.Response, error)
- func (a *MenuItemsAPIService) GetMenuItemInformation(ctx context.Context, id int32) ApiGetMenuItemInformationRequest
- func (a *MenuItemsAPIService) GetMenuItemInformationExecute(r ApiGetMenuItemInformationRequest) (*MenuItem, *http.Response, error)
- func (a *MenuItemsAPIService) MenuItemNutritionByIDImage(ctx context.Context, id int32) ApiMenuItemNutritionByIDImageRequest
- func (a *MenuItemsAPIService) MenuItemNutritionByIDImageExecute(r ApiMenuItemNutritionByIDImageRequest) (*os.File, *http.Response, error)
- func (a *MenuItemsAPIService) MenuItemNutritionLabelImage(ctx context.Context, id int32) ApiMenuItemNutritionLabelImageRequest
- func (a *MenuItemsAPIService) MenuItemNutritionLabelImageExecute(r ApiMenuItemNutritionLabelImageRequest) (*os.File, *http.Response, error)
- func (a *MenuItemsAPIService) MenuItemNutritionLabelWidget(ctx context.Context, id int32) ApiMenuItemNutritionLabelWidgetRequest
- func (a *MenuItemsAPIService) MenuItemNutritionLabelWidgetExecute(r ApiMenuItemNutritionLabelWidgetRequest) (string, *http.Response, error)
- func (a *MenuItemsAPIService) SearchMenuItems(ctx context.Context) ApiSearchMenuItemsRequest
- func (a *MenuItemsAPIService) SearchMenuItemsExecute(r ApiSearchMenuItemsRequest) (*SearchMenuItems200Response, *http.Response, error)
- func (a *MenuItemsAPIService) VisualizeMenuItemNutritionByID(ctx context.Context, id int32) ApiVisualizeMenuItemNutritionByIDRequest
- func (a *MenuItemsAPIService) VisualizeMenuItemNutritionByIDExecute(r ApiVisualizeMenuItemNutritionByIDRequest) (string, *http.Response, error)
- type MiscAPIService
- func (a *MiscAPIService) DetectFoodInText(ctx context.Context) ApiDetectFoodInTextRequest
- func (a *MiscAPIService) DetectFoodInTextExecute(r ApiDetectFoodInTextRequest) (*DetectFoodInText200Response, *http.Response, error)
- func (a *MiscAPIService) GetARandomFoodJoke(ctx context.Context) ApiGetARandomFoodJokeRequest
- func (a *MiscAPIService) GetARandomFoodJokeExecute(r ApiGetARandomFoodJokeRequest) (*GetARandomFoodJoke200Response, *http.Response, error)
- func (a *MiscAPIService) GetConversationSuggests(ctx context.Context) ApiGetConversationSuggestsRequest
- func (a *MiscAPIService) GetConversationSuggestsExecute(r ApiGetConversationSuggestsRequest) (*GetConversationSuggests200Response, *http.Response, error)
- func (a *MiscAPIService) GetRandomFoodTrivia(ctx context.Context) ApiGetRandomFoodTriviaRequest
- func (a *MiscAPIService) GetRandomFoodTriviaExecute(r ApiGetRandomFoodTriviaRequest) (*GetARandomFoodJoke200Response, *http.Response, error)
- func (a *MiscAPIService) ImageAnalysisByURL(ctx context.Context) ApiImageAnalysisByURLRequest
- func (a *MiscAPIService) ImageAnalysisByURLExecute(r ApiImageAnalysisByURLRequest) (*ImageAnalysisByURL200Response, *http.Response, error)
- func (a *MiscAPIService) ImageClassificationByURL(ctx context.Context) ApiImageClassificationByURLRequest
- func (a *MiscAPIService) ImageClassificationByURLExecute(r ApiImageClassificationByURLRequest) (*ImageClassificationByURL200Response, *http.Response, error)
- func (a *MiscAPIService) SearchAllFood(ctx context.Context) ApiSearchAllFoodRequest
- func (a *MiscAPIService) SearchAllFoodExecute(r ApiSearchAllFoodRequest) (*SearchAllFood200Response, *http.Response, error)
- func (a *MiscAPIService) SearchCustomFoods(ctx context.Context) ApiSearchCustomFoodsRequest
- func (a *MiscAPIService) SearchCustomFoodsExecute(r ApiSearchCustomFoodsRequest) (*SearchCustomFoods200Response, *http.Response, error)
- func (a *MiscAPIService) SearchFoodVideos(ctx context.Context) ApiSearchFoodVideosRequest
- func (a *MiscAPIService) SearchFoodVideosExecute(r ApiSearchFoodVideosRequest) (*SearchFoodVideos200Response, *http.Response, error)
- func (a *MiscAPIService) SearchSiteContent(ctx context.Context) ApiSearchSiteContentRequest
- func (a *MiscAPIService) SearchSiteContentExecute(r ApiSearchSiteContentRequest) (*SearchSiteContent200Response, *http.Response, error)
- func (a *MiscAPIService) TalkToChatbot(ctx context.Context) ApiTalkToChatbotRequest
- func (a *MiscAPIService) TalkToChatbotExecute(r ApiTalkToChatbotRequest) (*TalkToChatbot200Response, *http.Response, error)
- type NullableAddMealPlanTemplate200Response
- func (v NullableAddMealPlanTemplate200Response) Get() *AddMealPlanTemplate200Response
- func (v NullableAddMealPlanTemplate200Response) IsSet() bool
- func (v NullableAddMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAddMealPlanTemplate200Response) Set(val *AddMealPlanTemplate200Response)
- func (v *NullableAddMealPlanTemplate200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAddMealPlanTemplate200Response) Unset()
- type NullableAddMealPlanTemplate200ResponseItemsInner
- func (v NullableAddMealPlanTemplate200ResponseItemsInner) Get() *AddMealPlanTemplate200ResponseItemsInner
- func (v NullableAddMealPlanTemplate200ResponseItemsInner) IsSet() bool
- func (v NullableAddMealPlanTemplate200ResponseItemsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAddMealPlanTemplate200ResponseItemsInner) Set(val *AddMealPlanTemplate200ResponseItemsInner)
- func (v *NullableAddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAddMealPlanTemplate200ResponseItemsInner) Unset()
- type NullableAddMealPlanTemplate200ResponseItemsInnerValue
- func (v NullableAddMealPlanTemplate200ResponseItemsInnerValue) Get() *AddMealPlanTemplate200ResponseItemsInnerValue
- func (v NullableAddMealPlanTemplate200ResponseItemsInnerValue) IsSet() bool
- func (v NullableAddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON() ([]byte, error)
- func (v *NullableAddMealPlanTemplate200ResponseItemsInnerValue) Set(val *AddMealPlanTemplate200ResponseItemsInnerValue)
- func (v *NullableAddMealPlanTemplate200ResponseItemsInnerValue) UnmarshalJSON(src []byte) error
- func (v *NullableAddMealPlanTemplate200ResponseItemsInnerValue) Unset()
- type NullableAddToMealPlanRequest
- func (v NullableAddToMealPlanRequest) Get() *AddToMealPlanRequest
- func (v NullableAddToMealPlanRequest) IsSet() bool
- func (v NullableAddToMealPlanRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAddToMealPlanRequest) Set(val *AddToMealPlanRequest)
- func (v *NullableAddToMealPlanRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAddToMealPlanRequest) Unset()
- type NullableAddToMealPlanRequestValue
- func (v NullableAddToMealPlanRequestValue) Get() *AddToMealPlanRequestValue
- func (v NullableAddToMealPlanRequestValue) IsSet() bool
- func (v NullableAddToMealPlanRequestValue) MarshalJSON() ([]byte, error)
- func (v *NullableAddToMealPlanRequestValue) Set(val *AddToMealPlanRequestValue)
- func (v *NullableAddToMealPlanRequestValue) UnmarshalJSON(src []byte) error
- func (v *NullableAddToMealPlanRequestValue) Unset()
- type NullableAddToMealPlanRequestValueIngredientsInner
- func (v NullableAddToMealPlanRequestValueIngredientsInner) Get() *AddToMealPlanRequestValueIngredientsInner
- func (v NullableAddToMealPlanRequestValueIngredientsInner) IsSet() bool
- func (v NullableAddToMealPlanRequestValueIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAddToMealPlanRequestValueIngredientsInner) Set(val *AddToMealPlanRequestValueIngredientsInner)
- func (v *NullableAddToMealPlanRequestValueIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAddToMealPlanRequestValueIngredientsInner) Unset()
- type NullableAddToShoppingListRequest
- func (v NullableAddToShoppingListRequest) Get() *AddToShoppingListRequest
- func (v NullableAddToShoppingListRequest) IsSet() bool
- func (v NullableAddToShoppingListRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAddToShoppingListRequest) Set(val *AddToShoppingListRequest)
- func (v *NullableAddToShoppingListRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAddToShoppingListRequest) Unset()
- type NullableAnalyzeARecipeSearchQuery200Response
- func (v NullableAnalyzeARecipeSearchQuery200Response) Get() *AnalyzeARecipeSearchQuery200Response
- func (v NullableAnalyzeARecipeSearchQuery200Response) IsSet() bool
- func (v NullableAnalyzeARecipeSearchQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeARecipeSearchQuery200Response) Set(val *AnalyzeARecipeSearchQuery200Response)
- func (v *NullableAnalyzeARecipeSearchQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeARecipeSearchQuery200Response) Unset()
- type NullableAnalyzeARecipeSearchQuery200ResponseDishesInner
- func (v NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) Get() *AnalyzeARecipeSearchQuery200ResponseDishesInner
- func (v NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) IsSet() bool
- func (v NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) Set(val *AnalyzeARecipeSearchQuery200ResponseDishesInner)
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) Unset()
- type NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner
- func (v NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) Get() *AnalyzeARecipeSearchQuery200ResponseIngredientsInner
- func (v NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) IsSet() bool
- func (v NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) Set(val *AnalyzeARecipeSearchQuery200ResponseIngredientsInner)
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) Unset()
- type NullableAnalyzeRecipeInstructions200Response
- func (v NullableAnalyzeRecipeInstructions200Response) Get() *AnalyzeRecipeInstructions200Response
- func (v NullableAnalyzeRecipeInstructions200Response) IsSet() bool
- func (v NullableAnalyzeRecipeInstructions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeInstructions200Response) Set(val *AnalyzeRecipeInstructions200Response)
- func (v *NullableAnalyzeRecipeInstructions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeInstructions200Response) Unset()
- type NullableAnalyzeRecipeInstructions200ResponseIngredientsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) Get() *AnalyzeRecipeInstructions200ResponseIngredientsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) IsSet() bool
- func (v NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) Set(val *AnalyzeRecipeInstructions200ResponseIngredientsInner)
- func (v *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) Unset()
- type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) Get() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) IsSet() bool
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) Set(val *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) Unset()
- type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) Get() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) IsSet() bool
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) Set(val *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) Unset()
- type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) Get() ...
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) IsSet() bool
- func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) Set(...)
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) Unset()
- type NullableAnalyzeRecipeRequest
- func (v NullableAnalyzeRecipeRequest) Get() *AnalyzeRecipeRequest
- func (v NullableAnalyzeRecipeRequest) IsSet() bool
- func (v NullableAnalyzeRecipeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeRecipeRequest) Set(val *AnalyzeRecipeRequest)
- func (v *NullableAnalyzeRecipeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeRecipeRequest) Unset()
- type NullableAutocompleteIngredientSearch200ResponseInner
- func (v NullableAutocompleteIngredientSearch200ResponseInner) Get() *AutocompleteIngredientSearch200ResponseInner
- func (v NullableAutocompleteIngredientSearch200ResponseInner) IsSet() bool
- func (v NullableAutocompleteIngredientSearch200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableAutocompleteIngredientSearch200ResponseInner) Set(val *AutocompleteIngredientSearch200ResponseInner)
- func (v *NullableAutocompleteIngredientSearch200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableAutocompleteIngredientSearch200ResponseInner) Unset()
- type NullableAutocompleteProductSearch200Response
- func (v NullableAutocompleteProductSearch200Response) Get() *AutocompleteProductSearch200Response
- func (v NullableAutocompleteProductSearch200Response) IsSet() bool
- func (v NullableAutocompleteProductSearch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAutocompleteProductSearch200Response) Set(val *AutocompleteProductSearch200Response)
- func (v *NullableAutocompleteProductSearch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAutocompleteProductSearch200Response) Unset()
- type NullableAutocompleteProductSearch200ResponseResultsInner
- func (v NullableAutocompleteProductSearch200ResponseResultsInner) Get() *AutocompleteProductSearch200ResponseResultsInner
- func (v NullableAutocompleteProductSearch200ResponseResultsInner) IsSet() bool
- func (v NullableAutocompleteProductSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAutocompleteProductSearch200ResponseResultsInner) Set(val *AutocompleteProductSearch200ResponseResultsInner)
- func (v *NullableAutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAutocompleteProductSearch200ResponseResultsInner) Unset()
- type NullableAutocompleteRecipeSearch200ResponseInner
- func (v NullableAutocompleteRecipeSearch200ResponseInner) Get() *AutocompleteRecipeSearch200ResponseInner
- func (v NullableAutocompleteRecipeSearch200ResponseInner) IsSet() bool
- func (v NullableAutocompleteRecipeSearch200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableAutocompleteRecipeSearch200ResponseInner) Set(val *AutocompleteRecipeSearch200ResponseInner)
- func (v *NullableAutocompleteRecipeSearch200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableAutocompleteRecipeSearch200ResponseInner) Unset()
- type NullableBool
- type NullableClassifyCuisine200Response
- func (v NullableClassifyCuisine200Response) Get() *ClassifyCuisine200Response
- func (v NullableClassifyCuisine200Response) IsSet() bool
- func (v NullableClassifyCuisine200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClassifyCuisine200Response) Set(val *ClassifyCuisine200Response)
- func (v *NullableClassifyCuisine200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClassifyCuisine200Response) Unset()
- type NullableClassifyGroceryProduct200Response
- func (v NullableClassifyGroceryProduct200Response) Get() *ClassifyGroceryProduct200Response
- func (v NullableClassifyGroceryProduct200Response) IsSet() bool
- func (v NullableClassifyGroceryProduct200Response) MarshalJSON() ([]byte, error)
- func (v *NullableClassifyGroceryProduct200Response) Set(val *ClassifyGroceryProduct200Response)
- func (v *NullableClassifyGroceryProduct200Response) UnmarshalJSON(src []byte) error
- func (v *NullableClassifyGroceryProduct200Response) Unset()
- type NullableClassifyGroceryProductBulk200ResponseInner
- func (v NullableClassifyGroceryProductBulk200ResponseInner) Get() *ClassifyGroceryProductBulk200ResponseInner
- func (v NullableClassifyGroceryProductBulk200ResponseInner) IsSet() bool
- func (v NullableClassifyGroceryProductBulk200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableClassifyGroceryProductBulk200ResponseInner) Set(val *ClassifyGroceryProductBulk200ResponseInner)
- func (v *NullableClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableClassifyGroceryProductBulk200ResponseInner) Unset()
- type NullableClassifyGroceryProductBulkRequestInner
- func (v NullableClassifyGroceryProductBulkRequestInner) Get() *ClassifyGroceryProductBulkRequestInner
- func (v NullableClassifyGroceryProductBulkRequestInner) IsSet() bool
- func (v NullableClassifyGroceryProductBulkRequestInner) MarshalJSON() ([]byte, error)
- func (v *NullableClassifyGroceryProductBulkRequestInner) Set(val *ClassifyGroceryProductBulkRequestInner)
- func (v *NullableClassifyGroceryProductBulkRequestInner) UnmarshalJSON(src []byte) error
- func (v *NullableClassifyGroceryProductBulkRequestInner) Unset()
- type NullableClassifyGroceryProductRequest
- func (v NullableClassifyGroceryProductRequest) Get() *ClassifyGroceryProductRequest
- func (v NullableClassifyGroceryProductRequest) IsSet() bool
- func (v NullableClassifyGroceryProductRequest) MarshalJSON() ([]byte, error)
- func (v *NullableClassifyGroceryProductRequest) Set(val *ClassifyGroceryProductRequest)
- func (v *NullableClassifyGroceryProductRequest) UnmarshalJSON(src []byte) error
- func (v *NullableClassifyGroceryProductRequest) Unset()
- type NullableComparableProduct
- func (v NullableComparableProduct) Get() *ComparableProduct
- func (v NullableComparableProduct) IsSet() bool
- func (v NullableComparableProduct) MarshalJSON() ([]byte, error)
- func (v *NullableComparableProduct) Set(val *ComparableProduct)
- func (v *NullableComparableProduct) UnmarshalJSON(src []byte) error
- func (v *NullableComparableProduct) Unset()
- type NullableComputeGlycemicLoad200Response
- func (v NullableComputeGlycemicLoad200Response) Get() *ComputeGlycemicLoad200Response
- func (v NullableComputeGlycemicLoad200Response) IsSet() bool
- func (v NullableComputeGlycemicLoad200Response) MarshalJSON() ([]byte, error)
- func (v *NullableComputeGlycemicLoad200Response) Set(val *ComputeGlycemicLoad200Response)
- func (v *NullableComputeGlycemicLoad200Response) UnmarshalJSON(src []byte) error
- func (v *NullableComputeGlycemicLoad200Response) Unset()
- type NullableComputeGlycemicLoad200ResponseIngredientsInner
- func (v NullableComputeGlycemicLoad200ResponseIngredientsInner) Get() *ComputeGlycemicLoad200ResponseIngredientsInner
- func (v NullableComputeGlycemicLoad200ResponseIngredientsInner) IsSet() bool
- func (v NullableComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableComputeGlycemicLoad200ResponseIngredientsInner) Set(val *ComputeGlycemicLoad200ResponseIngredientsInner)
- func (v *NullableComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableComputeGlycemicLoad200ResponseIngredientsInner) Unset()
- type NullableComputeGlycemicLoadRequest
- func (v NullableComputeGlycemicLoadRequest) Get() *ComputeGlycemicLoadRequest
- func (v NullableComputeGlycemicLoadRequest) IsSet() bool
- func (v NullableComputeGlycemicLoadRequest) MarshalJSON() ([]byte, error)
- func (v *NullableComputeGlycemicLoadRequest) Set(val *ComputeGlycemicLoadRequest)
- func (v *NullableComputeGlycemicLoadRequest) UnmarshalJSON(src []byte) error
- func (v *NullableComputeGlycemicLoadRequest) Unset()
- type NullableComputeIngredientAmount200Response
- func (v NullableComputeIngredientAmount200Response) Get() *ComputeIngredientAmount200Response
- func (v NullableComputeIngredientAmount200Response) IsSet() bool
- func (v NullableComputeIngredientAmount200Response) MarshalJSON() ([]byte, error)
- func (v *NullableComputeIngredientAmount200Response) Set(val *ComputeIngredientAmount200Response)
- func (v *NullableComputeIngredientAmount200Response) UnmarshalJSON(src []byte) error
- func (v *NullableComputeIngredientAmount200Response) Unset()
- type NullableConnectUser200Response
- func (v NullableConnectUser200Response) Get() *ConnectUser200Response
- func (v NullableConnectUser200Response) IsSet() bool
- func (v NullableConnectUser200Response) MarshalJSON() ([]byte, error)
- func (v *NullableConnectUser200Response) Set(val *ConnectUser200Response)
- func (v *NullableConnectUser200Response) UnmarshalJSON(src []byte) error
- func (v *NullableConnectUser200Response) Unset()
- type NullableConnectUserRequest
- func (v NullableConnectUserRequest) Get() *ConnectUserRequest
- func (v NullableConnectUserRequest) IsSet() bool
- func (v NullableConnectUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectUserRequest) Set(val *ConnectUserRequest)
- func (v *NullableConnectUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectUserRequest) Unset()
- type NullableConvertAmounts200Response
- func (v NullableConvertAmounts200Response) Get() *ConvertAmounts200Response
- func (v NullableConvertAmounts200Response) IsSet() bool
- func (v NullableConvertAmounts200Response) MarshalJSON() ([]byte, error)
- func (v *NullableConvertAmounts200Response) Set(val *ConvertAmounts200Response)
- func (v *NullableConvertAmounts200Response) UnmarshalJSON(src []byte) error
- func (v *NullableConvertAmounts200Response) Unset()
- type NullableCreateRecipeCard200Response
- func (v NullableCreateRecipeCard200Response) Get() *CreateRecipeCard200Response
- func (v NullableCreateRecipeCard200Response) IsSet() bool
- func (v NullableCreateRecipeCard200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRecipeCard200Response) Set(val *CreateRecipeCard200Response)
- func (v *NullableCreateRecipeCard200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRecipeCard200Response) Unset()
- type NullableDetectFoodInText200Response
- func (v NullableDetectFoodInText200Response) Get() *DetectFoodInText200Response
- func (v NullableDetectFoodInText200Response) IsSet() bool
- func (v NullableDetectFoodInText200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDetectFoodInText200Response) Set(val *DetectFoodInText200Response)
- func (v *NullableDetectFoodInText200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDetectFoodInText200Response) Unset()
- type NullableDetectFoodInText200ResponseAnnotationsInner
- func (v NullableDetectFoodInText200ResponseAnnotationsInner) Get() *DetectFoodInText200ResponseAnnotationsInner
- func (v NullableDetectFoodInText200ResponseAnnotationsInner) IsSet() bool
- func (v NullableDetectFoodInText200ResponseAnnotationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableDetectFoodInText200ResponseAnnotationsInner) Set(val *DetectFoodInText200ResponseAnnotationsInner)
- func (v *NullableDetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableDetectFoodInText200ResponseAnnotationsInner) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGenerateMealPlan200Response
- func (v NullableGenerateMealPlan200Response) Get() *GenerateMealPlan200Response
- func (v NullableGenerateMealPlan200Response) IsSet() bool
- func (v NullableGenerateMealPlan200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGenerateMealPlan200Response) Set(val *GenerateMealPlan200Response)
- func (v *NullableGenerateMealPlan200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGenerateMealPlan200Response) Unset()
- type NullableGenerateMealPlan200ResponseNutrients
- func (v NullableGenerateMealPlan200ResponseNutrients) Get() *GenerateMealPlan200ResponseNutrients
- func (v NullableGenerateMealPlan200ResponseNutrients) IsSet() bool
- func (v NullableGenerateMealPlan200ResponseNutrients) MarshalJSON() ([]byte, error)
- func (v *NullableGenerateMealPlan200ResponseNutrients) Set(val *GenerateMealPlan200ResponseNutrients)
- func (v *NullableGenerateMealPlan200ResponseNutrients) UnmarshalJSON(src []byte) error
- func (v *NullableGenerateMealPlan200ResponseNutrients) Unset()
- type NullableGetARandomFoodJoke200Response
- func (v NullableGetARandomFoodJoke200Response) Get() *GetARandomFoodJoke200Response
- func (v NullableGetARandomFoodJoke200Response) IsSet() bool
- func (v NullableGetARandomFoodJoke200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetARandomFoodJoke200Response) Set(val *GetARandomFoodJoke200Response)
- func (v *NullableGetARandomFoodJoke200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetARandomFoodJoke200Response) Unset()
- type NullableGetAnalyzedRecipeInstructions200ResponseInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInner) Get() *GetAnalyzedRecipeInstructions200ResponseInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInner) IsSet() bool
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInner) Set(val *GetAnalyzedRecipeInstructions200ResponseInner)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInner) Unset()
- type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) Get() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) IsSet() bool
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) Set(val *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) Unset()
- type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) Get() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) IsSet() bool
- func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) Set(val *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner)
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) Unset()
- type NullableGetComparableProducts200Response
- func (v NullableGetComparableProducts200Response) Get() *GetComparableProducts200Response
- func (v NullableGetComparableProducts200Response) IsSet() bool
- func (v NullableGetComparableProducts200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetComparableProducts200Response) Set(val *GetComparableProducts200Response)
- func (v *NullableGetComparableProducts200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetComparableProducts200Response) Unset()
- type NullableGetComparableProducts200ResponseComparableProducts
- func (v NullableGetComparableProducts200ResponseComparableProducts) Get() *GetComparableProducts200ResponseComparableProducts
- func (v NullableGetComparableProducts200ResponseComparableProducts) IsSet() bool
- func (v NullableGetComparableProducts200ResponseComparableProducts) MarshalJSON() ([]byte, error)
- func (v *NullableGetComparableProducts200ResponseComparableProducts) Set(val *GetComparableProducts200ResponseComparableProducts)
- func (v *NullableGetComparableProducts200ResponseComparableProducts) UnmarshalJSON(src []byte) error
- func (v *NullableGetComparableProducts200ResponseComparableProducts) Unset()
- type NullableGetConversationSuggests200Response
- func (v NullableGetConversationSuggests200Response) Get() *GetConversationSuggests200Response
- func (v NullableGetConversationSuggests200Response) IsSet() bool
- func (v NullableGetConversationSuggests200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetConversationSuggests200Response) Set(val *GetConversationSuggests200Response)
- func (v *NullableGetConversationSuggests200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetConversationSuggests200Response) Unset()
- type NullableGetConversationSuggests200ResponseSuggests
- func (v NullableGetConversationSuggests200ResponseSuggests) Get() *GetConversationSuggests200ResponseSuggests
- func (v NullableGetConversationSuggests200ResponseSuggests) IsSet() bool
- func (v NullableGetConversationSuggests200ResponseSuggests) MarshalJSON() ([]byte, error)
- func (v *NullableGetConversationSuggests200ResponseSuggests) Set(val *GetConversationSuggests200ResponseSuggests)
- func (v *NullableGetConversationSuggests200ResponseSuggests) UnmarshalJSON(src []byte) error
- func (v *NullableGetConversationSuggests200ResponseSuggests) Unset()
- type NullableGetConversationSuggests200ResponseSuggestsInner
- func (v NullableGetConversationSuggests200ResponseSuggestsInner) Get() *GetConversationSuggests200ResponseSuggestsInner
- func (v NullableGetConversationSuggests200ResponseSuggestsInner) IsSet() bool
- func (v NullableGetConversationSuggests200ResponseSuggestsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetConversationSuggests200ResponseSuggestsInner) Set(val *GetConversationSuggests200ResponseSuggestsInner)
- func (v *NullableGetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetConversationSuggests200ResponseSuggestsInner) Unset()
- type NullableGetDishPairingForWine200Response
- func (v NullableGetDishPairingForWine200Response) Get() *GetDishPairingForWine200Response
- func (v NullableGetDishPairingForWine200Response) IsSet() bool
- func (v NullableGetDishPairingForWine200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetDishPairingForWine200Response) Set(val *GetDishPairingForWine200Response)
- func (v *NullableGetDishPairingForWine200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetDishPairingForWine200Response) Unset()
- type NullableGetIngredientSubstitutes200Response
- func (v NullableGetIngredientSubstitutes200Response) Get() *GetIngredientSubstitutes200Response
- func (v NullableGetIngredientSubstitutes200Response) IsSet() bool
- func (v NullableGetIngredientSubstitutes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIngredientSubstitutes200Response) Set(val *GetIngredientSubstitutes200Response)
- func (v *NullableGetIngredientSubstitutes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIngredientSubstitutes200Response) Unset()
- type NullableGetMealPlanTemplate200Response
- func (v NullableGetMealPlanTemplate200Response) Get() *GetMealPlanTemplate200Response
- func (v NullableGetMealPlanTemplate200Response) IsSet() bool
- func (v NullableGetMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplate200Response) Set(val *GetMealPlanTemplate200Response)
- func (v *NullableGetMealPlanTemplate200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplate200Response) Unset()
- type NullableGetMealPlanTemplate200ResponseDaysInner
- func (v NullableGetMealPlanTemplate200ResponseDaysInner) Get() *GetMealPlanTemplate200ResponseDaysInner
- func (v NullableGetMealPlanTemplate200ResponseDaysInner) IsSet() bool
- func (v NullableGetMealPlanTemplate200ResponseDaysInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInner) Set(val *GetMealPlanTemplate200ResponseDaysInner)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplate200ResponseDaysInner) Unset()
- type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) Get() *GetMealPlanTemplate200ResponseDaysInnerItemsInner
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) IsSet() bool
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) Set(val *GetMealPlanTemplate200ResponseDaysInnerItemsInner)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) Unset()
- type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) Get() *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) IsSet() bool
- func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) Set(val *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue)
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) Unset()
- type NullableGetMealPlanTemplates200Response
- func (v NullableGetMealPlanTemplates200Response) Get() *GetMealPlanTemplates200Response
- func (v NullableGetMealPlanTemplates200Response) IsSet() bool
- func (v NullableGetMealPlanTemplates200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplates200Response) Set(val *GetMealPlanTemplates200Response)
- func (v *NullableGetMealPlanTemplates200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplates200Response) Unset()
- type NullableGetMealPlanTemplates200ResponseTemplatesInner
- func (v NullableGetMealPlanTemplates200ResponseTemplatesInner) Get() *GetMealPlanTemplates200ResponseTemplatesInner
- func (v NullableGetMealPlanTemplates200ResponseTemplatesInner) IsSet() bool
- func (v NullableGetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanTemplates200ResponseTemplatesInner) Set(val *GetMealPlanTemplates200ResponseTemplatesInner)
- func (v *NullableGetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanTemplates200ResponseTemplatesInner) Unset()
- type NullableGetMealPlanWeek200Response
- func (v NullableGetMealPlanWeek200Response) Get() *GetMealPlanWeek200Response
- func (v NullableGetMealPlanWeek200Response) IsSet() bool
- func (v NullableGetMealPlanWeek200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200Response) Set(val *GetMealPlanWeek200Response)
- func (v *NullableGetMealPlanWeek200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200Response) Unset()
- type NullableGetMealPlanWeek200ResponseDaysInner
- func (v NullableGetMealPlanWeek200ResponseDaysInner) Get() *GetMealPlanWeek200ResponseDaysInner
- func (v NullableGetMealPlanWeek200ResponseDaysInner) IsSet() bool
- func (v NullableGetMealPlanWeek200ResponseDaysInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200ResponseDaysInner) Set(val *GetMealPlanWeek200ResponseDaysInner)
- func (v *NullableGetMealPlanWeek200ResponseDaysInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200ResponseDaysInner) Unset()
- type NullableGetMealPlanWeek200ResponseDaysInnerItemsInner
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) Get() *GetMealPlanWeek200ResponseDaysInnerItemsInner
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) IsSet() bool
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) Set(val *GetMealPlanWeek200ResponseDaysInnerItemsInner)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) Unset()
- type NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) Get() *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) IsSet() bool
- func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) Set(val *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) Unset()
- type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) Get() *GetMealPlanWeek200ResponseDaysInnerNutritionSummary
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) IsSet() bool
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) Set(val *GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) Unset()
- type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) Get() *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) IsSet() bool
- func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) Set(val *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner)
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) Unset()
- type NullableGetRandomRecipes200Response
- func (v NullableGetRandomRecipes200Response) Get() *GetRandomRecipes200Response
- func (v NullableGetRandomRecipes200Response) IsSet() bool
- func (v NullableGetRandomRecipes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRandomRecipes200Response) Set(val *GetRandomRecipes200Response)
- func (v *NullableGetRandomRecipes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRandomRecipes200Response) Unset()
- type NullableGetRecipeEquipmentByID200Response
- func (v NullableGetRecipeEquipmentByID200Response) Get() *GetRecipeEquipmentByID200Response
- func (v NullableGetRecipeEquipmentByID200Response) IsSet() bool
- func (v NullableGetRecipeEquipmentByID200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeEquipmentByID200Response) Set(val *GetRecipeEquipmentByID200Response)
- func (v *NullableGetRecipeEquipmentByID200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeEquipmentByID200Response) Unset()
- type NullableGetRecipeEquipmentByID200ResponseEquipmentInner
- func (v NullableGetRecipeEquipmentByID200ResponseEquipmentInner) Get() *GetRecipeEquipmentByID200ResponseEquipmentInner
- func (v NullableGetRecipeEquipmentByID200ResponseEquipmentInner) IsSet() bool
- func (v NullableGetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeEquipmentByID200ResponseEquipmentInner) Set(val *GetRecipeEquipmentByID200ResponseEquipmentInner)
- func (v *NullableGetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeEquipmentByID200ResponseEquipmentInner) Unset()
- type NullableGetRecipeIngredientsByID200Response
- func (v NullableGetRecipeIngredientsByID200Response) Get() *GetRecipeIngredientsByID200Response
- func (v NullableGetRecipeIngredientsByID200Response) IsSet() bool
- func (v NullableGetRecipeIngredientsByID200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeIngredientsByID200Response) Set(val *GetRecipeIngredientsByID200Response)
- func (v *NullableGetRecipeIngredientsByID200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeIngredientsByID200Response) Unset()
- type NullableGetRecipeIngredientsByID200ResponseIngredientsInner
- func (v NullableGetRecipeIngredientsByID200ResponseIngredientsInner) Get() *GetRecipeIngredientsByID200ResponseIngredientsInner
- func (v NullableGetRecipeIngredientsByID200ResponseIngredientsInner) IsSet() bool
- func (v NullableGetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeIngredientsByID200ResponseIngredientsInner) Set(val *GetRecipeIngredientsByID200ResponseIngredientsInner)
- func (v *NullableGetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeIngredientsByID200ResponseIngredientsInner) Unset()
- type NullableGetRecipeNutritionWidgetByID200Response
- func (v NullableGetRecipeNutritionWidgetByID200Response) Get() *GetRecipeNutritionWidgetByID200Response
- func (v NullableGetRecipeNutritionWidgetByID200Response) IsSet() bool
- func (v NullableGetRecipeNutritionWidgetByID200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeNutritionWidgetByID200Response) Set(val *GetRecipeNutritionWidgetByID200Response)
- func (v *NullableGetRecipeNutritionWidgetByID200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeNutritionWidgetByID200Response) Unset()
- type NullableGetRecipeNutritionWidgetByID200ResponseBadInner
- func (v NullableGetRecipeNutritionWidgetByID200ResponseBadInner) Get() *GetRecipeNutritionWidgetByID200ResponseBadInner
- func (v NullableGetRecipeNutritionWidgetByID200ResponseBadInner) IsSet() bool
- func (v NullableGetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseBadInner) Set(val *GetRecipeNutritionWidgetByID200ResponseBadInner)
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseBadInner) Unset()
- type NullableGetRecipeNutritionWidgetByID200ResponseGoodInner
- func (v NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) Get() *GetRecipeNutritionWidgetByID200ResponseGoodInner
- func (v NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) IsSet() bool
- func (v NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) Set(val *GetRecipeNutritionWidgetByID200ResponseGoodInner)
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) Unset()
- type NullableGetRecipePriceBreakdownByID200Response
- func (v NullableGetRecipePriceBreakdownByID200Response) Get() *GetRecipePriceBreakdownByID200Response
- func (v NullableGetRecipePriceBreakdownByID200Response) IsSet() bool
- func (v NullableGetRecipePriceBreakdownByID200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipePriceBreakdownByID200Response) Set(val *GetRecipePriceBreakdownByID200Response)
- func (v *NullableGetRecipePriceBreakdownByID200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipePriceBreakdownByID200Response) Unset()
- type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) Get() *GetRecipePriceBreakdownByID200ResponseIngredientsInner
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) IsSet() bool
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) Set(val *GetRecipePriceBreakdownByID200ResponseIngredientsInner)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) Unset()
- type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) Get() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) IsSet() bool
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) Set(val *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) Unset()
- type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) Get() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) IsSet() bool
- func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) Set(val *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric)
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) Unset()
- type NullableGetShoppingList200Response
- func (v NullableGetShoppingList200Response) Get() *GetShoppingList200Response
- func (v NullableGetShoppingList200Response) IsSet() bool
- func (v NullableGetShoppingList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetShoppingList200Response) Set(val *GetShoppingList200Response)
- func (v *NullableGetShoppingList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetShoppingList200Response) Unset()
- type NullableGetShoppingList200ResponseAislesInner
- func (v NullableGetShoppingList200ResponseAislesInner) Get() *GetShoppingList200ResponseAislesInner
- func (v NullableGetShoppingList200ResponseAislesInner) IsSet() bool
- func (v NullableGetShoppingList200ResponseAislesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetShoppingList200ResponseAislesInner) Set(val *GetShoppingList200ResponseAislesInner)
- func (v *NullableGetShoppingList200ResponseAislesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetShoppingList200ResponseAislesInner) Unset()
- type NullableGetShoppingList200ResponseAislesInnerItemsInner
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInner) Get() *GetShoppingList200ResponseAislesInnerItemsInner
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInner) IsSet() bool
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInner) Set(val *GetShoppingList200ResponseAislesInnerItemsInner)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInner) Unset()
- type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) Get() *GetShoppingList200ResponseAislesInnerItemsInnerMeasures
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) IsSet() bool
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON() ([]byte, error)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) Set(val *GetShoppingList200ResponseAislesInnerItemsInnerMeasures)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON(src []byte) error
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) Unset()
- type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) Get() *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) IsSet() bool
- func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON() ([]byte, error)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) Set(val *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON(src []byte) error
- func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) Unset()
- type NullableGetSimilarRecipes200ResponseInner
- func (v NullableGetSimilarRecipes200ResponseInner) Get() *GetSimilarRecipes200ResponseInner
- func (v NullableGetSimilarRecipes200ResponseInner) IsSet() bool
- func (v NullableGetSimilarRecipes200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetSimilarRecipes200ResponseInner) Set(val *GetSimilarRecipes200ResponseInner)
- func (v *NullableGetSimilarRecipes200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetSimilarRecipes200ResponseInner) Unset()
- type NullableGetWineDescription200Response
- func (v NullableGetWineDescription200Response) Get() *GetWineDescription200Response
- func (v NullableGetWineDescription200Response) IsSet() bool
- func (v NullableGetWineDescription200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetWineDescription200Response) Set(val *GetWineDescription200Response)
- func (v *NullableGetWineDescription200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetWineDescription200Response) Unset()
- type NullableGetWinePairing200Response
- func (v NullableGetWinePairing200Response) Get() *GetWinePairing200Response
- func (v NullableGetWinePairing200Response) IsSet() bool
- func (v NullableGetWinePairing200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetWinePairing200Response) Set(val *GetWinePairing200Response)
- func (v *NullableGetWinePairing200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetWinePairing200Response) Unset()
- type NullableGetWinePairing200ResponseProductMatchesInner
- func (v NullableGetWinePairing200ResponseProductMatchesInner) Get() *GetWinePairing200ResponseProductMatchesInner
- func (v NullableGetWinePairing200ResponseProductMatchesInner) IsSet() bool
- func (v NullableGetWinePairing200ResponseProductMatchesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetWinePairing200ResponseProductMatchesInner) Set(val *GetWinePairing200ResponseProductMatchesInner)
- func (v *NullableGetWinePairing200ResponseProductMatchesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetWinePairing200ResponseProductMatchesInner) Unset()
- type NullableGetWineRecommendation200Response
- func (v NullableGetWineRecommendation200Response) Get() *GetWineRecommendation200Response
- func (v NullableGetWineRecommendation200Response) IsSet() bool
- func (v NullableGetWineRecommendation200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetWineRecommendation200Response) Set(val *GetWineRecommendation200Response)
- func (v *NullableGetWineRecommendation200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetWineRecommendation200Response) Unset()
- type NullableGetWineRecommendation200ResponseRecommendedWinesInner
- func (v NullableGetWineRecommendation200ResponseRecommendedWinesInner) Get() *GetWineRecommendation200ResponseRecommendedWinesInner
- func (v NullableGetWineRecommendation200ResponseRecommendedWinesInner) IsSet() bool
- func (v NullableGetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetWineRecommendation200ResponseRecommendedWinesInner) Set(val *GetWineRecommendation200ResponseRecommendedWinesInner)
- func (v *NullableGetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetWineRecommendation200ResponseRecommendedWinesInner) Unset()
- type NullableGuessNutritionByDishName200Response
- func (v NullableGuessNutritionByDishName200Response) Get() *GuessNutritionByDishName200Response
- func (v NullableGuessNutritionByDishName200Response) IsSet() bool
- func (v NullableGuessNutritionByDishName200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGuessNutritionByDishName200Response) Set(val *GuessNutritionByDishName200Response)
- func (v *NullableGuessNutritionByDishName200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGuessNutritionByDishName200Response) Unset()
- type NullableGuessNutritionByDishName200ResponseCalories
- func (v NullableGuessNutritionByDishName200ResponseCalories) Get() *GuessNutritionByDishName200ResponseCalories
- func (v NullableGuessNutritionByDishName200ResponseCalories) IsSet() bool
- func (v NullableGuessNutritionByDishName200ResponseCalories) MarshalJSON() ([]byte, error)
- func (v *NullableGuessNutritionByDishName200ResponseCalories) Set(val *GuessNutritionByDishName200ResponseCalories)
- func (v *NullableGuessNutritionByDishName200ResponseCalories) UnmarshalJSON(src []byte) error
- func (v *NullableGuessNutritionByDishName200ResponseCalories) Unset()
- type NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func (v NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) Get() *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
- func (v NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) IsSet() bool
- func (v NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
- func (v *NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) Set(val *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent)
- func (v *NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON(src []byte) error
- func (v *NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) Unset()
- type NullableImageAnalysisByURL200Response
- func (v NullableImageAnalysisByURL200Response) Get() *ImageAnalysisByURL200Response
- func (v NullableImageAnalysisByURL200Response) IsSet() bool
- func (v NullableImageAnalysisByURL200Response) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200Response) Set(val *ImageAnalysisByURL200Response)
- func (v *NullableImageAnalysisByURL200Response) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200Response) Unset()
- type NullableImageAnalysisByURL200ResponseCategory
- func (v NullableImageAnalysisByURL200ResponseCategory) Get() *ImageAnalysisByURL200ResponseCategory
- func (v NullableImageAnalysisByURL200ResponseCategory) IsSet() bool
- func (v NullableImageAnalysisByURL200ResponseCategory) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200ResponseCategory) Set(val *ImageAnalysisByURL200ResponseCategory)
- func (v *NullableImageAnalysisByURL200ResponseCategory) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200ResponseCategory) Unset()
- type NullableImageAnalysisByURL200ResponseNutrition
- func (v NullableImageAnalysisByURL200ResponseNutrition) Get() *ImageAnalysisByURL200ResponseNutrition
- func (v NullableImageAnalysisByURL200ResponseNutrition) IsSet() bool
- func (v NullableImageAnalysisByURL200ResponseNutrition) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200ResponseNutrition) Set(val *ImageAnalysisByURL200ResponseNutrition)
- func (v *NullableImageAnalysisByURL200ResponseNutrition) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200ResponseNutrition) Unset()
- type NullableImageAnalysisByURL200ResponseNutritionCalories
- func (v NullableImageAnalysisByURL200ResponseNutritionCalories) Get() *ImageAnalysisByURL200ResponseNutritionCalories
- func (v NullableImageAnalysisByURL200ResponseNutritionCalories) IsSet() bool
- func (v NullableImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200ResponseNutritionCalories) Set(val *ImageAnalysisByURL200ResponseNutritionCalories)
- func (v *NullableImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200ResponseNutritionCalories) Unset()
- type NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func (v NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) Get() *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
- func (v NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) IsSet() bool
- func (v NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) Set(val *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent)
- func (v *NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) Unset()
- type NullableImageAnalysisByURL200ResponseRecipesInner
- func (v NullableImageAnalysisByURL200ResponseRecipesInner) Get() *ImageAnalysisByURL200ResponseRecipesInner
- func (v NullableImageAnalysisByURL200ResponseRecipesInner) IsSet() bool
- func (v NullableImageAnalysisByURL200ResponseRecipesInner) MarshalJSON() ([]byte, error)
- func (v *NullableImageAnalysisByURL200ResponseRecipesInner) Set(val *ImageAnalysisByURL200ResponseRecipesInner)
- func (v *NullableImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON(src []byte) error
- func (v *NullableImageAnalysisByURL200ResponseRecipesInner) Unset()
- type NullableImageClassificationByURL200Response
- func (v NullableImageClassificationByURL200Response) Get() *ImageClassificationByURL200Response
- func (v NullableImageClassificationByURL200Response) IsSet() bool
- func (v NullableImageClassificationByURL200Response) MarshalJSON() ([]byte, error)
- func (v *NullableImageClassificationByURL200Response) Set(val *ImageClassificationByURL200Response)
- func (v *NullableImageClassificationByURL200Response) UnmarshalJSON(src []byte) error
- func (v *NullableImageClassificationByURL200Response) Unset()
- type NullableIngredientBasics
- func (v NullableIngredientBasics) Get() *IngredientBasics
- func (v NullableIngredientBasics) IsSet() bool
- func (v NullableIngredientBasics) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientBasics) Set(val *IngredientBasics)
- func (v *NullableIngredientBasics) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientBasics) Unset()
- type NullableIngredientInformation
- func (v NullableIngredientInformation) Get() *IngredientInformation
- func (v NullableIngredientInformation) IsSet() bool
- func (v NullableIngredientInformation) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientInformation) Set(val *IngredientInformation)
- func (v *NullableIngredientInformation) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientInformation) Unset()
- type NullableIngredientInformationEstimatedCost
- func (v NullableIngredientInformationEstimatedCost) Get() *IngredientInformationEstimatedCost
- func (v NullableIngredientInformationEstimatedCost) IsSet() bool
- func (v NullableIngredientInformationEstimatedCost) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientInformationEstimatedCost) Set(val *IngredientInformationEstimatedCost)
- func (v *NullableIngredientInformationEstimatedCost) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientInformationEstimatedCost) Unset()
- type NullableIngredientInformationNutrition
- func (v NullableIngredientInformationNutrition) Get() *IngredientInformationNutrition
- func (v NullableIngredientInformationNutrition) IsSet() bool
- func (v NullableIngredientInformationNutrition) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientInformationNutrition) Set(val *IngredientInformationNutrition)
- func (v *NullableIngredientInformationNutrition) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientInformationNutrition) Unset()
- type NullableIngredientInformationNutritionPropertiesInner
- func (v NullableIngredientInformationNutritionPropertiesInner) Get() *IngredientInformationNutritionPropertiesInner
- func (v NullableIngredientInformationNutritionPropertiesInner) IsSet() bool
- func (v NullableIngredientInformationNutritionPropertiesInner) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientInformationNutritionPropertiesInner) Set(val *IngredientInformationNutritionPropertiesInner)
- func (v *NullableIngredientInformationNutritionPropertiesInner) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientInformationNutritionPropertiesInner) Unset()
- type NullableIngredientSearch200Response
- func (v NullableIngredientSearch200Response) Get() *IngredientSearch200Response
- func (v NullableIngredientSearch200Response) IsSet() bool
- func (v NullableIngredientSearch200Response) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientSearch200Response) Set(val *IngredientSearch200Response)
- func (v *NullableIngredientSearch200Response) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientSearch200Response) Unset()
- type NullableIngredientSearch200ResponseResultsInner
- func (v NullableIngredientSearch200ResponseResultsInner) Get() *IngredientSearch200ResponseResultsInner
- func (v NullableIngredientSearch200ResponseResultsInner) IsSet() bool
- func (v NullableIngredientSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableIngredientSearch200ResponseResultsInner) Set(val *IngredientSearch200ResponseResultsInner)
- func (v *NullableIngredientSearch200ResponseResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableIngredientSearch200ResponseResultsInner) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMapIngredientsToGroceryProducts200ResponseInner
- func (v NullableMapIngredientsToGroceryProducts200ResponseInner) Get() *MapIngredientsToGroceryProducts200ResponseInner
- func (v NullableMapIngredientsToGroceryProducts200ResponseInner) IsSet() bool
- func (v NullableMapIngredientsToGroceryProducts200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInner) Set(val *MapIngredientsToGroceryProducts200ResponseInner)
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInner) Unset()
- type NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func (v NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) Get() *MapIngredientsToGroceryProducts200ResponseInnerProductsInner
- func (v NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) IsSet() bool
- func (v NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON() ([]byte, error)
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) Set(val *MapIngredientsToGroceryProducts200ResponseInnerProductsInner)
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON(src []byte) error
- func (v *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) Unset()
- type NullableMapIngredientsToGroceryProductsRequest
- func (v NullableMapIngredientsToGroceryProductsRequest) Get() *MapIngredientsToGroceryProductsRequest
- func (v NullableMapIngredientsToGroceryProductsRequest) IsSet() bool
- func (v NullableMapIngredientsToGroceryProductsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableMapIngredientsToGroceryProductsRequest) Set(val *MapIngredientsToGroceryProductsRequest)
- func (v *NullableMapIngredientsToGroceryProductsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableMapIngredientsToGroceryProductsRequest) Unset()
- type NullableMenuItem
- type NullableMenuItemServings
- func (v NullableMenuItemServings) Get() *MenuItemServings
- func (v NullableMenuItemServings) IsSet() bool
- func (v NullableMenuItemServings) MarshalJSON() ([]byte, error)
- func (v *NullableMenuItemServings) Set(val *MenuItemServings)
- func (v *NullableMenuItemServings) UnmarshalJSON(src []byte) error
- func (v *NullableMenuItemServings) Unset()
- type NullableProductInformation
- func (v NullableProductInformation) Get() *ProductInformation
- func (v NullableProductInformation) IsSet() bool
- func (v NullableProductInformation) MarshalJSON() ([]byte, error)
- func (v *NullableProductInformation) Set(val *ProductInformation)
- func (v *NullableProductInformation) UnmarshalJSON(src []byte) error
- func (v *NullableProductInformation) Unset()
- type NullableProductInformationCredits
- func (v NullableProductInformationCredits) Get() *ProductInformationCredits
- func (v NullableProductInformationCredits) IsSet() bool
- func (v NullableProductInformationCredits) MarshalJSON() ([]byte, error)
- func (v *NullableProductInformationCredits) Set(val *ProductInformationCredits)
- func (v *NullableProductInformationCredits) UnmarshalJSON(src []byte) error
- func (v *NullableProductInformationCredits) Unset()
- type NullableQuickAnswer200Response
- func (v NullableQuickAnswer200Response) Get() *QuickAnswer200Response
- func (v NullableQuickAnswer200Response) IsSet() bool
- func (v NullableQuickAnswer200Response) MarshalJSON() ([]byte, error)
- func (v *NullableQuickAnswer200Response) Set(val *QuickAnswer200Response)
- func (v *NullableQuickAnswer200Response) UnmarshalJSON(src []byte) error
- func (v *NullableQuickAnswer200Response) Unset()
- type NullableRecipeInformation
- func (v NullableRecipeInformation) Get() *RecipeInformation
- func (v NullableRecipeInformation) IsSet() bool
- func (v NullableRecipeInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformation) Set(val *RecipeInformation)
- func (v *NullableRecipeInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformation) Unset()
- type NullableRecipeInformationExtendedIngredientsInner
- func (v NullableRecipeInformationExtendedIngredientsInner) Get() *RecipeInformationExtendedIngredientsInner
- func (v NullableRecipeInformationExtendedIngredientsInner) IsSet() bool
- func (v NullableRecipeInformationExtendedIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformationExtendedIngredientsInner) Set(val *RecipeInformationExtendedIngredientsInner)
- func (v *NullableRecipeInformationExtendedIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformationExtendedIngredientsInner) Unset()
- type NullableRecipeInformationExtendedIngredientsInnerMeasures
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasures) Get() *RecipeInformationExtendedIngredientsInnerMeasures
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasures) IsSet() bool
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasures) Set(val *RecipeInformationExtendedIngredientsInnerMeasures)
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasures) Unset()
- type NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) Get() *RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) IsSet() bool
- func (v NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) Set(val *RecipeInformationExtendedIngredientsInnerMeasuresMetric)
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) Unset()
- type NullableRecipeInformationWinePairing
- func (v NullableRecipeInformationWinePairing) Get() *RecipeInformationWinePairing
- func (v NullableRecipeInformationWinePairing) IsSet() bool
- func (v NullableRecipeInformationWinePairing) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformationWinePairing) Set(val *RecipeInformationWinePairing)
- func (v *NullableRecipeInformationWinePairing) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformationWinePairing) Unset()
- type NullableRecipeInformationWinePairingProductMatchesInner
- func (v NullableRecipeInformationWinePairingProductMatchesInner) Get() *RecipeInformationWinePairingProductMatchesInner
- func (v NullableRecipeInformationWinePairingProductMatchesInner) IsSet() bool
- func (v NullableRecipeInformationWinePairingProductMatchesInner) MarshalJSON() ([]byte, error)
- func (v *NullableRecipeInformationWinePairingProductMatchesInner) Set(val *RecipeInformationWinePairingProductMatchesInner)
- func (v *NullableRecipeInformationWinePairingProductMatchesInner) UnmarshalJSON(src []byte) error
- func (v *NullableRecipeInformationWinePairingProductMatchesInner) Unset()
- type NullableSearchAllFood200Response
- func (v NullableSearchAllFood200Response) Get() *SearchAllFood200Response
- func (v NullableSearchAllFood200Response) IsSet() bool
- func (v NullableSearchAllFood200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchAllFood200Response) Set(val *SearchAllFood200Response)
- func (v *NullableSearchAllFood200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchAllFood200Response) Unset()
- type NullableSearchAllFood200ResponseSearchResultsInner
- func (v NullableSearchAllFood200ResponseSearchResultsInner) Get() *SearchAllFood200ResponseSearchResultsInner
- func (v NullableSearchAllFood200ResponseSearchResultsInner) IsSet() bool
- func (v NullableSearchAllFood200ResponseSearchResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchAllFood200ResponseSearchResultsInner) Set(val *SearchAllFood200ResponseSearchResultsInner)
- func (v *NullableSearchAllFood200ResponseSearchResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchAllFood200ResponseSearchResultsInner) Unset()
- type NullableSearchCustomFoods200Response
- func (v NullableSearchCustomFoods200Response) Get() *SearchCustomFoods200Response
- func (v NullableSearchCustomFoods200Response) IsSet() bool
- func (v NullableSearchCustomFoods200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchCustomFoods200Response) Set(val *SearchCustomFoods200Response)
- func (v *NullableSearchCustomFoods200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchCustomFoods200Response) Unset()
- type NullableSearchCustomFoods200ResponseCustomFoodsInner
- func (v NullableSearchCustomFoods200ResponseCustomFoodsInner) Get() *SearchCustomFoods200ResponseCustomFoodsInner
- func (v NullableSearchCustomFoods200ResponseCustomFoodsInner) IsSet() bool
- func (v NullableSearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchCustomFoods200ResponseCustomFoodsInner) Set(val *SearchCustomFoods200ResponseCustomFoodsInner)
- func (v *NullableSearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchCustomFoods200ResponseCustomFoodsInner) Unset()
- type NullableSearchFoodVideos200Response
- func (v NullableSearchFoodVideos200Response) Get() *SearchFoodVideos200Response
- func (v NullableSearchFoodVideos200Response) IsSet() bool
- func (v NullableSearchFoodVideos200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchFoodVideos200Response) Set(val *SearchFoodVideos200Response)
- func (v *NullableSearchFoodVideos200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchFoodVideos200Response) Unset()
- type NullableSearchFoodVideos200ResponseVideosInner
- func (v NullableSearchFoodVideos200ResponseVideosInner) Get() *SearchFoodVideos200ResponseVideosInner
- func (v NullableSearchFoodVideos200ResponseVideosInner) IsSet() bool
- func (v NullableSearchFoodVideos200ResponseVideosInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchFoodVideos200ResponseVideosInner) Set(val *SearchFoodVideos200ResponseVideosInner)
- func (v *NullableSearchFoodVideos200ResponseVideosInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchFoodVideos200ResponseVideosInner) Unset()
- type NullableSearchGroceryProducts200Response
- func (v NullableSearchGroceryProducts200Response) Get() *SearchGroceryProducts200Response
- func (v NullableSearchGroceryProducts200Response) IsSet() bool
- func (v NullableSearchGroceryProducts200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProducts200Response) Set(val *SearchGroceryProducts200Response)
- func (v *NullableSearchGroceryProducts200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProducts200Response) Unset()
- type NullableSearchGroceryProductsByUPC200Response
- func (v NullableSearchGroceryProductsByUPC200Response) Get() *SearchGroceryProductsByUPC200Response
- func (v NullableSearchGroceryProductsByUPC200Response) IsSet() bool
- func (v NullableSearchGroceryProductsByUPC200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProductsByUPC200Response) Set(val *SearchGroceryProductsByUPC200Response)
- func (v *NullableSearchGroceryProductsByUPC200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProductsByUPC200Response) Unset()
- type NullableSearchGroceryProductsByUPC200ResponseNutrition
- func (v NullableSearchGroceryProductsByUPC200ResponseNutrition) Get() *SearchGroceryProductsByUPC200ResponseNutrition
- func (v NullableSearchGroceryProductsByUPC200ResponseNutrition) IsSet() bool
- func (v NullableSearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutrition) Set(val *SearchGroceryProductsByUPC200ResponseNutrition)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutrition) Unset()
- type NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) Get() *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) IsSet() bool
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) Set(val *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) Unset()
- type NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) Get() *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) IsSet() bool
- func (v NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) Set(val *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner)
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) Unset()
- type NullableSearchGroceryProductsByUPC200ResponseServings
- func (v NullableSearchGroceryProductsByUPC200ResponseServings) Get() *SearchGroceryProductsByUPC200ResponseServings
- func (v NullableSearchGroceryProductsByUPC200ResponseServings) IsSet() bool
- func (v NullableSearchGroceryProductsByUPC200ResponseServings) MarshalJSON() ([]byte, error)
- func (v *NullableSearchGroceryProductsByUPC200ResponseServings) Set(val *SearchGroceryProductsByUPC200ResponseServings)
- func (v *NullableSearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON(src []byte) error
- func (v *NullableSearchGroceryProductsByUPC200ResponseServings) Unset()
- type NullableSearchMenuItems200Response
- func (v NullableSearchMenuItems200Response) Get() *SearchMenuItems200Response
- func (v NullableSearchMenuItems200Response) IsSet() bool
- func (v NullableSearchMenuItems200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchMenuItems200Response) Set(val *SearchMenuItems200Response)
- func (v *NullableSearchMenuItems200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchMenuItems200Response) Unset()
- type NullableSearchRecipes200Response
- func (v NullableSearchRecipes200Response) Get() *SearchRecipes200Response
- func (v NullableSearchRecipes200Response) IsSet() bool
- func (v NullableSearchRecipes200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRecipes200Response) Set(val *SearchRecipes200Response)
- func (v *NullableSearchRecipes200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRecipes200Response) Unset()
- type NullableSearchRecipes200ResponseResultsInner
- func (v NullableSearchRecipes200ResponseResultsInner) Get() *SearchRecipes200ResponseResultsInner
- func (v NullableSearchRecipes200ResponseResultsInner) IsSet() bool
- func (v NullableSearchRecipes200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRecipes200ResponseResultsInner) Set(val *SearchRecipes200ResponseResultsInner)
- func (v *NullableSearchRecipes200ResponseResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRecipes200ResponseResultsInner) Unset()
- type NullableSearchRecipesByIngredients200ResponseInner
- func (v NullableSearchRecipesByIngredients200ResponseInner) Get() *SearchRecipesByIngredients200ResponseInner
- func (v NullableSearchRecipesByIngredients200ResponseInner) IsSet() bool
- func (v NullableSearchRecipesByIngredients200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRecipesByIngredients200ResponseInner) Set(val *SearchRecipesByIngredients200ResponseInner)
- func (v *NullableSearchRecipesByIngredients200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRecipesByIngredients200ResponseInner) Unset()
- type NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func (v NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) Get() *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func (v NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) IsSet() bool
- func (v NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) Set(val *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner)
- func (v *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) Unset()
- type NullableSearchRecipesByNutrients200ResponseInner
- func (v NullableSearchRecipesByNutrients200ResponseInner) Get() *SearchRecipesByNutrients200ResponseInner
- func (v NullableSearchRecipesByNutrients200ResponseInner) IsSet() bool
- func (v NullableSearchRecipesByNutrients200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRecipesByNutrients200ResponseInner) Set(val *SearchRecipesByNutrients200ResponseInner)
- func (v *NullableSearchRecipesByNutrients200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRecipesByNutrients200ResponseInner) Unset()
- type NullableSearchRestaurants200Response
- func (v NullableSearchRestaurants200Response) Get() *SearchRestaurants200Response
- func (v NullableSearchRestaurants200Response) IsSet() bool
- func (v NullableSearchRestaurants200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRestaurants200Response) Set(val *SearchRestaurants200Response)
- func (v *NullableSearchRestaurants200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRestaurants200Response) Unset()
- type NullableSearchRestaurants200ResponseRestaurantsInner
- func (v NullableSearchRestaurants200ResponseRestaurantsInner) Get() *SearchRestaurants200ResponseRestaurantsInner
- func (v NullableSearchRestaurants200ResponseRestaurantsInner) IsSet() bool
- func (v NullableSearchRestaurants200ResponseRestaurantsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInner) Set(val *SearchRestaurants200ResponseRestaurantsInner)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRestaurants200ResponseRestaurantsInner) Unset()
- type NullableSearchRestaurants200ResponseRestaurantsInnerAddress
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerAddress) Get() *SearchRestaurants200ResponseRestaurantsInnerAddress
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerAddress) IsSet() bool
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerAddress) Set(val *SearchRestaurants200ResponseRestaurantsInnerAddress)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerAddress) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerAddress) Unset()
- type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) Get() *SearchRestaurants200ResponseRestaurantsInnerLocalHours
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) IsSet() bool
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) Set(val *SearchRestaurants200ResponseRestaurantsInnerLocalHours)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) Unset()
- type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) Get() *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) IsSet() bool
- func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON() ([]byte, error)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) Set(val *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) UnmarshalJSON(src []byte) error
- func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) Unset()
- type NullableSearchResult
- func (v NullableSearchResult) Get() *SearchResult
- func (v NullableSearchResult) IsSet() bool
- func (v NullableSearchResult) MarshalJSON() ([]byte, error)
- func (v *NullableSearchResult) Set(val *SearchResult)
- func (v *NullableSearchResult) UnmarshalJSON(src []byte) error
- func (v *NullableSearchResult) Unset()
- type NullableSearchSiteContent200Response
- func (v NullableSearchSiteContent200Response) Get() *SearchSiteContent200Response
- func (v NullableSearchSiteContent200Response) IsSet() bool
- func (v NullableSearchSiteContent200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSearchSiteContent200Response) Set(val *SearchSiteContent200Response)
- func (v *NullableSearchSiteContent200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSearchSiteContent200Response) Unset()
- type NullableString
- type NullableSummarizeRecipe200Response
- func (v NullableSummarizeRecipe200Response) Get() *SummarizeRecipe200Response
- func (v NullableSummarizeRecipe200Response) IsSet() bool
- func (v NullableSummarizeRecipe200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSummarizeRecipe200Response) Set(val *SummarizeRecipe200Response)
- func (v *NullableSummarizeRecipe200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSummarizeRecipe200Response) Unset()
- type NullableTalkToChatbot200Response
- func (v NullableTalkToChatbot200Response) Get() *TalkToChatbot200Response
- func (v NullableTalkToChatbot200Response) IsSet() bool
- func (v NullableTalkToChatbot200Response) MarshalJSON() ([]byte, error)
- func (v *NullableTalkToChatbot200Response) Set(val *TalkToChatbot200Response)
- func (v *NullableTalkToChatbot200Response) UnmarshalJSON(src []byte) error
- func (v *NullableTalkToChatbot200Response) Unset()
- type NullableTalkToChatbot200ResponseMediaInner
- func (v NullableTalkToChatbot200ResponseMediaInner) Get() *TalkToChatbot200ResponseMediaInner
- func (v NullableTalkToChatbot200ResponseMediaInner) IsSet() bool
- func (v NullableTalkToChatbot200ResponseMediaInner) MarshalJSON() ([]byte, error)
- func (v *NullableTalkToChatbot200ResponseMediaInner) Set(val *TalkToChatbot200ResponseMediaInner)
- func (v *NullableTalkToChatbot200ResponseMediaInner) UnmarshalJSON(src []byte) error
- func (v *NullableTalkToChatbot200ResponseMediaInner) Unset()
- type NullableTasteInformation
- func (v NullableTasteInformation) Get() *TasteInformation
- func (v NullableTasteInformation) IsSet() bool
- func (v NullableTasteInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTasteInformation) Set(val *TasteInformation)
- func (v *NullableTasteInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTasteInformation) Unset()
- type NullableTime
- type ProductInformation
- func (o *ProductInformation) GetAisle() string
- func (o *ProductInformation) GetAisleOk() (*string, bool)
- func (o *ProductInformation) GetBadges() []string
- func (o *ProductInformation) GetBadgesOk() ([]string, bool)
- func (o *ProductInformation) GetBreadcrumbs() []string
- func (o *ProductInformation) GetBreadcrumbsOk() ([]string, bool)
- func (o *ProductInformation) GetCredits() ProductInformationCredits
- func (o *ProductInformation) GetCreditsOk() (*ProductInformationCredits, bool)
- func (o *ProductInformation) GetGeneratedText() string
- func (o *ProductInformation) GetGeneratedTextOk() (*string, bool)
- func (o *ProductInformation) GetId() int32
- func (o *ProductInformation) GetIdOk() (*int32, bool)
- func (o *ProductInformation) GetImageType() string
- func (o *ProductInformation) GetImageTypeOk() (*string, bool)
- func (o *ProductInformation) GetImportantBadges() []string
- func (o *ProductInformation) GetImportantBadgesOk() ([]string, bool)
- func (o *ProductInformation) GetIngredientCount() int32
- func (o *ProductInformation) GetIngredientCountOk() (*int32, bool)
- func (o *ProductInformation) GetIngredientList() string
- func (o *ProductInformation) GetIngredientListOk() (*string, bool)
- func (o *ProductInformation) GetIngredients() []IngredientBasics
- func (o *ProductInformation) GetIngredientsOk() ([]IngredientBasics, bool)
- func (o *ProductInformation) GetLikes() float32
- func (o *ProductInformation) GetLikesOk() (*float32, bool)
- func (o *ProductInformation) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
- func (o *ProductInformation) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
- func (o *ProductInformation) GetPrice() float32
- func (o *ProductInformation) GetPriceOk() (*float32, bool)
- func (o *ProductInformation) GetServings() SearchGroceryProductsByUPC200ResponseServings
- func (o *ProductInformation) GetServingsOk() (*SearchGroceryProductsByUPC200ResponseServings, bool)
- func (o *ProductInformation) GetSpoonacularScore() float32
- func (o *ProductInformation) GetSpoonacularScoreOk() (*float32, bool)
- func (o *ProductInformation) GetTitle() string
- func (o *ProductInformation) GetTitleOk() (*string, bool)
- func (o *ProductInformation) GetUpc() string
- func (o *ProductInformation) GetUpcOk() (*string, bool)
- func (o *ProductInformation) GetUsdaCode() string
- func (o *ProductInformation) GetUsdaCodeOk() (*string, bool)
- func (o *ProductInformation) HasCredits() bool
- func (o *ProductInformation) HasGeneratedText() bool
- func (o *ProductInformation) HasUpc() bool
- func (o *ProductInformation) HasUsdaCode() bool
- func (o ProductInformation) MarshalJSON() ([]byte, error)
- func (o *ProductInformation) SetAisle(v string)
- func (o *ProductInformation) SetBadges(v []string)
- func (o *ProductInformation) SetBreadcrumbs(v []string)
- func (o *ProductInformation) SetCredits(v ProductInformationCredits)
- func (o *ProductInformation) SetGeneratedText(v string)
- func (o *ProductInformation) SetGeneratedTextNil()
- func (o *ProductInformation) SetId(v int32)
- func (o *ProductInformation) SetImageType(v string)
- func (o *ProductInformation) SetImportantBadges(v []string)
- func (o *ProductInformation) SetIngredientCount(v int32)
- func (o *ProductInformation) SetIngredientList(v string)
- func (o *ProductInformation) SetIngredients(v []IngredientBasics)
- func (o *ProductInformation) SetLikes(v float32)
- func (o *ProductInformation) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
- func (o *ProductInformation) SetPrice(v float32)
- func (o *ProductInformation) SetServings(v SearchGroceryProductsByUPC200ResponseServings)
- func (o *ProductInformation) SetSpoonacularScore(v float32)
- func (o *ProductInformation) SetTitle(v string)
- func (o *ProductInformation) SetUpc(v string)
- func (o *ProductInformation) SetUpcNil()
- func (o *ProductInformation) SetUsdaCode(v string)
- func (o *ProductInformation) SetUsdaCodeNil()
- func (o ProductInformation) ToMap() (map[string]interface{}, error)
- func (o *ProductInformation) UnmarshalJSON(data []byte) (err error)
- func (o *ProductInformation) UnsetGeneratedText()
- func (o *ProductInformation) UnsetUpc()
- func (o *ProductInformation) UnsetUsdaCode()
- type ProductInformationCredits
- func (o *ProductInformationCredits) GetImage() string
- func (o *ProductInformationCredits) GetImageLink() string
- func (o *ProductInformationCredits) GetImageLinkOk() (*string, bool)
- func (o *ProductInformationCredits) GetImageOk() (*string, bool)
- func (o *ProductInformationCredits) GetLink() string
- func (o *ProductInformationCredits) GetLinkOk() (*string, bool)
- func (o *ProductInformationCredits) GetText() string
- func (o *ProductInformationCredits) GetTextOk() (*string, bool)
- func (o *ProductInformationCredits) HasImage() bool
- func (o *ProductInformationCredits) HasImageLink() bool
- func (o *ProductInformationCredits) HasLink() bool
- func (o *ProductInformationCredits) HasText() bool
- func (o ProductInformationCredits) MarshalJSON() ([]byte, error)
- func (o *ProductInformationCredits) SetImage(v string)
- func (o *ProductInformationCredits) SetImageLink(v string)
- func (o *ProductInformationCredits) SetLink(v string)
- func (o *ProductInformationCredits) SetText(v string)
- func (o ProductInformationCredits) ToMap() (map[string]interface{}, error)
- type ProductsAPIService
- func (a *ProductsAPIService) AutocompleteProductSearch(ctx context.Context) ApiAutocompleteProductSearchRequest
- func (a *ProductsAPIService) AutocompleteProductSearchExecute(r ApiAutocompleteProductSearchRequest) (*AutocompleteProductSearch200Response, *http.Response, error)
- func (a *ProductsAPIService) ClassifyGroceryProduct(ctx context.Context) ApiClassifyGroceryProductRequest
- func (a *ProductsAPIService) ClassifyGroceryProductBulk(ctx context.Context) ApiClassifyGroceryProductBulkRequest
- func (a *ProductsAPIService) ClassifyGroceryProductBulkExecute(r ApiClassifyGroceryProductBulkRequest) ([]ClassifyGroceryProductBulk200ResponseInner, *http.Response, error)
- func (a *ProductsAPIService) ClassifyGroceryProductExecute(r ApiClassifyGroceryProductRequest) (*ClassifyGroceryProduct200Response, *http.Response, error)
- func (a *ProductsAPIService) GetComparableProducts(ctx context.Context, upc string) ApiGetComparableProductsRequest
- func (a *ProductsAPIService) GetComparableProductsExecute(r ApiGetComparableProductsRequest) (*GetComparableProducts200Response, *http.Response, error)
- func (a *ProductsAPIService) GetProductInformation(ctx context.Context, id int32) ApiGetProductInformationRequest
- func (a *ProductsAPIService) GetProductInformationExecute(r ApiGetProductInformationRequest) (*ProductInformation, *http.Response, error)
- func (a *ProductsAPIService) ProductNutritionByIDImage(ctx context.Context, id int32) ApiProductNutritionByIDImageRequest
- func (a *ProductsAPIService) ProductNutritionByIDImageExecute(r ApiProductNutritionByIDImageRequest) (*os.File, *http.Response, error)
- func (a *ProductsAPIService) ProductNutritionLabelImage(ctx context.Context, id int32) ApiProductNutritionLabelImageRequest
- func (a *ProductsAPIService) ProductNutritionLabelImageExecute(r ApiProductNutritionLabelImageRequest) (*os.File, *http.Response, error)
- func (a *ProductsAPIService) ProductNutritionLabelWidget(ctx context.Context, id int32) ApiProductNutritionLabelWidgetRequest
- func (a *ProductsAPIService) ProductNutritionLabelWidgetExecute(r ApiProductNutritionLabelWidgetRequest) (string, *http.Response, error)
- func (a *ProductsAPIService) SearchGroceryProducts(ctx context.Context) ApiSearchGroceryProductsRequest
- func (a *ProductsAPIService) SearchGroceryProductsByUPC(ctx context.Context, upc string) ApiSearchGroceryProductsByUPCRequest
- func (a *ProductsAPIService) SearchGroceryProductsByUPCExecute(r ApiSearchGroceryProductsByUPCRequest) (*SearchGroceryProductsByUPC200Response, *http.Response, error)
- func (a *ProductsAPIService) SearchGroceryProductsExecute(r ApiSearchGroceryProductsRequest) (*SearchGroceryProducts200Response, *http.Response, error)
- func (a *ProductsAPIService) VisualizeProductNutritionByID(ctx context.Context, id int32) ApiVisualizeProductNutritionByIDRequest
- func (a *ProductsAPIService) VisualizeProductNutritionByIDExecute(r ApiVisualizeProductNutritionByIDRequest) (string, *http.Response, error)
- type QuickAnswer200Response
- func (o *QuickAnswer200Response) GetAnswer() string
- func (o *QuickAnswer200Response) GetAnswerOk() (*string, bool)
- func (o *QuickAnswer200Response) GetImage() string
- func (o *QuickAnswer200Response) GetImageOk() (*string, bool)
- func (o QuickAnswer200Response) MarshalJSON() ([]byte, error)
- func (o *QuickAnswer200Response) SetAnswer(v string)
- func (o *QuickAnswer200Response) SetImage(v string)
- func (o QuickAnswer200Response) ToMap() (map[string]interface{}, error)
- func (o *QuickAnswer200Response) UnmarshalJSON(data []byte) (err error)
- type RecipeInformation
- func (o *RecipeInformation) GetAggregateLikes() int32
- func (o *RecipeInformation) GetAggregateLikesOk() (*int32, bool)
- func (o *RecipeInformation) GetAnalyzedInstructions() []map[string]interface{}
- func (o *RecipeInformation) GetAnalyzedInstructionsOk() ([]map[string]interface{}, bool)
- func (o *RecipeInformation) GetCheap() bool
- func (o *RecipeInformation) GetCheapOk() (*bool, bool)
- func (o *RecipeInformation) GetCookingMinutes() int32
- func (o *RecipeInformation) GetCookingMinutesOk() (*int32, bool)
- func (o *RecipeInformation) GetCreditsText() string
- func (o *RecipeInformation) GetCreditsTextOk() (*string, bool)
- func (o *RecipeInformation) GetCuisines() []string
- func (o *RecipeInformation) GetCuisinesOk() ([]string, bool)
- func (o *RecipeInformation) GetDairyFree() bool
- func (o *RecipeInformation) GetDairyFreeOk() (*bool, bool)
- func (o *RecipeInformation) GetDiets() []string
- func (o *RecipeInformation) GetDietsOk() ([]string, bool)
- func (o *RecipeInformation) GetDishTypes() []string
- func (o *RecipeInformation) GetDishTypesOk() ([]string, bool)
- func (o *RecipeInformation) GetExtendedIngredients() []RecipeInformationExtendedIngredientsInner
- func (o *RecipeInformation) GetExtendedIngredientsOk() ([]RecipeInformationExtendedIngredientsInner, bool)
- func (o *RecipeInformation) GetGaps() string
- func (o *RecipeInformation) GetGapsOk() (*string, bool)
- func (o *RecipeInformation) GetGlutenFree() bool
- func (o *RecipeInformation) GetGlutenFreeOk() (*bool, bool)
- func (o *RecipeInformation) GetHealthScore() float32
- func (o *RecipeInformation) GetHealthScoreOk() (*float32, bool)
- func (o *RecipeInformation) GetId() int32
- func (o *RecipeInformation) GetIdOk() (*int32, bool)
- func (o *RecipeInformation) GetImage() string
- func (o *RecipeInformation) GetImageOk() (*string, bool)
- func (o *RecipeInformation) GetImageType() string
- func (o *RecipeInformation) GetImageTypeOk() (*string, bool)
- func (o *RecipeInformation) GetInstructions() string
- func (o *RecipeInformation) GetInstructionsOk() (*string, bool)
- func (o *RecipeInformation) GetLicense() string
- func (o *RecipeInformation) GetLicenseOk() (*string, bool)
- func (o *RecipeInformation) GetLowFodmap() bool
- func (o *RecipeInformation) GetLowFodmapOk() (*bool, bool)
- func (o *RecipeInformation) GetOccasions() []string
- func (o *RecipeInformation) GetOccasionsOk() ([]string, bool)
- func (o *RecipeInformation) GetPreparationMinutes() int32
- func (o *RecipeInformation) GetPreparationMinutesOk() (*int32, bool)
- func (o *RecipeInformation) GetPricePerServing() float32
- func (o *RecipeInformation) GetPricePerServingOk() (*float32, bool)
- func (o *RecipeInformation) GetReadyInMinutes() int32
- func (o *RecipeInformation) GetReadyInMinutesOk() (*int32, bool)
- func (o *RecipeInformation) GetServings() float32
- func (o *RecipeInformation) GetServingsOk() (*float32, bool)
- func (o *RecipeInformation) GetSourceName() string
- func (o *RecipeInformation) GetSourceNameOk() (*string, bool)
- func (o *RecipeInformation) GetSourceUrl() string
- func (o *RecipeInformation) GetSourceUrlOk() (*string, bool)
- func (o *RecipeInformation) GetSpoonacularScore() float32
- func (o *RecipeInformation) GetSpoonacularScoreOk() (*float32, bool)
- func (o *RecipeInformation) GetSpoonacularSourceUrl() string
- func (o *RecipeInformation) GetSpoonacularSourceUrlOk() (*string, bool)
- func (o *RecipeInformation) GetSummary() string
- func (o *RecipeInformation) GetSummaryOk() (*string, bool)
- func (o *RecipeInformation) GetSustainable() bool
- func (o *RecipeInformation) GetSustainableOk() (*bool, bool)
- func (o *RecipeInformation) GetTaste() TasteInformation
- func (o *RecipeInformation) GetTasteOk() (*TasteInformation, bool)
- func (o *RecipeInformation) GetTitle() string
- func (o *RecipeInformation) GetTitleOk() (*string, bool)
- func (o *RecipeInformation) GetVegan() bool
- func (o *RecipeInformation) GetVeganOk() (*bool, bool)
- func (o *RecipeInformation) GetVegetarian() bool
- func (o *RecipeInformation) GetVegetarianOk() (*bool, bool)
- func (o *RecipeInformation) GetVeryHealthy() bool
- func (o *RecipeInformation) GetVeryHealthyOk() (*bool, bool)
- func (o *RecipeInformation) GetVeryPopular() bool
- func (o *RecipeInformation) GetVeryPopularOk() (*bool, bool)
- func (o *RecipeInformation) GetWeightWatcherSmartPoints() float32
- func (o *RecipeInformation) GetWeightWatcherSmartPointsOk() (*float32, bool)
- func (o *RecipeInformation) GetWinePairing() RecipeInformationWinePairing
- func (o *RecipeInformation) GetWinePairingOk() (*RecipeInformationWinePairing, bool)
- func (o *RecipeInformation) HasCookingMinutes() bool
- func (o *RecipeInformation) HasImageType() bool
- func (o *RecipeInformation) HasLicense() bool
- func (o *RecipeInformation) HasPreparationMinutes() bool
- func (o *RecipeInformation) HasTaste() bool
- func (o *RecipeInformation) HasWinePairing() bool
- func (o RecipeInformation) MarshalJSON() ([]byte, error)
- func (o *RecipeInformation) SetAggregateLikes(v int32)
- func (o *RecipeInformation) SetAnalyzedInstructions(v []map[string]interface{})
- func (o *RecipeInformation) SetCheap(v bool)
- func (o *RecipeInformation) SetCookingMinutes(v int32)
- func (o *RecipeInformation) SetCookingMinutesNil()
- func (o *RecipeInformation) SetCreditsText(v string)
- func (o *RecipeInformation) SetCuisines(v []string)
- func (o *RecipeInformation) SetDairyFree(v bool)
- func (o *RecipeInformation) SetDiets(v []string)
- func (o *RecipeInformation) SetDishTypes(v []string)
- func (o *RecipeInformation) SetExtendedIngredients(v []RecipeInformationExtendedIngredientsInner)
- func (o *RecipeInformation) SetGaps(v string)
- func (o *RecipeInformation) SetGlutenFree(v bool)
- func (o *RecipeInformation) SetHealthScore(v float32)
- func (o *RecipeInformation) SetId(v int32)
- func (o *RecipeInformation) SetImage(v string)
- func (o *RecipeInformation) SetImageType(v string)
- func (o *RecipeInformation) SetInstructions(v string)
- func (o *RecipeInformation) SetLicense(v string)
- func (o *RecipeInformation) SetLowFodmap(v bool)
- func (o *RecipeInformation) SetOccasions(v []string)
- func (o *RecipeInformation) SetPreparationMinutes(v int32)
- func (o *RecipeInformation) SetPreparationMinutesNil()
- func (o *RecipeInformation) SetPricePerServing(v float32)
- func (o *RecipeInformation) SetReadyInMinutes(v int32)
- func (o *RecipeInformation) SetServings(v float32)
- func (o *RecipeInformation) SetSourceName(v string)
- func (o *RecipeInformation) SetSourceUrl(v string)
- func (o *RecipeInformation) SetSpoonacularScore(v float32)
- func (o *RecipeInformation) SetSpoonacularSourceUrl(v string)
- func (o *RecipeInformation) SetSummary(v string)
- func (o *RecipeInformation) SetSustainable(v bool)
- func (o *RecipeInformation) SetTaste(v TasteInformation)
- func (o *RecipeInformation) SetTitle(v string)
- func (o *RecipeInformation) SetVegan(v bool)
- func (o *RecipeInformation) SetVegetarian(v bool)
- func (o *RecipeInformation) SetVeryHealthy(v bool)
- func (o *RecipeInformation) SetVeryPopular(v bool)
- func (o *RecipeInformation) SetWeightWatcherSmartPoints(v float32)
- func (o *RecipeInformation) SetWinePairing(v RecipeInformationWinePairing)
- func (o RecipeInformation) ToMap() (map[string]interface{}, error)
- func (o *RecipeInformation) UnmarshalJSON(data []byte) (err error)
- func (o *RecipeInformation) UnsetCookingMinutes()
- func (o *RecipeInformation) UnsetPreparationMinutes()
- type RecipeInformationExtendedIngredientsInner
- func (o *RecipeInformationExtendedIngredientsInner) GetAisle() string
- func (o *RecipeInformationExtendedIngredientsInner) GetAisleOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetAmount() float32
- func (o *RecipeInformationExtendedIngredientsInner) GetAmountOk() (*float32, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetConsistency() string
- func (o *RecipeInformationExtendedIngredientsInner) GetConsistencyOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetId() int32
- func (o *RecipeInformationExtendedIngredientsInner) GetIdOk() (*int32, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetImage() string
- func (o *RecipeInformationExtendedIngredientsInner) GetImageOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetMeasures() RecipeInformationExtendedIngredientsInnerMeasures
- func (o *RecipeInformationExtendedIngredientsInner) GetMeasuresOk() (*RecipeInformationExtendedIngredientsInnerMeasures, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetMeta() []string
- func (o *RecipeInformationExtendedIngredientsInner) GetMetaOk() ([]string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetName() string
- func (o *RecipeInformationExtendedIngredientsInner) GetNameOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetOriginal() string
- func (o *RecipeInformationExtendedIngredientsInner) GetOriginalName() string
- func (o *RecipeInformationExtendedIngredientsInner) GetOriginalNameOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetOriginalOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) GetUnit() string
- func (o *RecipeInformationExtendedIngredientsInner) GetUnitOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInner) HasMeasures() bool
- func (o *RecipeInformationExtendedIngredientsInner) HasMeta() bool
- func (o RecipeInformationExtendedIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *RecipeInformationExtendedIngredientsInner) SetAisle(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetAmount(v float32)
- func (o *RecipeInformationExtendedIngredientsInner) SetConsistency(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetId(v int32)
- func (o *RecipeInformationExtendedIngredientsInner) SetImage(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetMeasures(v RecipeInformationExtendedIngredientsInnerMeasures)
- func (o *RecipeInformationExtendedIngredientsInner) SetMeta(v []string)
- func (o *RecipeInformationExtendedIngredientsInner) SetName(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetOriginal(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetOriginalName(v string)
- func (o *RecipeInformationExtendedIngredientsInner) SetUnit(v string)
- func (o RecipeInformationExtendedIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *RecipeInformationExtendedIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type RecipeInformationExtendedIngredientsInnerMeasures
- func NewRecipeInformationExtendedIngredientsInnerMeasures(metric RecipeInformationExtendedIngredientsInnerMeasuresMetric, ...) *RecipeInformationExtendedIngredientsInnerMeasures
- func NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults() *RecipeInformationExtendedIngredientsInnerMeasures
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetric() RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetricOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUs() RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUsOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)
- func (o RecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON() ([]byte, error)
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetMetric(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetUs(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
- func (o RecipeInformationExtendedIngredientsInnerMeasures) ToMap() (map[string]interface{}, error)
- func (o *RecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON(data []byte) (err error)
- type RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func NewRecipeInformationExtendedIngredientsInnerMeasuresMetric(amount float32, unitLong string, unitShort string) *RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func NewRecipeInformationExtendedIngredientsInnerMeasuresMetricWithDefaults() *RecipeInformationExtendedIngredientsInnerMeasuresMetric
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmount() float32
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmountOk() (*float32, bool)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLong() string
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLongOk() (*string, bool)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShort() string
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShortOk() (*string, bool)
- func (o RecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON() ([]byte, error)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetAmount(v float32)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitLong(v string)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitShort(v string)
- func (o RecipeInformationExtendedIngredientsInnerMeasuresMetric) ToMap() (map[string]interface{}, error)
- func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON(data []byte) (err error)
- type RecipeInformationWinePairing
- func (o *RecipeInformationWinePairing) GetPairedWines() []string
- func (o *RecipeInformationWinePairing) GetPairedWinesOk() ([]string, bool)
- func (o *RecipeInformationWinePairing) GetPairingText() string
- func (o *RecipeInformationWinePairing) GetPairingTextOk() (*string, bool)
- func (o *RecipeInformationWinePairing) GetProductMatches() []RecipeInformationWinePairingProductMatchesInner
- func (o *RecipeInformationWinePairing) GetProductMatchesOk() ([]RecipeInformationWinePairingProductMatchesInner, bool)
- func (o *RecipeInformationWinePairing) HasPairedWines() bool
- func (o *RecipeInformationWinePairing) HasPairingText() bool
- func (o *RecipeInformationWinePairing) HasProductMatches() bool
- func (o RecipeInformationWinePairing) MarshalJSON() ([]byte, error)
- func (o *RecipeInformationWinePairing) SetPairedWines(v []string)
- func (o *RecipeInformationWinePairing) SetPairingText(v string)
- func (o *RecipeInformationWinePairing) SetProductMatches(v []RecipeInformationWinePairingProductMatchesInner)
- func (o RecipeInformationWinePairing) ToMap() (map[string]interface{}, error)
- type RecipeInformationWinePairingProductMatchesInner
- func NewRecipeInformationWinePairingProductMatchesInner(id int32, title string, description string, price string, imageUrl string, ...) *RecipeInformationWinePairingProductMatchesInner
- func NewRecipeInformationWinePairingProductMatchesInnerWithDefaults() *RecipeInformationWinePairingProductMatchesInner
- func (o *RecipeInformationWinePairingProductMatchesInner) GetAverageRating() float32
- func (o *RecipeInformationWinePairingProductMatchesInner) GetAverageRatingOk() (*float32, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetDescription() string
- func (o *RecipeInformationWinePairingProductMatchesInner) GetDescriptionOk() (*string, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetId() int32
- func (o *RecipeInformationWinePairingProductMatchesInner) GetIdOk() (*int32, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetImageUrl() string
- func (o *RecipeInformationWinePairingProductMatchesInner) GetImageUrlOk() (*string, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetLink() string
- func (o *RecipeInformationWinePairingProductMatchesInner) GetLinkOk() (*string, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetPrice() string
- func (o *RecipeInformationWinePairingProductMatchesInner) GetPriceOk() (*string, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetRatingCount() int32
- func (o *RecipeInformationWinePairingProductMatchesInner) GetRatingCountOk() (*int32, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetScore() float32
- func (o *RecipeInformationWinePairingProductMatchesInner) GetScoreOk() (*float32, bool)
- func (o *RecipeInformationWinePairingProductMatchesInner) GetTitle() string
- func (o *RecipeInformationWinePairingProductMatchesInner) GetTitleOk() (*string, bool)
- func (o RecipeInformationWinePairingProductMatchesInner) MarshalJSON() ([]byte, error)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetAverageRating(v float32)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetDescription(v string)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetId(v int32)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetImageUrl(v string)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetLink(v string)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetPrice(v string)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetRatingCount(v int32)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetScore(v float32)
- func (o *RecipeInformationWinePairingProductMatchesInner) SetTitle(v string)
- func (o RecipeInformationWinePairingProductMatchesInner) ToMap() (map[string]interface{}, error)
- func (o *RecipeInformationWinePairingProductMatchesInner) UnmarshalJSON(data []byte) (err error)
- type RecipesAPIService
- func (a *RecipesAPIService) AnalyzeARecipeSearchQuery(ctx context.Context) ApiAnalyzeARecipeSearchQueryRequest
- func (a *RecipesAPIService) AnalyzeARecipeSearchQueryExecute(r ApiAnalyzeARecipeSearchQueryRequest) (*AnalyzeARecipeSearchQuery200Response, *http.Response, error)
- func (a *RecipesAPIService) AnalyzeRecipeInstructions(ctx context.Context) ApiAnalyzeRecipeInstructionsRequest
- func (a *RecipesAPIService) AnalyzeRecipeInstructionsExecute(r ApiAnalyzeRecipeInstructionsRequest) (*AnalyzeRecipeInstructions200Response, *http.Response, error)
- func (a *RecipesAPIService) AutocompleteRecipeSearch(ctx context.Context) ApiAutocompleteRecipeSearchRequest
- func (a *RecipesAPIService) AutocompleteRecipeSearchExecute(r ApiAutocompleteRecipeSearchRequest) ([]AutocompleteRecipeSearch200ResponseInner, *http.Response, error)
- func (a *RecipesAPIService) ClassifyCuisine(ctx context.Context) ApiClassifyCuisineRequest
- func (a *RecipesAPIService) ClassifyCuisineExecute(r ApiClassifyCuisineRequest) (*ClassifyCuisine200Response, *http.Response, error)
- func (a *RecipesAPIService) ComputeGlycemicLoad(ctx context.Context) ApiComputeGlycemicLoadRequest
- func (a *RecipesAPIService) ComputeGlycemicLoadExecute(r ApiComputeGlycemicLoadRequest) (*ComputeGlycemicLoad200Response, *http.Response, error)
- func (a *RecipesAPIService) ConvertAmounts(ctx context.Context) ApiConvertAmountsRequest
- func (a *RecipesAPIService) ConvertAmountsExecute(r ApiConvertAmountsRequest) (*ConvertAmounts200Response, *http.Response, error)
- func (a *RecipesAPIService) CreateRecipeCard(ctx context.Context) ApiCreateRecipeCardRequest
- func (a *RecipesAPIService) CreateRecipeCardExecute(r ApiCreateRecipeCardRequest) (*CreateRecipeCard200Response, *http.Response, error)
- func (a *RecipesAPIService) EquipmentByIDImage(ctx context.Context, id int32) ApiEquipmentByIDImageRequest
- func (a *RecipesAPIService) EquipmentByIDImageExecute(r ApiEquipmentByIDImageRequest) (*os.File, *http.Response, error)
- func (a *RecipesAPIService) ExtractRecipeFromWebsite(ctx context.Context) ApiExtractRecipeFromWebsiteRequest
- func (a *RecipesAPIService) ExtractRecipeFromWebsiteExecute(r ApiExtractRecipeFromWebsiteRequest) (*RecipeInformation, *http.Response, error)
- func (a *RecipesAPIService) GetAnalyzedRecipeInstructions(ctx context.Context, id int32) ApiGetAnalyzedRecipeInstructionsRequest
- func (a *RecipesAPIService) GetAnalyzedRecipeInstructionsExecute(r ApiGetAnalyzedRecipeInstructionsRequest) ([]GetAnalyzedRecipeInstructions200ResponseInner, *http.Response, error)
- func (a *RecipesAPIService) GetRandomRecipes(ctx context.Context) ApiGetRandomRecipesRequest
- func (a *RecipesAPIService) GetRandomRecipesExecute(r ApiGetRandomRecipesRequest) (*GetRandomRecipes200Response, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeEquipmentByID(ctx context.Context, id int32) ApiGetRecipeEquipmentByIDRequest
- func (a *RecipesAPIService) GetRecipeEquipmentByIDExecute(r ApiGetRecipeEquipmentByIDRequest) (*GetRecipeEquipmentByID200Response, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeInformation(ctx context.Context, id int32) ApiGetRecipeInformationRequest
- func (a *RecipesAPIService) GetRecipeInformationBulk(ctx context.Context) ApiGetRecipeInformationBulkRequest
- func (a *RecipesAPIService) GetRecipeInformationBulkExecute(r ApiGetRecipeInformationBulkRequest) ([]RecipeInformation, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeInformationExecute(r ApiGetRecipeInformationRequest) (*RecipeInformation, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeIngredientsByID(ctx context.Context, id int32) ApiGetRecipeIngredientsByIDRequest
- func (a *RecipesAPIService) GetRecipeIngredientsByIDExecute(r ApiGetRecipeIngredientsByIDRequest) (*GetRecipeIngredientsByID200Response, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeNutritionWidgetByID(ctx context.Context, id int32) ApiGetRecipeNutritionWidgetByIDRequest
- func (a *RecipesAPIService) GetRecipeNutritionWidgetByIDExecute(r ApiGetRecipeNutritionWidgetByIDRequest) (*GetRecipeNutritionWidgetByID200Response, *http.Response, error)
- func (a *RecipesAPIService) GetRecipePriceBreakdownByID(ctx context.Context, id int32) ApiGetRecipePriceBreakdownByIDRequest
- func (a *RecipesAPIService) GetRecipePriceBreakdownByIDExecute(r ApiGetRecipePriceBreakdownByIDRequest) (*GetRecipePriceBreakdownByID200Response, *http.Response, error)
- func (a *RecipesAPIService) GetRecipeTasteByID(ctx context.Context, id int32) ApiGetRecipeTasteByIDRequest
- func (a *RecipesAPIService) GetRecipeTasteByIDExecute(r ApiGetRecipeTasteByIDRequest) (*TasteInformation, *http.Response, error)
- func (a *RecipesAPIService) GetSimilarRecipes(ctx context.Context, id int32) ApiGetSimilarRecipesRequest
- func (a *RecipesAPIService) GetSimilarRecipesExecute(r ApiGetSimilarRecipesRequest) ([]GetSimilarRecipes200ResponseInner, *http.Response, error)
- func (a *RecipesAPIService) GuessNutritionByDishName(ctx context.Context) ApiGuessNutritionByDishNameRequest
- func (a *RecipesAPIService) GuessNutritionByDishNameExecute(r ApiGuessNutritionByDishNameRequest) (*GuessNutritionByDishName200Response, *http.Response, error)
- func (a *RecipesAPIService) ParseIngredients(ctx context.Context) ApiParseIngredientsRequest
- func (a *RecipesAPIService) ParseIngredientsExecute(r ApiParseIngredientsRequest) ([]IngredientInformation, *http.Response, error)
- func (a *RecipesAPIService) PriceBreakdownByIDImage(ctx context.Context, id int32) ApiPriceBreakdownByIDImageRequest
- func (a *RecipesAPIService) PriceBreakdownByIDImageExecute(r ApiPriceBreakdownByIDImageRequest) (*os.File, *http.Response, error)
- func (a *RecipesAPIService) QuickAnswer(ctx context.Context) ApiQuickAnswerRequest
- func (a *RecipesAPIService) QuickAnswerExecute(r ApiQuickAnswerRequest) (*QuickAnswer200Response, *http.Response, error)
- func (a *RecipesAPIService) RecipeNutritionByIDImage(ctx context.Context, id int32) ApiRecipeNutritionByIDImageRequest
- func (a *RecipesAPIService) RecipeNutritionByIDImageExecute(r ApiRecipeNutritionByIDImageRequest) (*os.File, *http.Response, error)
- func (a *RecipesAPIService) RecipeNutritionLabelImage(ctx context.Context, id int32) ApiRecipeNutritionLabelImageRequest
- func (a *RecipesAPIService) RecipeNutritionLabelImageExecute(r ApiRecipeNutritionLabelImageRequest) (*os.File, *http.Response, error)
- func (a *RecipesAPIService) RecipeNutritionLabelWidget(ctx context.Context, id int32) ApiRecipeNutritionLabelWidgetRequest
- func (a *RecipesAPIService) RecipeNutritionLabelWidgetExecute(r ApiRecipeNutritionLabelWidgetRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) RecipeTasteByIDImage(ctx context.Context, id int32) ApiRecipeTasteByIDImageRequest
- func (a *RecipesAPIService) RecipeTasteByIDImageExecute(r ApiRecipeTasteByIDImageRequest) (*os.File, *http.Response, error)
- func (a *RecipesAPIService) SearchRecipes(ctx context.Context) ApiSearchRecipesRequest
- func (a *RecipesAPIService) SearchRecipesByIngredients(ctx context.Context) ApiSearchRecipesByIngredientsRequest
- func (a *RecipesAPIService) SearchRecipesByIngredientsExecute(r ApiSearchRecipesByIngredientsRequest) ([]SearchRecipesByIngredients200ResponseInner, *http.Response, error)
- func (a *RecipesAPIService) SearchRecipesByNutrients(ctx context.Context) ApiSearchRecipesByNutrientsRequest
- func (a *RecipesAPIService) SearchRecipesByNutrientsExecute(r ApiSearchRecipesByNutrientsRequest) ([]SearchRecipesByNutrients200ResponseInner, *http.Response, error)
- func (a *RecipesAPIService) SearchRecipesExecute(r ApiSearchRecipesRequest) (*SearchRecipes200Response, *http.Response, error)
- func (a *RecipesAPIService) SummarizeRecipe(ctx context.Context, id int32) ApiSummarizeRecipeRequest
- func (a *RecipesAPIService) SummarizeRecipeExecute(r ApiSummarizeRecipeRequest) (*SummarizeRecipe200Response, *http.Response, error)
- func (a *RecipesAPIService) VisualizeEquipment(ctx context.Context) ApiVisualizeEquipmentRequest
- func (a *RecipesAPIService) VisualizeEquipmentExecute(r ApiVisualizeEquipmentRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizePriceBreakdown(ctx context.Context) ApiVisualizePriceBreakdownRequest
- func (a *RecipesAPIService) VisualizePriceBreakdownExecute(r ApiVisualizePriceBreakdownRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeEquipmentByID(ctx context.Context, id int32) ApiVisualizeRecipeEquipmentByIDRequest
- func (a *RecipesAPIService) VisualizeRecipeEquipmentByIDExecute(r ApiVisualizeRecipeEquipmentByIDRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeIngredientsByID(ctx context.Context, id int32) ApiVisualizeRecipeIngredientsByIDRequest
- func (a *RecipesAPIService) VisualizeRecipeIngredientsByIDExecute(r ApiVisualizeRecipeIngredientsByIDRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeNutrition(ctx context.Context) ApiVisualizeRecipeNutritionRequest
- func (a *RecipesAPIService) VisualizeRecipeNutritionByID(ctx context.Context, id int32) ApiVisualizeRecipeNutritionByIDRequest
- func (a *RecipesAPIService) VisualizeRecipeNutritionByIDExecute(r ApiVisualizeRecipeNutritionByIDRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeNutritionExecute(r ApiVisualizeRecipeNutritionRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipePriceBreakdownByID(ctx context.Context, id int32) ApiVisualizeRecipePriceBreakdownByIDRequest
- func (a *RecipesAPIService) VisualizeRecipePriceBreakdownByIDExecute(r ApiVisualizeRecipePriceBreakdownByIDRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeTaste(ctx context.Context) ApiVisualizeRecipeTasteRequest
- func (a *RecipesAPIService) VisualizeRecipeTasteByID(ctx context.Context, id int32) ApiVisualizeRecipeTasteByIDRequest
- func (a *RecipesAPIService) VisualizeRecipeTasteByIDExecute(r ApiVisualizeRecipeTasteByIDRequest) (string, *http.Response, error)
- func (a *RecipesAPIService) VisualizeRecipeTasteExecute(r ApiVisualizeRecipeTasteRequest) (string, *http.Response, error)
- type SearchAllFood200Response
- func (o *SearchAllFood200Response) GetLimit() int32
- func (o *SearchAllFood200Response) GetLimitOk() (*int32, bool)
- func (o *SearchAllFood200Response) GetOffset() int32
- func (o *SearchAllFood200Response) GetOffsetOk() (*int32, bool)
- func (o *SearchAllFood200Response) GetQuery() string
- func (o *SearchAllFood200Response) GetQueryOk() (*string, bool)
- func (o *SearchAllFood200Response) GetSearchResults() []SearchAllFood200ResponseSearchResultsInner
- func (o *SearchAllFood200Response) GetSearchResultsOk() ([]SearchAllFood200ResponseSearchResultsInner, bool)
- func (o *SearchAllFood200Response) GetTotalResults() int32
- func (o *SearchAllFood200Response) GetTotalResultsOk() (*int32, bool)
- func (o SearchAllFood200Response) MarshalJSON() ([]byte, error)
- func (o *SearchAllFood200Response) SetLimit(v int32)
- func (o *SearchAllFood200Response) SetOffset(v int32)
- func (o *SearchAllFood200Response) SetQuery(v string)
- func (o *SearchAllFood200Response) SetSearchResults(v []SearchAllFood200ResponseSearchResultsInner)
- func (o *SearchAllFood200Response) SetTotalResults(v int32)
- func (o SearchAllFood200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchAllFood200Response) UnmarshalJSON(data []byte) (err error)
- type SearchAllFood200ResponseSearchResultsInner
- func (o *SearchAllFood200ResponseSearchResultsInner) GetName() string
- func (o *SearchAllFood200ResponseSearchResultsInner) GetNameOk() (*string, bool)
- func (o *SearchAllFood200ResponseSearchResultsInner) GetResults() []SearchResult
- func (o *SearchAllFood200ResponseSearchResultsInner) GetResultsOk() ([]SearchResult, bool)
- func (o *SearchAllFood200ResponseSearchResultsInner) GetTotalResults() int32
- func (o *SearchAllFood200ResponseSearchResultsInner) GetTotalResultsOk() (*int32, bool)
- func (o *SearchAllFood200ResponseSearchResultsInner) HasResults() bool
- func (o SearchAllFood200ResponseSearchResultsInner) MarshalJSON() ([]byte, error)
- func (o *SearchAllFood200ResponseSearchResultsInner) SetName(v string)
- func (o *SearchAllFood200ResponseSearchResultsInner) SetResults(v []SearchResult)
- func (o *SearchAllFood200ResponseSearchResultsInner) SetTotalResults(v int32)
- func (o SearchAllFood200ResponseSearchResultsInner) ToMap() (map[string]interface{}, error)
- func (o *SearchAllFood200ResponseSearchResultsInner) UnmarshalJSON(data []byte) (err error)
- type SearchCustomFoods200Response
- func (o *SearchCustomFoods200Response) GetCustomFoods() []SearchCustomFoods200ResponseCustomFoodsInner
- func (o *SearchCustomFoods200Response) GetCustomFoodsOk() ([]SearchCustomFoods200ResponseCustomFoodsInner, bool)
- func (o *SearchCustomFoods200Response) GetNumber() int32
- func (o *SearchCustomFoods200Response) GetNumberOk() (*int32, bool)
- func (o *SearchCustomFoods200Response) GetOffset() int32
- func (o *SearchCustomFoods200Response) GetOffsetOk() (*int32, bool)
- func (o *SearchCustomFoods200Response) GetType() string
- func (o *SearchCustomFoods200Response) GetTypeOk() (*string, bool)
- func (o SearchCustomFoods200Response) MarshalJSON() ([]byte, error)
- func (o *SearchCustomFoods200Response) SetCustomFoods(v []SearchCustomFoods200ResponseCustomFoodsInner)
- func (o *SearchCustomFoods200Response) SetNumber(v int32)
- func (o *SearchCustomFoods200Response) SetOffset(v int32)
- func (o *SearchCustomFoods200Response) SetType(v string)
- func (o SearchCustomFoods200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchCustomFoods200Response) UnmarshalJSON(data []byte) (err error)
- type SearchCustomFoods200ResponseCustomFoodsInner
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetId() int32
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetIdOk() (*int32, bool)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrl() string
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrlOk() (*string, bool)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetPrice() float32
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetPriceOk() (*float32, bool)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetServings() float32
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetServingsOk() (*float32, bool)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetTitle() string
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetTitleOk() (*string, bool)
- func (o SearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON() ([]byte, error)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetId(v int32)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetImageUrl(v string)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetPrice(v float32)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetServings(v float32)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetTitle(v string)
- func (o SearchCustomFoods200ResponseCustomFoodsInner) ToMap() (map[string]interface{}, error)
- func (o *SearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON(data []byte) (err error)
- type SearchFoodVideos200Response
- func (o *SearchFoodVideos200Response) GetTotalResults() int32
- func (o *SearchFoodVideos200Response) GetTotalResultsOk() (*int32, bool)
- func (o *SearchFoodVideos200Response) GetVideos() []SearchFoodVideos200ResponseVideosInner
- func (o *SearchFoodVideos200Response) GetVideosOk() ([]SearchFoodVideos200ResponseVideosInner, bool)
- func (o SearchFoodVideos200Response) MarshalJSON() ([]byte, error)
- func (o *SearchFoodVideos200Response) SetTotalResults(v int32)
- func (o *SearchFoodVideos200Response) SetVideos(v []SearchFoodVideos200ResponseVideosInner)
- func (o SearchFoodVideos200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchFoodVideos200Response) UnmarshalJSON(data []byte) (err error)
- type SearchFoodVideos200ResponseVideosInner
- func (o *SearchFoodVideos200ResponseVideosInner) GetLength() int32
- func (o *SearchFoodVideos200ResponseVideosInner) GetLengthOk() (*int32, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetRating() float32
- func (o *SearchFoodVideos200ResponseVideosInner) GetRatingOk() (*float32, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitle() string
- func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitleOk() (*string, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnail() string
- func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnailOk() (*string, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetTitle() string
- func (o *SearchFoodVideos200ResponseVideosInner) GetTitleOk() (*string, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetViews() int32
- func (o *SearchFoodVideos200ResponseVideosInner) GetViewsOk() (*int32, bool)
- func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeId() string
- func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeIdOk() (*string, bool)
- func (o SearchFoodVideos200ResponseVideosInner) MarshalJSON() ([]byte, error)
- func (o *SearchFoodVideos200ResponseVideosInner) SetLength(v int32)
- func (o *SearchFoodVideos200ResponseVideosInner) SetRating(v float32)
- func (o *SearchFoodVideos200ResponseVideosInner) SetShortTitle(v string)
- func (o *SearchFoodVideos200ResponseVideosInner) SetThumbnail(v string)
- func (o *SearchFoodVideos200ResponseVideosInner) SetTitle(v string)
- func (o *SearchFoodVideos200ResponseVideosInner) SetViews(v int32)
- func (o *SearchFoodVideos200ResponseVideosInner) SetYouTubeId(v string)
- func (o SearchFoodVideos200ResponseVideosInner) ToMap() (map[string]interface{}, error)
- func (o *SearchFoodVideos200ResponseVideosInner) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProducts200Response
- func (o *SearchGroceryProducts200Response) GetNumber() int32
- func (o *SearchGroceryProducts200Response) GetNumberOk() (*int32, bool)
- func (o *SearchGroceryProducts200Response) GetOffset() int32
- func (o *SearchGroceryProducts200Response) GetOffsetOk() (*int32, bool)
- func (o *SearchGroceryProducts200Response) GetProducts() []AutocompleteRecipeSearch200ResponseInner
- func (o *SearchGroceryProducts200Response) GetProductsOk() ([]AutocompleteRecipeSearch200ResponseInner, bool)
- func (o *SearchGroceryProducts200Response) GetTotalProducts() int32
- func (o *SearchGroceryProducts200Response) GetTotalProductsOk() (*int32, bool)
- func (o *SearchGroceryProducts200Response) GetType() string
- func (o *SearchGroceryProducts200Response) GetTypeOk() (*string, bool)
- func (o SearchGroceryProducts200Response) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProducts200Response) SetNumber(v int32)
- func (o *SearchGroceryProducts200Response) SetOffset(v int32)
- func (o *SearchGroceryProducts200Response) SetProducts(v []AutocompleteRecipeSearch200ResponseInner)
- func (o *SearchGroceryProducts200Response) SetTotalProducts(v int32)
- func (o *SearchGroceryProducts200Response) SetType(v string)
- func (o SearchGroceryProducts200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProducts200Response) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProductsByUPC200Response
- func (o *SearchGroceryProductsByUPC200Response) GetBadges() []string
- func (o *SearchGroceryProductsByUPC200Response) GetBadgesOk() ([]string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetBreadcrumbs() []string
- func (o *SearchGroceryProductsByUPC200Response) GetBreadcrumbsOk() ([]string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetGeneratedText() string
- func (o *SearchGroceryProductsByUPC200Response) GetGeneratedTextOk() (*string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetId() int32
- func (o *SearchGroceryProductsByUPC200Response) GetIdOk() (*int32, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetImageType() string
- func (o *SearchGroceryProductsByUPC200Response) GetImageTypeOk() (*string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetImportantBadges() []string
- func (o *SearchGroceryProductsByUPC200Response) GetImportantBadgesOk() ([]string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetIngredientCount() int32
- func (o *SearchGroceryProductsByUPC200Response) GetIngredientCountOk() (*int32, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetIngredientList() string
- func (o *SearchGroceryProductsByUPC200Response) GetIngredientListOk() (*string, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetIngredients() []IngredientBasics
- func (o *SearchGroceryProductsByUPC200Response) GetIngredientsOk() ([]IngredientBasics, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetLikes() float32
- func (o *SearchGroceryProductsByUPC200Response) GetLikesOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
- func (o *SearchGroceryProductsByUPC200Response) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetPrice() float32
- func (o *SearchGroceryProductsByUPC200Response) GetPriceOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetServings() SearchGroceryProductsByUPC200ResponseServings
- func (o *SearchGroceryProductsByUPC200Response) GetServingsOk() (*SearchGroceryProductsByUPC200ResponseServings, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetSpoonacularScore() float32
- func (o *SearchGroceryProductsByUPC200Response) GetSpoonacularScoreOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200Response) GetTitle() string
- func (o *SearchGroceryProductsByUPC200Response) GetTitleOk() (*string, bool)
- func (o *SearchGroceryProductsByUPC200Response) HasIngredientCount() bool
- func (o SearchGroceryProductsByUPC200Response) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProductsByUPC200Response) SetBadges(v []string)
- func (o *SearchGroceryProductsByUPC200Response) SetBreadcrumbs(v []string)
- func (o *SearchGroceryProductsByUPC200Response) SetGeneratedText(v string)
- func (o *SearchGroceryProductsByUPC200Response) SetId(v int32)
- func (o *SearchGroceryProductsByUPC200Response) SetImageType(v string)
- func (o *SearchGroceryProductsByUPC200Response) SetImportantBadges(v []string)
- func (o *SearchGroceryProductsByUPC200Response) SetIngredientCount(v int32)
- func (o *SearchGroceryProductsByUPC200Response) SetIngredientList(v string)
- func (o *SearchGroceryProductsByUPC200Response) SetIngredients(v []IngredientBasics)
- func (o *SearchGroceryProductsByUPC200Response) SetLikes(v float32)
- func (o *SearchGroceryProductsByUPC200Response) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
- func (o *SearchGroceryProductsByUPC200Response) SetPrice(v float32)
- func (o *SearchGroceryProductsByUPC200Response) SetServings(v SearchGroceryProductsByUPC200ResponseServings)
- func (o *SearchGroceryProductsByUPC200Response) SetSpoonacularScore(v float32)
- func (o *SearchGroceryProductsByUPC200Response) SetTitle(v string)
- func (o SearchGroceryProductsByUPC200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProductsByUPC200Response) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProductsByUPC200ResponseNutrition
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdown() SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdownOk() (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetNutrients() []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetNutrientsOk() ([]SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, bool)
- func (o SearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) SetCaloricBreakdown(v SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown)
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) SetNutrients(v []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner)
- func (o SearchGroceryProductsByUPC200ResponseNutrition) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown(percentProtein float32, percentFat float32, percentCarbs float32) *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdownWithDefaults() *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbs() float32
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbsOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFat() float32
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFatOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProtein() float32
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProteinOk() (*float32, bool)
- func (o SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentCarbs(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentFat(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentProtein(v float32)
- func (o SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner(name string, amount float32, unit string, percentOfDailyNeeds float32) *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInnerWithDefaults() *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmount() float32
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmountOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetName() string
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetNameOk() (*string, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeeds() float32
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeedsOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnit() string
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnitOk() (*string, bool)
- func (o SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetAmount(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetName(v string)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetPercentOfDailyNeeds(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetUnit(v string)
- func (o SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON(data []byte) (err error)
- type SearchGroceryProductsByUPC200ResponseServings
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetNumber() float32
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetNumberOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetSize() float32
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetSizeOk() (*float32, bool)
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetUnit() string
- func (o *SearchGroceryProductsByUPC200ResponseServings) GetUnitOk() (*string, bool)
- func (o SearchGroceryProductsByUPC200ResponseServings) MarshalJSON() ([]byte, error)
- func (o *SearchGroceryProductsByUPC200ResponseServings) SetNumber(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseServings) SetSize(v float32)
- func (o *SearchGroceryProductsByUPC200ResponseServings) SetUnit(v string)
- func (o SearchGroceryProductsByUPC200ResponseServings) ToMap() (map[string]interface{}, error)
- func (o *SearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON(data []byte) (err error)
- type SearchMenuItems200Response
- func (o *SearchMenuItems200Response) GetMenuItems() []MenuItem
- func (o *SearchMenuItems200Response) GetMenuItemsOk() ([]MenuItem, bool)
- func (o *SearchMenuItems200Response) GetNumber() int32
- func (o *SearchMenuItems200Response) GetNumberOk() (*int32, bool)
- func (o *SearchMenuItems200Response) GetOffset() int32
- func (o *SearchMenuItems200Response) GetOffsetOk() (*int32, bool)
- func (o *SearchMenuItems200Response) GetTotalMenuItems() int32
- func (o *SearchMenuItems200Response) GetTotalMenuItemsOk() (*int32, bool)
- func (o *SearchMenuItems200Response) GetType() string
- func (o *SearchMenuItems200Response) GetTypeOk() (*string, bool)
- func (o SearchMenuItems200Response) MarshalJSON() ([]byte, error)
- func (o *SearchMenuItems200Response) SetMenuItems(v []MenuItem)
- func (o *SearchMenuItems200Response) SetNumber(v int32)
- func (o *SearchMenuItems200Response) SetOffset(v int32)
- func (o *SearchMenuItems200Response) SetTotalMenuItems(v int32)
- func (o *SearchMenuItems200Response) SetType(v string)
- func (o SearchMenuItems200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchMenuItems200Response) UnmarshalJSON(data []byte) (err error)
- type SearchRecipes200Response
- func (o *SearchRecipes200Response) GetNumber() int32
- func (o *SearchRecipes200Response) GetNumberOk() (*int32, bool)
- func (o *SearchRecipes200Response) GetOffset() int32
- func (o *SearchRecipes200Response) GetOffsetOk() (*int32, bool)
- func (o *SearchRecipes200Response) GetResults() []SearchRecipes200ResponseResultsInner
- func (o *SearchRecipes200Response) GetResultsOk() ([]SearchRecipes200ResponseResultsInner, bool)
- func (o *SearchRecipes200Response) GetTotalResults() int32
- func (o *SearchRecipes200Response) GetTotalResultsOk() (*int32, bool)
- func (o SearchRecipes200Response) MarshalJSON() ([]byte, error)
- func (o *SearchRecipes200Response) SetNumber(v int32)
- func (o *SearchRecipes200Response) SetOffset(v int32)
- func (o *SearchRecipes200Response) SetResults(v []SearchRecipes200ResponseResultsInner)
- func (o *SearchRecipes200Response) SetTotalResults(v int32)
- func (o SearchRecipes200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchRecipes200Response) UnmarshalJSON(data []byte) (err error)
- type SearchRecipes200ResponseResultsInner
- func (o *SearchRecipes200ResponseResultsInner) GetId() int32
- func (o *SearchRecipes200ResponseResultsInner) GetIdOk() (*int32, bool)
- func (o *SearchRecipes200ResponseResultsInner) GetImage() string
- func (o *SearchRecipes200ResponseResultsInner) GetImageOk() (*string, bool)
- func (o *SearchRecipes200ResponseResultsInner) GetImageType() string
- func (o *SearchRecipes200ResponseResultsInner) GetImageTypeOk() (*string, bool)
- func (o *SearchRecipes200ResponseResultsInner) GetTitle() string
- func (o *SearchRecipes200ResponseResultsInner) GetTitleOk() (*string, bool)
- func (o SearchRecipes200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (o *SearchRecipes200ResponseResultsInner) SetId(v int32)
- func (o *SearchRecipes200ResponseResultsInner) SetImage(v string)
- func (o *SearchRecipes200ResponseResultsInner) SetImageType(v string)
- func (o *SearchRecipes200ResponseResultsInner) SetTitle(v string)
- func (o SearchRecipes200ResponseResultsInner) ToMap() (map[string]interface{}, error)
- func (o *SearchRecipes200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
- type SearchRecipesByIngredients200ResponseInner
- func (o *SearchRecipesByIngredients200ResponseInner) GetId() int32
- func (o *SearchRecipesByIngredients200ResponseInner) GetIdOk() (*int32, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetImage() string
- func (o *SearchRecipesByIngredients200ResponseInner) GetImageOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetImageType() string
- func (o *SearchRecipesByIngredients200ResponseInner) GetImageTypeOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetLikes() int32
- func (o *SearchRecipesByIngredients200ResponseInner) GetLikesOk() (*int32, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCount() int32
- func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCountOk() (*int32, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredients() []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientsOk() ([]SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetTitle() string
- func (o *SearchRecipesByIngredients200ResponseInner) GetTitleOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetUnusedIngredients() []map[string]interface{}
- func (o *SearchRecipesByIngredients200ResponseInner) GetUnusedIngredientsOk() ([]map[string]interface{}, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCount() float32
- func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCountOk() (*float32, bool)
- func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredients() []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientsOk() ([]SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner, bool)
- func (o SearchRecipesByIngredients200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *SearchRecipesByIngredients200ResponseInner) SetId(v int32)
- func (o *SearchRecipesByIngredients200ResponseInner) SetImage(v string)
- func (o *SearchRecipesByIngredients200ResponseInner) SetImageType(v string)
- func (o *SearchRecipesByIngredients200ResponseInner) SetLikes(v int32)
- func (o *SearchRecipesByIngredients200ResponseInner) SetMissedIngredientCount(v int32)
- func (o *SearchRecipesByIngredients200ResponseInner) SetMissedIngredients(v []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner)
- func (o *SearchRecipesByIngredients200ResponseInner) SetTitle(v string)
- func (o *SearchRecipesByIngredients200ResponseInner) SetUnusedIngredients(v []map[string]interface{})
- func (o *SearchRecipesByIngredients200ResponseInner) SetUsedIngredientCount(v float32)
- func (o *SearchRecipesByIngredients200ResponseInner) SetUsedIngredients(v []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner)
- func (o SearchRecipesByIngredients200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *SearchRecipesByIngredients200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner(aisle string, amount float32, id int32, image string, name string, ...) *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInnerWithDefaults() *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisle() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisleOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmount() float32
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmountOk() (*float32, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedName() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedNameOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetId() int32
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetIdOk() (*int32, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImage() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImageOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMeta() []string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMetaOk() ([]string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetName() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetNameOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginal() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalName() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalNameOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnit() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLong() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLongOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShort() string
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShortOk() (*string, bool)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasExtendedName() bool
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasMeta() bool
- func (o SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON() ([]byte, error)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAisle(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAmount(v float32)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetExtendedName(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetId(v int32)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetImage(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetMeta(v []string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetName(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginal(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginalName(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnit(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitLong(v string)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitShort(v string)
- func (o SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) ToMap() (map[string]interface{}, error)
- func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON(data []byte) (err error)
- type SearchRecipesByNutrients200ResponseInner
- func (o *SearchRecipesByNutrients200ResponseInner) GetCalories() float32
- func (o *SearchRecipesByNutrients200ResponseInner) GetCaloriesOk() (*float32, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetCarbs() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetCarbsOk() (*string, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetFat() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetFatOk() (*string, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetId() int32
- func (o *SearchRecipesByNutrients200ResponseInner) GetIdOk() (*int32, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetImage() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetImageOk() (*string, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetImageType() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetImageTypeOk() (*string, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetProtein() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetProteinOk() (*string, bool)
- func (o *SearchRecipesByNutrients200ResponseInner) GetTitle() string
- func (o *SearchRecipesByNutrients200ResponseInner) GetTitleOk() (*string, bool)
- func (o SearchRecipesByNutrients200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *SearchRecipesByNutrients200ResponseInner) SetCalories(v float32)
- func (o *SearchRecipesByNutrients200ResponseInner) SetCarbs(v string)
- func (o *SearchRecipesByNutrients200ResponseInner) SetFat(v string)
- func (o *SearchRecipesByNutrients200ResponseInner) SetId(v int32)
- func (o *SearchRecipesByNutrients200ResponseInner) SetImage(v string)
- func (o *SearchRecipesByNutrients200ResponseInner) SetImageType(v string)
- func (o *SearchRecipesByNutrients200ResponseInner) SetProtein(v string)
- func (o *SearchRecipesByNutrients200ResponseInner) SetTitle(v string)
- func (o SearchRecipesByNutrients200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *SearchRecipesByNutrients200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type SearchRestaurants200Response
- func (o *SearchRestaurants200Response) GetRestaurants() []SearchRestaurants200ResponseRestaurantsInner
- func (o *SearchRestaurants200Response) GetRestaurantsOk() ([]SearchRestaurants200ResponseRestaurantsInner, bool)
- func (o *SearchRestaurants200Response) HasRestaurants() bool
- func (o SearchRestaurants200Response) MarshalJSON() ([]byte, error)
- func (o *SearchRestaurants200Response) SetRestaurants(v []SearchRestaurants200ResponseRestaurantsInner)
- func (o SearchRestaurants200Response) ToMap() (map[string]interface{}, error)
- type SearchRestaurants200ResponseRestaurantsInner
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetAddress() SearchRestaurants200ResponseRestaurantsInnerAddress
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetAddressOk() (*SearchRestaurants200ResponseRestaurantsInnerAddress, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCount() int32
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCountOk() (*int32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetCuisines() []string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetCuisinesOk() ([]string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabled() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabledOk() (*bool, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDescription() string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDescriptionOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDollarSigns() int32
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetDollarSignsOk() (*int32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotos() []string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotosOk() ([]string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetId() string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetIdOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetIsOpen() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetIsOpenOk() (*bool, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetLocalHours() SearchRestaurants200ResponseRestaurantsInnerLocalHours
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetLocalHoursOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHours, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotos() []string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotosOk() ([]string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetMiles() float32
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetMilesOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetName() string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetNameOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDelivery() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDeliveryOk() (*bool, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDelivery() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDeliveryOk() (*bool, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumber() int32
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumberOk() (*int32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabled() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabledOk() (*bool, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetStorePhotos() []string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetStorePhotosOk() ([]string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetType() string
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetTypeOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValue() float32
- func (o *SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValueOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasAddress() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasAggregatedRatingCount() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasCuisines() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasDeliveryEnabled() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasDescription() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasDollarSigns() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasFoodPhotos() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasId() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasIsOpen() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasLocalHours() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasLogoPhotos() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasMiles() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasName() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasOffersFirstPartyDelivery() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasOffersThirdPartyDelivery() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasPhoneNumber() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasPickupEnabled() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasStorePhotos() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasType() bool
- func (o *SearchRestaurants200ResponseRestaurantsInner) HasWeightedRatingValue() bool
- func (o SearchRestaurants200ResponseRestaurantsInner) MarshalJSON() ([]byte, error)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetAddress(v SearchRestaurants200ResponseRestaurantsInnerAddress)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetAggregatedRatingCount(v int32)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetCuisines(v []string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetDeliveryEnabled(v bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetDescription(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetDollarSigns(v int32)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetFoodPhotos(v []string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetId(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetIsOpen(v bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetLocalHours(v SearchRestaurants200ResponseRestaurantsInnerLocalHours)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetLogoPhotos(v []string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetMiles(v float32)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetName(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetOffersFirstPartyDelivery(v bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetOffersThirdPartyDelivery(v bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetPhoneNumber(v int32)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetPickupEnabled(v bool)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetStorePhotos(v []string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetType(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInner) SetWeightedRatingValue(v float32)
- func (o SearchRestaurants200ResponseRestaurantsInner) ToMap() (map[string]interface{}, error)
- type SearchRestaurants200ResponseRestaurantsInnerAddress
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCity() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCityOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountry() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountryOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLat() float32
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitude() float32
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitudeOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLon() float32
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLonOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitude() float32
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitudeOk() (*float32, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetState() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStateOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2Ok() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddrOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcode() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcodeOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCity() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCountry() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLat() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLatitude() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLon() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLongitude() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasState() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr2() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasZipcode() bool
- func (o SearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON() ([]byte, error)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCity(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCountry(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLat(v float32)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLatitude(v float32)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLon(v float32)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLongitude(v float32)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetState(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr2(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetZipcode(v string)
- func (o SearchRestaurants200ResponseRestaurantsInnerAddress) ToMap() (map[string]interface{}, error)
- type SearchRestaurants200ResponseRestaurantsInnerLocalHours
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDelivery() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDeliveryOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineIn() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineInOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperational() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperationalOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickup() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickupOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDelivery() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDineIn() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasOperational() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasPickup() bool
- func (o SearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON() ([]byte, error)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDelivery(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDineIn(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetOperational(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetPickup(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
- func (o SearchRestaurants200ResponseRestaurantsInnerLocalHours) ToMap() (map[string]interface{}, error)
- type SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFriday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFridayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMonday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMondayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturdayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSunday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSundayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursdayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesdayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesday() string
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesdayOk() (*string, bool)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasFriday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasMonday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSaturday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSunday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasThursday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasTuesday() bool
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasWednesday() bool
- func (o SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON() ([]byte, error)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetFriday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetMonday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSaturday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSunday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetThursday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetTuesday(v string)
- func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetWednesday(v string)
- func (o SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) ToMap() (map[string]interface{}, error)
- type SearchResult
- func (o *SearchResult) GetContent() string
- func (o *SearchResult) GetContentOk() (*string, bool)
- func (o *SearchResult) GetId() int32
- func (o *SearchResult) GetIdOk() (*int32, bool)
- func (o *SearchResult) GetImage() string
- func (o *SearchResult) GetImageOk() (*string, bool)
- func (o *SearchResult) GetKvtable() string
- func (o *SearchResult) GetKvtableOk() (*string, bool)
- func (o *SearchResult) GetLink() string
- func (o *SearchResult) GetLinkOk() (*string, bool)
- func (o *SearchResult) GetName() string
- func (o *SearchResult) GetNameOk() (*string, bool)
- func (o *SearchResult) GetRelevance() float32
- func (o *SearchResult) GetRelevanceOk() (*float32, bool)
- func (o *SearchResult) GetType() string
- func (o *SearchResult) GetTypeOk() (*string, bool)
- func (o *SearchResult) HasContent() bool
- func (o *SearchResult) HasId() bool
- func (o *SearchResult) HasImage() bool
- func (o *SearchResult) HasKvtable() bool
- func (o *SearchResult) HasLink() bool
- func (o *SearchResult) HasRelevance() bool
- func (o *SearchResult) HasType() bool
- func (o SearchResult) MarshalJSON() ([]byte, error)
- func (o *SearchResult) SetContent(v string)
- func (o *SearchResult) SetContentNil()
- func (o *SearchResult) SetId(v int32)
- func (o *SearchResult) SetImage(v string)
- func (o *SearchResult) SetKvtable(v string)
- func (o *SearchResult) SetLink(v string)
- func (o *SearchResult) SetLinkNil()
- func (o *SearchResult) SetName(v string)
- func (o *SearchResult) SetRelevance(v float32)
- func (o *SearchResult) SetType(v string)
- func (o SearchResult) ToMap() (map[string]interface{}, error)
- func (o *SearchResult) UnmarshalJSON(data []byte) (err error)
- func (o *SearchResult) UnsetContent()
- func (o *SearchResult) UnsetLink()
- type SearchSiteContent200Response
- func (o *SearchSiteContent200Response) GetArticles() []SearchResult
- func (o *SearchSiteContent200Response) GetArticlesOk() ([]SearchResult, bool)
- func (o *SearchSiteContent200Response) GetGroceryProducts() []SearchResult
- func (o *SearchSiteContent200Response) GetGroceryProductsOk() ([]SearchResult, bool)
- func (o *SearchSiteContent200Response) GetMenuItems() []SearchResult
- func (o *SearchSiteContent200Response) GetMenuItemsOk() ([]SearchResult, bool)
- func (o *SearchSiteContent200Response) GetRecipes() []SearchResult
- func (o *SearchSiteContent200Response) GetRecipesOk() ([]SearchResult, bool)
- func (o SearchSiteContent200Response) MarshalJSON() ([]byte, error)
- func (o *SearchSiteContent200Response) SetArticles(v []SearchResult)
- func (o *SearchSiteContent200Response) SetGroceryProducts(v []SearchResult)
- func (o *SearchSiteContent200Response) SetMenuItems(v []SearchResult)
- func (o *SearchSiteContent200Response) SetRecipes(v []SearchResult)
- func (o SearchSiteContent200Response) ToMap() (map[string]interface{}, error)
- func (o *SearchSiteContent200Response) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SummarizeRecipe200Response
- func (o *SummarizeRecipe200Response) GetId() int32
- func (o *SummarizeRecipe200Response) GetIdOk() (*int32, bool)
- func (o *SummarizeRecipe200Response) GetSummary() string
- func (o *SummarizeRecipe200Response) GetSummaryOk() (*string, bool)
- func (o *SummarizeRecipe200Response) GetTitle() string
- func (o *SummarizeRecipe200Response) GetTitleOk() (*string, bool)
- func (o SummarizeRecipe200Response) MarshalJSON() ([]byte, error)
- func (o *SummarizeRecipe200Response) SetId(v int32)
- func (o *SummarizeRecipe200Response) SetSummary(v string)
- func (o *SummarizeRecipe200Response) SetTitle(v string)
- func (o SummarizeRecipe200Response) ToMap() (map[string]interface{}, error)
- func (o *SummarizeRecipe200Response) UnmarshalJSON(data []byte) (err error)
- type TalkToChatbot200Response
- func (o *TalkToChatbot200Response) GetAnswerText() string
- func (o *TalkToChatbot200Response) GetAnswerTextOk() (*string, bool)
- func (o *TalkToChatbot200Response) GetMedia() []TalkToChatbot200ResponseMediaInner
- func (o *TalkToChatbot200Response) GetMediaOk() ([]TalkToChatbot200ResponseMediaInner, bool)
- func (o TalkToChatbot200Response) MarshalJSON() ([]byte, error)
- func (o *TalkToChatbot200Response) SetAnswerText(v string)
- func (o *TalkToChatbot200Response) SetMedia(v []TalkToChatbot200ResponseMediaInner)
- func (o TalkToChatbot200Response) ToMap() (map[string]interface{}, error)
- func (o *TalkToChatbot200Response) UnmarshalJSON(data []byte) (err error)
- type TalkToChatbot200ResponseMediaInner
- func (o *TalkToChatbot200ResponseMediaInner) GetImage() string
- func (o *TalkToChatbot200ResponseMediaInner) GetImageOk() (*string, bool)
- func (o *TalkToChatbot200ResponseMediaInner) GetLink() string
- func (o *TalkToChatbot200ResponseMediaInner) GetLinkOk() (*string, bool)
- func (o *TalkToChatbot200ResponseMediaInner) GetTitle() string
- func (o *TalkToChatbot200ResponseMediaInner) GetTitleOk() (*string, bool)
- func (o *TalkToChatbot200ResponseMediaInner) HasImage() bool
- func (o *TalkToChatbot200ResponseMediaInner) HasLink() bool
- func (o *TalkToChatbot200ResponseMediaInner) HasTitle() bool
- func (o TalkToChatbot200ResponseMediaInner) MarshalJSON() ([]byte, error)
- func (o *TalkToChatbot200ResponseMediaInner) SetImage(v string)
- func (o *TalkToChatbot200ResponseMediaInner) SetLink(v string)
- func (o *TalkToChatbot200ResponseMediaInner) SetTitle(v string)
- func (o TalkToChatbot200ResponseMediaInner) ToMap() (map[string]interface{}, error)
- type TasteInformation
- func (o *TasteInformation) GetBitterness() float32
- func (o *TasteInformation) GetBitternessOk() (*float32, bool)
- func (o *TasteInformation) GetFattiness() float32
- func (o *TasteInformation) GetFattinessOk() (*float32, bool)
- func (o *TasteInformation) GetSaltiness() float32
- func (o *TasteInformation) GetSaltinessOk() (*float32, bool)
- func (o *TasteInformation) GetSavoriness() float32
- func (o *TasteInformation) GetSavorinessOk() (*float32, bool)
- func (o *TasteInformation) GetSourness() float32
- func (o *TasteInformation) GetSournessOk() (*float32, bool)
- func (o *TasteInformation) GetSpiciness() float32
- func (o *TasteInformation) GetSpicinessOk() (*float32, bool)
- func (o *TasteInformation) GetSweetness() float32
- func (o *TasteInformation) GetSweetnessOk() (*float32, bool)
- func (o TasteInformation) MarshalJSON() ([]byte, error)
- func (o *TasteInformation) SetBitterness(v float32)
- func (o *TasteInformation) SetFattiness(v float32)
- func (o *TasteInformation) SetSaltiness(v float32)
- func (o *TasteInformation) SetSavoriness(v float32)
- func (o *TasteInformation) SetSourness(v float32)
- func (o *TasteInformation) SetSpiciness(v float32)
- func (o *TasteInformation) SetSweetness(v float32)
- func (o TasteInformation) ToMap() (map[string]interface{}, error)
- func (o *TasteInformation) UnmarshalJSON(data []byte) (err error)
- type WineAPIService
- func (a *WineAPIService) GetDishPairingForWine(ctx context.Context) ApiGetDishPairingForWineRequest
- func (a *WineAPIService) GetDishPairingForWineExecute(r ApiGetDishPairingForWineRequest) (*GetDishPairingForWine200Response, *http.Response, error)
- func (a *WineAPIService) GetWineDescription(ctx context.Context) ApiGetWineDescriptionRequest
- func (a *WineAPIService) GetWineDescriptionExecute(r ApiGetWineDescriptionRequest) (*GetWineDescription200Response, *http.Response, error)
- func (a *WineAPIService) GetWinePairing(ctx context.Context) ApiGetWinePairingRequest
- func (a *WineAPIService) GetWinePairingExecute(r ApiGetWinePairingRequest) (*GetWinePairing200Response, *http.Response, error)
- func (a *WineAPIService) GetWineRecommendation(ctx context.Context) ApiGetWineRecommendationRequest
- func (a *WineAPIService) GetWineRecommendationExecute(r ApiGetWineRecommendationRequest) (*GetWineRecommendation200Response, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultAPI *DefaultAPIService IngredientsAPI *IngredientsAPIService MealPlanningAPI *MealPlanningAPIService MenuItemsAPI *MenuItemsAPIService MiscAPI *MiscAPIService ProductsAPI *ProductsAPIService RecipesAPI *RecipesAPIService WineAPI *WineAPIService // contains filtered or unexported fields }
APIClient manages communication with the spoonacular API API v2.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AddMealPlanTemplate200Response ¶
type AddMealPlanTemplate200Response struct { Name string `json:"name"` Items []AddMealPlanTemplate200ResponseItemsInner `json:"items"` PublishAsPublic bool `json:"publishAsPublic"` }
AddMealPlanTemplate200Response
func NewAddMealPlanTemplate200Response ¶
func NewAddMealPlanTemplate200Response(name string, items []AddMealPlanTemplate200ResponseItemsInner, publishAsPublic bool) *AddMealPlanTemplate200Response
NewAddMealPlanTemplate200Response instantiates a new AddMealPlanTemplate200Response 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 NewAddMealPlanTemplate200ResponseWithDefaults ¶
func NewAddMealPlanTemplate200ResponseWithDefaults() *AddMealPlanTemplate200Response
NewAddMealPlanTemplate200ResponseWithDefaults instantiates a new AddMealPlanTemplate200Response 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 (*AddMealPlanTemplate200Response) GetItems ¶
func (o *AddMealPlanTemplate200Response) GetItems() []AddMealPlanTemplate200ResponseItemsInner
GetItems returns the Items field value
func (*AddMealPlanTemplate200Response) GetItemsOk ¶
func (o *AddMealPlanTemplate200Response) GetItemsOk() ([]AddMealPlanTemplate200ResponseItemsInner, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200Response) GetName ¶
func (o *AddMealPlanTemplate200Response) GetName() string
GetName returns the Name field value
func (*AddMealPlanTemplate200Response) GetNameOk ¶
func (o *AddMealPlanTemplate200Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200Response) GetPublishAsPublic ¶
func (o *AddMealPlanTemplate200Response) GetPublishAsPublic() bool
GetPublishAsPublic returns the PublishAsPublic field value
func (*AddMealPlanTemplate200Response) GetPublishAsPublicOk ¶
func (o *AddMealPlanTemplate200Response) GetPublishAsPublicOk() (*bool, bool)
GetPublishAsPublicOk returns a tuple with the PublishAsPublic field value and a boolean to check if the value has been set.
func (AddMealPlanTemplate200Response) MarshalJSON ¶
func (o AddMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
func (*AddMealPlanTemplate200Response) SetItems ¶
func (o *AddMealPlanTemplate200Response) SetItems(v []AddMealPlanTemplate200ResponseItemsInner)
SetItems sets field value
func (*AddMealPlanTemplate200Response) SetName ¶
func (o *AddMealPlanTemplate200Response) SetName(v string)
SetName sets field value
func (*AddMealPlanTemplate200Response) SetPublishAsPublic ¶
func (o *AddMealPlanTemplate200Response) SetPublishAsPublic(v bool)
SetPublishAsPublic sets field value
func (AddMealPlanTemplate200Response) ToMap ¶
func (o AddMealPlanTemplate200Response) ToMap() (map[string]interface{}, error)
func (*AddMealPlanTemplate200Response) UnmarshalJSON ¶
func (o *AddMealPlanTemplate200Response) UnmarshalJSON(data []byte) (err error)
type AddMealPlanTemplate200ResponseItemsInner ¶
type AddMealPlanTemplate200ResponseItemsInner struct { Day int32 `json:"day"` Slot int32 `json:"slot"` Position int32 `json:"position"` Type string `json:"type"` Value *AddMealPlanTemplate200ResponseItemsInnerValue `json:"value,omitempty"` }
AddMealPlanTemplate200ResponseItemsInner struct for AddMealPlanTemplate200ResponseItemsInner
func NewAddMealPlanTemplate200ResponseItemsInner ¶
func NewAddMealPlanTemplate200ResponseItemsInner(day int32, slot int32, position int32, type_ string) *AddMealPlanTemplate200ResponseItemsInner
NewAddMealPlanTemplate200ResponseItemsInner instantiates a new AddMealPlanTemplate200ResponseItemsInner 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 NewAddMealPlanTemplate200ResponseItemsInnerWithDefaults ¶
func NewAddMealPlanTemplate200ResponseItemsInnerWithDefaults() *AddMealPlanTemplate200ResponseItemsInner
NewAddMealPlanTemplate200ResponseItemsInnerWithDefaults instantiates a new AddMealPlanTemplate200ResponseItemsInner 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 (*AddMealPlanTemplate200ResponseItemsInner) GetDay ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetDay() int32
GetDay returns the Day field value
func (*AddMealPlanTemplate200ResponseItemsInner) GetDayOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetDayOk() (*int32, bool)
GetDayOk returns a tuple with the Day field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInner) GetPosition ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetPosition() int32
GetPosition returns the Position field value
func (*AddMealPlanTemplate200ResponseItemsInner) GetPositionOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInner) GetSlot ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetSlot() int32
GetSlot returns the Slot field value
func (*AddMealPlanTemplate200ResponseItemsInner) GetSlotOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetSlotOk() (*int32, bool)
GetSlotOk returns a tuple with the Slot field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInner) GetType ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetType() string
GetType returns the Type field value
func (*AddMealPlanTemplate200ResponseItemsInner) GetTypeOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInner) GetValue ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetValue() AddMealPlanTemplate200ResponseItemsInnerValue
GetValue returns the Value field value if set, zero value otherwise.
func (*AddMealPlanTemplate200ResponseItemsInner) GetValueOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) GetValueOk() (*AddMealPlanTemplate200ResponseItemsInnerValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInner) HasValue ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (AddMealPlanTemplate200ResponseItemsInner) MarshalJSON ¶
func (o AddMealPlanTemplate200ResponseItemsInner) MarshalJSON() ([]byte, error)
func (*AddMealPlanTemplate200ResponseItemsInner) SetDay ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) SetDay(v int32)
SetDay sets field value
func (*AddMealPlanTemplate200ResponseItemsInner) SetPosition ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) SetPosition(v int32)
SetPosition sets field value
func (*AddMealPlanTemplate200ResponseItemsInner) SetSlot ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) SetSlot(v int32)
SetSlot sets field value
func (*AddMealPlanTemplate200ResponseItemsInner) SetType ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) SetType(v string)
SetType sets field value
func (*AddMealPlanTemplate200ResponseItemsInner) SetValue ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) SetValue(v AddMealPlanTemplate200ResponseItemsInnerValue)
SetValue gets a reference to the given AddMealPlanTemplate200ResponseItemsInnerValue and assigns it to the Value field.
func (AddMealPlanTemplate200ResponseItemsInner) ToMap ¶
func (o AddMealPlanTemplate200ResponseItemsInner) ToMap() (map[string]interface{}, error)
func (*AddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON ¶
func (o *AddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON(data []byte) (err error)
type AddMealPlanTemplate200ResponseItemsInnerValue ¶
type AddMealPlanTemplate200ResponseItemsInnerValue struct { Id *int32 `json:"id,omitempty"` Servings *float32 `json:"servings,omitempty"` Title *string `json:"title,omitempty"` ImageType *string `json:"imageType,omitempty"` }
AddMealPlanTemplate200ResponseItemsInnerValue struct for AddMealPlanTemplate200ResponseItemsInnerValue
func NewAddMealPlanTemplate200ResponseItemsInnerValue ¶
func NewAddMealPlanTemplate200ResponseItemsInnerValue() *AddMealPlanTemplate200ResponseItemsInnerValue
NewAddMealPlanTemplate200ResponseItemsInnerValue instantiates a new AddMealPlanTemplate200ResponseItemsInnerValue 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 NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults ¶
func NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults() *AddMealPlanTemplate200ResponseItemsInnerValue
NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults instantiates a new AddMealPlanTemplate200ResponseItemsInnerValue 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 (*AddMealPlanTemplate200ResponseItemsInnerValue) GetId ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetIdOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetImageType ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field value if set, zero value otherwise.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetImageTypeOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetServings ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServings() float32
GetServings returns the Servings field value if set, zero value otherwise.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetServingsOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetTitle ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) GetTitleOk ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) HasId ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasId() bool
HasId returns a boolean if a field has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) HasImageType ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasImageType() bool
HasImageType returns a boolean if a field has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) HasServings ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasServings() bool
HasServings returns a boolean if a field has been set.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) HasTitle ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (AddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON ¶
func (o AddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON() ([]byte, error)
func (*AddMealPlanTemplate200ResponseItemsInnerValue) SetId ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) SetImageType ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetImageType(v string)
SetImageType gets a reference to the given string and assigns it to the ImageType field.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) SetServings ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetServings(v float32)
SetServings gets a reference to the given float32 and assigns it to the Servings field.
func (*AddMealPlanTemplate200ResponseItemsInnerValue) SetTitle ¶
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (AddMealPlanTemplate200ResponseItemsInnerValue) ToMap ¶
func (o AddMealPlanTemplate200ResponseItemsInnerValue) ToMap() (map[string]interface{}, error)
type AddToMealPlanRequest ¶
type AddToMealPlanRequest struct { Date float32 `json:"date"` Slot int32 `json:"slot"` Position int32 `json:"position"` Type string `json:"type"` Value AddToMealPlanRequestValue `json:"value"` }
AddToMealPlanRequest
func NewAddToMealPlanRequest ¶
func NewAddToMealPlanRequest(date float32, slot int32, position int32, type_ string, value AddToMealPlanRequestValue) *AddToMealPlanRequest
NewAddToMealPlanRequest instantiates a new AddToMealPlanRequest 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 NewAddToMealPlanRequestWithDefaults ¶
func NewAddToMealPlanRequestWithDefaults() *AddToMealPlanRequest
NewAddToMealPlanRequestWithDefaults instantiates a new AddToMealPlanRequest 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 (*AddToMealPlanRequest) GetDate ¶
func (o *AddToMealPlanRequest) GetDate() float32
GetDate returns the Date field value
func (*AddToMealPlanRequest) GetDateOk ¶
func (o *AddToMealPlanRequest) GetDateOk() (*float32, bool)
GetDateOk returns a tuple with the Date field value and a boolean to check if the value has been set.
func (*AddToMealPlanRequest) GetPosition ¶
func (o *AddToMealPlanRequest) GetPosition() int32
GetPosition returns the Position field value
func (*AddToMealPlanRequest) GetPositionOk ¶
func (o *AddToMealPlanRequest) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value and a boolean to check if the value has been set.
func (*AddToMealPlanRequest) GetSlot ¶
func (o *AddToMealPlanRequest) GetSlot() int32
GetSlot returns the Slot field value
func (*AddToMealPlanRequest) GetSlotOk ¶
func (o *AddToMealPlanRequest) GetSlotOk() (*int32, bool)
GetSlotOk returns a tuple with the Slot field value and a boolean to check if the value has been set.
func (*AddToMealPlanRequest) GetType ¶
func (o *AddToMealPlanRequest) GetType() string
GetType returns the Type field value
func (*AddToMealPlanRequest) GetTypeOk ¶
func (o *AddToMealPlanRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AddToMealPlanRequest) GetValue ¶
func (o *AddToMealPlanRequest) GetValue() AddToMealPlanRequestValue
GetValue returns the Value field value
func (*AddToMealPlanRequest) GetValueOk ¶
func (o *AddToMealPlanRequest) GetValueOk() (*AddToMealPlanRequestValue, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (AddToMealPlanRequest) MarshalJSON ¶
func (o AddToMealPlanRequest) MarshalJSON() ([]byte, error)
func (*AddToMealPlanRequest) SetDate ¶
func (o *AddToMealPlanRequest) SetDate(v float32)
SetDate sets field value
func (*AddToMealPlanRequest) SetPosition ¶
func (o *AddToMealPlanRequest) SetPosition(v int32)
SetPosition sets field value
func (*AddToMealPlanRequest) SetSlot ¶
func (o *AddToMealPlanRequest) SetSlot(v int32)
SetSlot sets field value
func (*AddToMealPlanRequest) SetType ¶
func (o *AddToMealPlanRequest) SetType(v string)
SetType sets field value
func (*AddToMealPlanRequest) SetValue ¶
func (o *AddToMealPlanRequest) SetValue(v AddToMealPlanRequestValue)
SetValue sets field value
func (AddToMealPlanRequest) ToMap ¶
func (o AddToMealPlanRequest) ToMap() (map[string]interface{}, error)
func (*AddToMealPlanRequest) UnmarshalJSON ¶
func (o *AddToMealPlanRequest) UnmarshalJSON(data []byte) (err error)
type AddToMealPlanRequestValue ¶
type AddToMealPlanRequestValue struct {
Ingredients []AddToMealPlanRequestValueIngredientsInner `json:"ingredients"`
}
AddToMealPlanRequestValue struct for AddToMealPlanRequestValue
func NewAddToMealPlanRequestValue ¶
func NewAddToMealPlanRequestValue(ingredients []AddToMealPlanRequestValueIngredientsInner) *AddToMealPlanRequestValue
NewAddToMealPlanRequestValue instantiates a new AddToMealPlanRequestValue 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 NewAddToMealPlanRequestValueWithDefaults ¶
func NewAddToMealPlanRequestValueWithDefaults() *AddToMealPlanRequestValue
NewAddToMealPlanRequestValueWithDefaults instantiates a new AddToMealPlanRequestValue 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 (*AddToMealPlanRequestValue) GetIngredients ¶
func (o *AddToMealPlanRequestValue) GetIngredients() []AddToMealPlanRequestValueIngredientsInner
GetIngredients returns the Ingredients field value
func (*AddToMealPlanRequestValue) GetIngredientsOk ¶
func (o *AddToMealPlanRequestValue) GetIngredientsOk() ([]AddToMealPlanRequestValueIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (AddToMealPlanRequestValue) MarshalJSON ¶
func (o AddToMealPlanRequestValue) MarshalJSON() ([]byte, error)
func (*AddToMealPlanRequestValue) SetIngredients ¶
func (o *AddToMealPlanRequestValue) SetIngredients(v []AddToMealPlanRequestValueIngredientsInner)
SetIngredients sets field value
func (AddToMealPlanRequestValue) ToMap ¶
func (o AddToMealPlanRequestValue) ToMap() (map[string]interface{}, error)
func (*AddToMealPlanRequestValue) UnmarshalJSON ¶
func (o *AddToMealPlanRequestValue) UnmarshalJSON(data []byte) (err error)
type AddToMealPlanRequestValueIngredientsInner ¶
type AddToMealPlanRequestValueIngredientsInner struct {
Name string `json:"name"`
}
AddToMealPlanRequestValueIngredientsInner struct for AddToMealPlanRequestValueIngredientsInner
func NewAddToMealPlanRequestValueIngredientsInner ¶
func NewAddToMealPlanRequestValueIngredientsInner(name string) *AddToMealPlanRequestValueIngredientsInner
NewAddToMealPlanRequestValueIngredientsInner instantiates a new AddToMealPlanRequestValueIngredientsInner 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 NewAddToMealPlanRequestValueIngredientsInnerWithDefaults ¶
func NewAddToMealPlanRequestValueIngredientsInnerWithDefaults() *AddToMealPlanRequestValueIngredientsInner
NewAddToMealPlanRequestValueIngredientsInnerWithDefaults instantiates a new AddToMealPlanRequestValueIngredientsInner 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 (*AddToMealPlanRequestValueIngredientsInner) GetName ¶
func (o *AddToMealPlanRequestValueIngredientsInner) GetName() string
GetName returns the Name field value
func (*AddToMealPlanRequestValueIngredientsInner) GetNameOk ¶
func (o *AddToMealPlanRequestValueIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AddToMealPlanRequestValueIngredientsInner) MarshalJSON ¶
func (o AddToMealPlanRequestValueIngredientsInner) MarshalJSON() ([]byte, error)
func (*AddToMealPlanRequestValueIngredientsInner) SetName ¶
func (o *AddToMealPlanRequestValueIngredientsInner) SetName(v string)
SetName sets field value
func (AddToMealPlanRequestValueIngredientsInner) ToMap ¶
func (o AddToMealPlanRequestValueIngredientsInner) ToMap() (map[string]interface{}, error)
func (*AddToMealPlanRequestValueIngredientsInner) UnmarshalJSON ¶
func (o *AddToMealPlanRequestValueIngredientsInner) UnmarshalJSON(data []byte) (err error)
type AddToShoppingListRequest ¶
type AddToShoppingListRequest struct { Item string `json:"item"` Aisle string `json:"aisle"` Parse bool `json:"parse"` }
AddToShoppingListRequest
func NewAddToShoppingListRequest ¶
func NewAddToShoppingListRequest(item string, aisle string, parse bool) *AddToShoppingListRequest
NewAddToShoppingListRequest instantiates a new AddToShoppingListRequest 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 NewAddToShoppingListRequestWithDefaults ¶
func NewAddToShoppingListRequestWithDefaults() *AddToShoppingListRequest
NewAddToShoppingListRequestWithDefaults instantiates a new AddToShoppingListRequest 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 (*AddToShoppingListRequest) GetAisle ¶
func (o *AddToShoppingListRequest) GetAisle() string
GetAisle returns the Aisle field value
func (*AddToShoppingListRequest) GetAisleOk ¶
func (o *AddToShoppingListRequest) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*AddToShoppingListRequest) GetItem ¶
func (o *AddToShoppingListRequest) GetItem() string
GetItem returns the Item field value
func (*AddToShoppingListRequest) GetItemOk ¶
func (o *AddToShoppingListRequest) GetItemOk() (*string, bool)
GetItemOk returns a tuple with the Item field value and a boolean to check if the value has been set.
func (*AddToShoppingListRequest) GetParse ¶
func (o *AddToShoppingListRequest) GetParse() bool
GetParse returns the Parse field value
func (*AddToShoppingListRequest) GetParseOk ¶
func (o *AddToShoppingListRequest) GetParseOk() (*bool, bool)
GetParseOk returns a tuple with the Parse field value and a boolean to check if the value has been set.
func (AddToShoppingListRequest) MarshalJSON ¶
func (o AddToShoppingListRequest) MarshalJSON() ([]byte, error)
func (*AddToShoppingListRequest) SetAisle ¶
func (o *AddToShoppingListRequest) SetAisle(v string)
SetAisle sets field value
func (*AddToShoppingListRequest) SetItem ¶
func (o *AddToShoppingListRequest) SetItem(v string)
SetItem sets field value
func (*AddToShoppingListRequest) SetParse ¶
func (o *AddToShoppingListRequest) SetParse(v bool)
SetParse sets field value
func (AddToShoppingListRequest) ToMap ¶
func (o AddToShoppingListRequest) ToMap() (map[string]interface{}, error)
func (*AddToShoppingListRequest) UnmarshalJSON ¶
func (o *AddToShoppingListRequest) UnmarshalJSON(data []byte) (err error)
type AnalyzeARecipeSearchQuery200Response ¶
type AnalyzeARecipeSearchQuery200Response struct { Dishes []AnalyzeARecipeSearchQuery200ResponseDishesInner `json:"dishes"` Ingredients []AnalyzeARecipeSearchQuery200ResponseIngredientsInner `json:"ingredients"` Cuisines []string `json:"cuisines"` Modifiers []string `json:"modifiers"` }
AnalyzeARecipeSearchQuery200Response
func NewAnalyzeARecipeSearchQuery200Response ¶
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 ¶
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 (*AnalyzeARecipeSearchQuery200Response) GetCuisines ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetCuisines() []string
GetCuisines returns the Cuisines field value
func (*AnalyzeARecipeSearchQuery200Response) GetCuisinesOk ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetCuisinesOk() ([]string, bool)
GetCuisinesOk returns a tuple with the Cuisines field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200Response) GetDishes ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetDishes() []AnalyzeARecipeSearchQuery200ResponseDishesInner
GetDishes returns the Dishes field value
func (*AnalyzeARecipeSearchQuery200Response) GetDishesOk ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetDishesOk() ([]AnalyzeARecipeSearchQuery200ResponseDishesInner, bool)
GetDishesOk returns a tuple with the Dishes field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200Response) GetIngredients ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetIngredients() []AnalyzeARecipeSearchQuery200ResponseIngredientsInner
GetIngredients returns the Ingredients field value
func (*AnalyzeARecipeSearchQuery200Response) GetIngredientsOk ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetIngredientsOk() ([]AnalyzeARecipeSearchQuery200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200Response) GetModifiers ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetModifiers() []string
GetModifiers returns the Modifiers field value
func (*AnalyzeARecipeSearchQuery200Response) GetModifiersOk ¶
func (o *AnalyzeARecipeSearchQuery200Response) GetModifiersOk() ([]string, bool)
GetModifiersOk returns a tuple with the Modifiers field value and a boolean to check if the value has been set.
func (AnalyzeARecipeSearchQuery200Response) MarshalJSON ¶
func (o AnalyzeARecipeSearchQuery200Response) MarshalJSON() ([]byte, error)
func (*AnalyzeARecipeSearchQuery200Response) SetCuisines ¶
func (o *AnalyzeARecipeSearchQuery200Response) SetCuisines(v []string)
SetCuisines sets field value
func (*AnalyzeARecipeSearchQuery200Response) SetDishes ¶
func (o *AnalyzeARecipeSearchQuery200Response) SetDishes(v []AnalyzeARecipeSearchQuery200ResponseDishesInner)
SetDishes sets field value
func (*AnalyzeARecipeSearchQuery200Response) SetIngredients ¶
func (o *AnalyzeARecipeSearchQuery200Response) SetIngredients(v []AnalyzeARecipeSearchQuery200ResponseIngredientsInner)
SetIngredients sets field value
func (*AnalyzeARecipeSearchQuery200Response) SetModifiers ¶
func (o *AnalyzeARecipeSearchQuery200Response) SetModifiers(v []string)
SetModifiers sets field value
func (AnalyzeARecipeSearchQuery200Response) ToMap ¶
func (o AnalyzeARecipeSearchQuery200Response) ToMap() (map[string]interface{}, error)
func (*AnalyzeARecipeSearchQuery200Response) UnmarshalJSON ¶
func (o *AnalyzeARecipeSearchQuery200Response) UnmarshalJSON(data []byte) (err error)
type AnalyzeARecipeSearchQuery200ResponseDishesInner ¶
type AnalyzeARecipeSearchQuery200ResponseDishesInner struct { Image string `json:"image"` Name string `json:"name"` }
AnalyzeARecipeSearchQuery200ResponseDishesInner struct for AnalyzeARecipeSearchQuery200ResponseDishesInner
func NewAnalyzeARecipeSearchQuery200ResponseDishesInner ¶
func NewAnalyzeARecipeSearchQuery200ResponseDishesInner(image string, name string) *AnalyzeARecipeSearchQuery200ResponseDishesInner
NewAnalyzeARecipeSearchQuery200ResponseDishesInner instantiates a new AnalyzeARecipeSearchQuery200ResponseDishesInner 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 NewAnalyzeARecipeSearchQuery200ResponseDishesInnerWithDefaults ¶
func NewAnalyzeARecipeSearchQuery200ResponseDishesInnerWithDefaults() *AnalyzeARecipeSearchQuery200ResponseDishesInner
NewAnalyzeARecipeSearchQuery200ResponseDishesInnerWithDefaults instantiates a new AnalyzeARecipeSearchQuery200ResponseDishesInner 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 (*AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImage ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImage() string
GetImage returns the Image field value
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImageOk ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) GetName ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetName() string
GetName returns the Name field value
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) GetNameOk ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON ¶
func (o AnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON() ([]byte, error)
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) SetImage ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) SetImage(v string)
SetImage sets field value
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) SetName ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) SetName(v string)
SetName sets field value
func (AnalyzeARecipeSearchQuery200ResponseDishesInner) ToMap ¶
func (o AnalyzeARecipeSearchQuery200ResponseDishesInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON ¶
func (o *AnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeARecipeSearchQuery200ResponseIngredientsInner ¶
type AnalyzeARecipeSearchQuery200ResponseIngredientsInner struct { Image string `json:"image"` Include bool `json:"include"` Name string `json:"name"` }
AnalyzeARecipeSearchQuery200ResponseIngredientsInner struct for AnalyzeARecipeSearchQuery200ResponseIngredientsInner
func NewAnalyzeARecipeSearchQuery200ResponseIngredientsInner ¶
func NewAnalyzeARecipeSearchQuery200ResponseIngredientsInner(image string, include bool, name string) *AnalyzeARecipeSearchQuery200ResponseIngredientsInner
NewAnalyzeARecipeSearchQuery200ResponseIngredientsInner instantiates a new AnalyzeARecipeSearchQuery200ResponseIngredientsInner 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 NewAnalyzeARecipeSearchQuery200ResponseIngredientsInnerWithDefaults ¶
func NewAnalyzeARecipeSearchQuery200ResponseIngredientsInnerWithDefaults() *AnalyzeARecipeSearchQuery200ResponseIngredientsInner
NewAnalyzeARecipeSearchQuery200ResponseIngredientsInnerWithDefaults instantiates a new AnalyzeARecipeSearchQuery200ResponseIngredientsInner 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 (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImage ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImageOk ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetInclude ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetInclude() bool
GetInclude returns the Include field value
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetIncludeOk ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetIncludeOk() (*bool, bool)
GetIncludeOk returns a tuple with the Include field value and a boolean to check if the value has been set.
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetName ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetName() string
GetName returns the Name field value
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetNameOk ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON ¶
func (o AnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetImage ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetImage(v string)
SetImage sets field value
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetInclude ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetInclude(v bool)
SetInclude sets field value
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetName ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetName(v string)
SetName sets field value
func (AnalyzeARecipeSearchQuery200ResponseIngredientsInner) ToMap ¶
func (o AnalyzeARecipeSearchQuery200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON ¶
func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeInstructions200Response ¶
type AnalyzeRecipeInstructions200Response struct { ParsedInstructions []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner `json:"parsedInstructions"` Ingredients []AnalyzeRecipeInstructions200ResponseIngredientsInner `json:"ingredients"` Equipment []AnalyzeRecipeInstructions200ResponseIngredientsInner `json:"equipment"` }
AnalyzeRecipeInstructions200Response
func NewAnalyzeRecipeInstructions200Response ¶
func NewAnalyzeRecipeInstructions200Response(parsedInstructions []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner, ingredients []AnalyzeRecipeInstructions200ResponseIngredientsInner, equipment []AnalyzeRecipeInstructions200ResponseIngredientsInner) *AnalyzeRecipeInstructions200Response
NewAnalyzeRecipeInstructions200Response instantiates a new AnalyzeRecipeInstructions200Response 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 NewAnalyzeRecipeInstructions200ResponseWithDefaults ¶
func NewAnalyzeRecipeInstructions200ResponseWithDefaults() *AnalyzeRecipeInstructions200Response
NewAnalyzeRecipeInstructions200ResponseWithDefaults instantiates a new AnalyzeRecipeInstructions200Response 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 (*AnalyzeRecipeInstructions200Response) GetEquipment ¶
func (o *AnalyzeRecipeInstructions200Response) GetEquipment() []AnalyzeRecipeInstructions200ResponseIngredientsInner
GetEquipment returns the Equipment field value
func (*AnalyzeRecipeInstructions200Response) GetEquipmentOk ¶
func (o *AnalyzeRecipeInstructions200Response) GetEquipmentOk() ([]AnalyzeRecipeInstructions200ResponseIngredientsInner, bool)
GetEquipmentOk returns a tuple with the Equipment field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200Response) GetIngredients ¶
func (o *AnalyzeRecipeInstructions200Response) GetIngredients() []AnalyzeRecipeInstructions200ResponseIngredientsInner
GetIngredients returns the Ingredients field value
func (*AnalyzeRecipeInstructions200Response) GetIngredientsOk ¶
func (o *AnalyzeRecipeInstructions200Response) GetIngredientsOk() ([]AnalyzeRecipeInstructions200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200Response) GetParsedInstructions ¶
func (o *AnalyzeRecipeInstructions200Response) GetParsedInstructions() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
GetParsedInstructions returns the ParsedInstructions field value
func (*AnalyzeRecipeInstructions200Response) GetParsedInstructionsOk ¶
func (o *AnalyzeRecipeInstructions200Response) GetParsedInstructionsOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInner, bool)
GetParsedInstructionsOk returns a tuple with the ParsedInstructions field value and a boolean to check if the value has been set.
func (AnalyzeRecipeInstructions200Response) MarshalJSON ¶
func (o AnalyzeRecipeInstructions200Response) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeInstructions200Response) SetEquipment ¶
func (o *AnalyzeRecipeInstructions200Response) SetEquipment(v []AnalyzeRecipeInstructions200ResponseIngredientsInner)
SetEquipment sets field value
func (*AnalyzeRecipeInstructions200Response) SetIngredients ¶
func (o *AnalyzeRecipeInstructions200Response) SetIngredients(v []AnalyzeRecipeInstructions200ResponseIngredientsInner)
SetIngredients sets field value
func (*AnalyzeRecipeInstructions200Response) SetParsedInstructions ¶
func (o *AnalyzeRecipeInstructions200Response) SetParsedInstructions(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInner)
SetParsedInstructions sets field value
func (AnalyzeRecipeInstructions200Response) ToMap ¶
func (o AnalyzeRecipeInstructions200Response) ToMap() (map[string]interface{}, error)
func (*AnalyzeRecipeInstructions200Response) UnmarshalJSON ¶
func (o *AnalyzeRecipeInstructions200Response) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeInstructions200ResponseIngredientsInner ¶
type AnalyzeRecipeInstructions200ResponseIngredientsInner struct { Id int32 `json:"id"` Name string `json:"name"` }
AnalyzeRecipeInstructions200ResponseIngredientsInner struct for AnalyzeRecipeInstructions200ResponseIngredientsInner
func NewAnalyzeRecipeInstructions200ResponseIngredientsInner ¶
func NewAnalyzeRecipeInstructions200ResponseIngredientsInner(id int32, name string) *AnalyzeRecipeInstructions200ResponseIngredientsInner
NewAnalyzeRecipeInstructions200ResponseIngredientsInner instantiates a new AnalyzeRecipeInstructions200ResponseIngredientsInner 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 NewAnalyzeRecipeInstructions200ResponseIngredientsInnerWithDefaults ¶
func NewAnalyzeRecipeInstructions200ResponseIngredientsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseIngredientsInner
NewAnalyzeRecipeInstructions200ResponseIngredientsInnerWithDefaults instantiates a new AnalyzeRecipeInstructions200ResponseIngredientsInner 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 (*AnalyzeRecipeInstructions200ResponseIngredientsInner) GetId ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetId() int32
GetId returns the Id field value
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) GetIdOk ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) GetName ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetName() string
GetName returns the Name field value
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) GetNameOk ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON ¶
func (o AnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) SetId ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) SetId(v int32)
SetId sets field value
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) SetName ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) SetName(v string)
SetName sets field value
func (AnalyzeRecipeInstructions200ResponseIngredientsInner) ToMap ¶
func (o AnalyzeRecipeInstructions200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON ¶
func (o *AnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInner ¶
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInner struct { Name string `json:"name"` Steps []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner `json:"steps,omitempty"` }
AnalyzeRecipeInstructions200ResponseParsedInstructionsInner struct for AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInner ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInner(name string) *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInner instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInner 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 NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerWithDefaults ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerWithDefaults instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInner 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 (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetName() string
GetName returns the Name field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetNameOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetSteps ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetSteps() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
GetSteps returns the Steps field value if set, zero value otherwise.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetStepsOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) GetStepsOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner, bool)
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) HasSteps ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetName(v string)
SetName sets field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetSteps ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) SetSteps(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner)
SetSteps gets a reference to the given []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner and assigns it to the Steps field.
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) ToMap ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner ¶
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner struct { Number float32 `json:"number"` Step string `json:"step"` Ingredients []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner `json:"ingredients,omitempty"` Equipment []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner `json:"equipment,omitempty"` }
AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner struct for AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner(number float32, step string) *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner 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 NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner 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 (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipment ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipment() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
GetEquipment returns the Equipment field value if set, zero value otherwise.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipmentOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipmentOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner, bool)
GetEquipmentOk returns a tuple with the Equipment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredients ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredients() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
GetIngredients returns the Ingredients field value if set, zero value otherwise.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredientsOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredientsOk() ([]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumber ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumber() float32
GetNumber returns the Number field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumberOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStep ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStep() string
GetStep returns the Step field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStepOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStepOk() (*string, bool)
GetStepOk returns a tuple with the Step field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasEquipment ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasEquipment() bool
HasEquipment returns a boolean if a field has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasIngredients ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasIngredients() bool
HasIngredients returns a boolean if a field has been set.
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetEquipment ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetEquipment(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner)
SetEquipment gets a reference to the given []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner and assigns it to the Equipment field.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetIngredients ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetIngredients(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner)
SetIngredients gets a reference to the given []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner and assigns it to the Ingredients field.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetNumber ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetNumber(v float32)
SetNumber sets field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetStep ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetStep(v string)
SetStep sets field value
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) ToMap ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner ¶
type AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner struct { Id int32 `json:"id"` Name string `json:"name"` LocalizedName string `json:"localizedName"` Image string `json:"image"` }
AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner struct for AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner(id int32, name string, localizedName string, image string) *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner 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 NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInnerWithDefaults ¶
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInnerWithDefaults instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner 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 (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetId ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetId() int32
GetId returns the Id field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetIdOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImage ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImageOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedName() string
GetLocalizedName returns the LocalizedName field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedNameOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetLocalizedNameOk() (*string, bool)
GetLocalizedNameOk returns a tuple with the LocalizedName field value and a boolean to check if the value has been set.
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetName() string
GetName returns the Name field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetNameOk ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetId ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetId(v int32)
SetId sets field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetImage ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetImage(v string)
SetImage sets field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetLocalizedName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetLocalizedName(v string)
SetLocalizedName sets field value
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetName ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) SetName(v string)
SetName sets field value
func (AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) ToMap ¶
func (o AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) ToMap() (map[string]interface{}, error)
func (*AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON ¶
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON(data []byte) (err error)
type AnalyzeRecipeRequest ¶
type AnalyzeRecipeRequest struct { Title *string `json:"title,omitempty"` Servings *int32 `json:"servings,omitempty"` Ingredients []string `json:"ingredients,omitempty"` Instructions *string `json:"instructions,omitempty"` }
AnalyzeRecipeRequest struct for AnalyzeRecipeRequest
func NewAnalyzeRecipeRequest ¶
func NewAnalyzeRecipeRequest() *AnalyzeRecipeRequest
NewAnalyzeRecipeRequest instantiates a new AnalyzeRecipeRequest 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 NewAnalyzeRecipeRequestWithDefaults ¶
func NewAnalyzeRecipeRequestWithDefaults() *AnalyzeRecipeRequest
NewAnalyzeRecipeRequestWithDefaults instantiates a new AnalyzeRecipeRequest 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 (*AnalyzeRecipeRequest) GetIngredients ¶
func (o *AnalyzeRecipeRequest) GetIngredients() []string
GetIngredients returns the Ingredients field value if set, zero value otherwise.
func (*AnalyzeRecipeRequest) GetIngredientsOk ¶
func (o *AnalyzeRecipeRequest) GetIngredientsOk() ([]string, bool)
GetIngredientsOk returns a tuple with the Ingredients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeRequest) GetInstructions ¶
func (o *AnalyzeRecipeRequest) GetInstructions() string
GetInstructions returns the Instructions field value if set, zero value otherwise.
func (*AnalyzeRecipeRequest) GetInstructionsOk ¶
func (o *AnalyzeRecipeRequest) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeRequest) GetServings ¶
func (o *AnalyzeRecipeRequest) GetServings() int32
GetServings returns the Servings field value if set, zero value otherwise.
func (*AnalyzeRecipeRequest) GetServingsOk ¶
func (o *AnalyzeRecipeRequest) GetServingsOk() (*int32, bool)
GetServingsOk returns a tuple with the Servings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeRequest) GetTitle ¶
func (o *AnalyzeRecipeRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*AnalyzeRecipeRequest) GetTitleOk ¶
func (o *AnalyzeRecipeRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyzeRecipeRequest) HasIngredients ¶
func (o *AnalyzeRecipeRequest) HasIngredients() bool
HasIngredients returns a boolean if a field has been set.
func (*AnalyzeRecipeRequest) HasInstructions ¶
func (o *AnalyzeRecipeRequest) HasInstructions() bool
HasInstructions returns a boolean if a field has been set.
func (*AnalyzeRecipeRequest) HasServings ¶
func (o *AnalyzeRecipeRequest) HasServings() bool
HasServings returns a boolean if a field has been set.
func (*AnalyzeRecipeRequest) HasTitle ¶
func (o *AnalyzeRecipeRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (AnalyzeRecipeRequest) MarshalJSON ¶
func (o AnalyzeRecipeRequest) MarshalJSON() ([]byte, error)
func (*AnalyzeRecipeRequest) SetIngredients ¶
func (o *AnalyzeRecipeRequest) SetIngredients(v []string)
SetIngredients gets a reference to the given []string and assigns it to the Ingredients field.
func (*AnalyzeRecipeRequest) SetInstructions ¶
func (o *AnalyzeRecipeRequest) SetInstructions(v string)
SetInstructions gets a reference to the given string and assigns it to the Instructions field.
func (*AnalyzeRecipeRequest) SetServings ¶
func (o *AnalyzeRecipeRequest) SetServings(v int32)
SetServings gets a reference to the given int32 and assigns it to the Servings field.
func (*AnalyzeRecipeRequest) SetTitle ¶
func (o *AnalyzeRecipeRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (AnalyzeRecipeRequest) ToMap ¶
func (o AnalyzeRecipeRequest) ToMap() (map[string]interface{}, error)
type ApiAddMealPlanTemplateRequest ¶
type ApiAddMealPlanTemplateRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiAddMealPlanTemplateRequest) Execute ¶
func (r ApiAddMealPlanTemplateRequest) Execute() (*AddMealPlanTemplate200Response, *http.Response, error)
func (ApiAddMealPlanTemplateRequest) Hash ¶
func (r ApiAddMealPlanTemplateRequest) Hash(hash string) ApiAddMealPlanTemplateRequest
The private hash for the username.
type ApiAddToMealPlanRequest ¶
type ApiAddToMealPlanRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiAddToMealPlanRequest) AddToMealPlanRequest ¶
func (r ApiAddToMealPlanRequest) AddToMealPlanRequest(addToMealPlanRequest AddToMealPlanRequest) ApiAddToMealPlanRequest
func (ApiAddToMealPlanRequest) Execute ¶
func (r ApiAddToMealPlanRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiAddToMealPlanRequest) Hash ¶
func (r ApiAddToMealPlanRequest) Hash(hash string) ApiAddToMealPlanRequest
The private hash for the username.
type ApiAddToShoppingListRequest ¶
type ApiAddToShoppingListRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiAddToShoppingListRequest) AddToShoppingListRequest ¶
func (r ApiAddToShoppingListRequest) AddToShoppingListRequest(addToShoppingListRequest AddToShoppingListRequest) ApiAddToShoppingListRequest
func (ApiAddToShoppingListRequest) Execute ¶
func (r ApiAddToShoppingListRequest) Execute() (*GetShoppingList200Response, *http.Response, error)
func (ApiAddToShoppingListRequest) Hash ¶
func (r ApiAddToShoppingListRequest) Hash(hash string) ApiAddToShoppingListRequest
The private hash for the username.
type ApiAnalyzeARecipeSearchQueryRequest ¶
type ApiAnalyzeARecipeSearchQueryRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiAnalyzeARecipeSearchQueryRequest) Execute ¶
func (r ApiAnalyzeARecipeSearchQueryRequest) Execute() (*AnalyzeARecipeSearchQuery200Response, *http.Response, error)
type ApiAnalyzeRecipeInstructionsRequest ¶
type ApiAnalyzeRecipeInstructionsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiAnalyzeRecipeInstructionsRequest) Execute ¶
func (r ApiAnalyzeRecipeInstructionsRequest) Execute() (*AnalyzeRecipeInstructions200Response, *http.Response, error)
func (ApiAnalyzeRecipeInstructionsRequest) Instructions ¶
func (r ApiAnalyzeRecipeInstructionsRequest) Instructions(instructions string) ApiAnalyzeRecipeInstructionsRequest
The recipe's instructions.
type ApiAnalyzeRecipeRequest ¶
type ApiAnalyzeRecipeRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiAnalyzeRecipeRequest) AnalyzeRecipeRequest ¶
func (r ApiAnalyzeRecipeRequest) AnalyzeRecipeRequest(analyzeRecipeRequest AnalyzeRecipeRequest) ApiAnalyzeRecipeRequest
Example request body.
func (ApiAnalyzeRecipeRequest) Execute ¶
func (r ApiAnalyzeRecipeRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiAnalyzeRecipeRequest) IncludeNutrition ¶
func (r ApiAnalyzeRecipeRequest) IncludeNutrition(includeNutrition bool) ApiAnalyzeRecipeRequest
Whether nutrition data should be added to correctly parsed ingredients.
func (ApiAnalyzeRecipeRequest) IncludeTaste ¶
func (r ApiAnalyzeRecipeRequest) IncludeTaste(includeTaste bool) ApiAnalyzeRecipeRequest
Whether taste data should be added to correctly parsed ingredients.
func (ApiAnalyzeRecipeRequest) Language ¶
func (r ApiAnalyzeRecipeRequest) Language(language string) ApiAnalyzeRecipeRequest
The input language, either \"en\" or \"de\".
type ApiAutocompleteIngredientSearchRequest ¶
type ApiAutocompleteIngredientSearchRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiAutocompleteIngredientSearchRequest) Execute ¶
func (r ApiAutocompleteIngredientSearchRequest) Execute() ([]AutocompleteIngredientSearch200ResponseInner, *http.Response, error)
func (ApiAutocompleteIngredientSearchRequest) Intolerances ¶
func (r ApiAutocompleteIngredientSearchRequest) Intolerances(intolerances string) ApiAutocompleteIngredientSearchRequest
A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.
func (ApiAutocompleteIngredientSearchRequest) Language ¶
func (r ApiAutocompleteIngredientSearchRequest) Language(language string) ApiAutocompleteIngredientSearchRequest
The language of the input. Either 'en' or 'de'.
func (ApiAutocompleteIngredientSearchRequest) MetaInformation ¶
func (r ApiAutocompleteIngredientSearchRequest) MetaInformation(metaInformation bool) ApiAutocompleteIngredientSearchRequest
Whether to return more meta information about the ingredients.
func (ApiAutocompleteIngredientSearchRequest) Number ¶
func (r ApiAutocompleteIngredientSearchRequest) Number(number int32) ApiAutocompleteIngredientSearchRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiAutocompleteIngredientSearchRequest) Query ¶
func (r ApiAutocompleteIngredientSearchRequest) Query(query string) ApiAutocompleteIngredientSearchRequest
The (natural language) search query.
type ApiAutocompleteMenuItemSearchRequest ¶
type ApiAutocompleteMenuItemSearchRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
func (ApiAutocompleteMenuItemSearchRequest) Execute ¶
func (r ApiAutocompleteMenuItemSearchRequest) Execute() (*AutocompleteProductSearch200Response, *http.Response, error)
func (ApiAutocompleteMenuItemSearchRequest) Number ¶
func (r ApiAutocompleteMenuItemSearchRequest) Number(number int32) ApiAutocompleteMenuItemSearchRequest
The number of results to return (between 1 and 25).
func (ApiAutocompleteMenuItemSearchRequest) Query ¶
func (r ApiAutocompleteMenuItemSearchRequest) Query(query string) ApiAutocompleteMenuItemSearchRequest
The (partial) search query.
type ApiAutocompleteProductSearchRequest ¶
type ApiAutocompleteProductSearchRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiAutocompleteProductSearchRequest) Execute ¶
func (r ApiAutocompleteProductSearchRequest) Execute() (*AutocompleteProductSearch200Response, *http.Response, error)
func (ApiAutocompleteProductSearchRequest) Number ¶
func (r ApiAutocompleteProductSearchRequest) Number(number int32) ApiAutocompleteProductSearchRequest
The number of results to return (between 1 and 25).
func (ApiAutocompleteProductSearchRequest) Query ¶
func (r ApiAutocompleteProductSearchRequest) Query(query string) ApiAutocompleteProductSearchRequest
The (partial) search query.
type ApiAutocompleteRecipeSearchRequest ¶
type ApiAutocompleteRecipeSearchRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiAutocompleteRecipeSearchRequest) Execute ¶
func (r ApiAutocompleteRecipeSearchRequest) Execute() ([]AutocompleteRecipeSearch200ResponseInner, *http.Response, error)
func (ApiAutocompleteRecipeSearchRequest) Number ¶
func (r ApiAutocompleteRecipeSearchRequest) Number(number int32) ApiAutocompleteRecipeSearchRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiAutocompleteRecipeSearchRequest) Query ¶
func (r ApiAutocompleteRecipeSearchRequest) Query(query string) ApiAutocompleteRecipeSearchRequest
The (natural language) search query.
type ApiClassifyCuisineRequest ¶
type ApiClassifyCuisineRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiClassifyCuisineRequest) Execute ¶
func (r ApiClassifyCuisineRequest) Execute() (*ClassifyCuisine200Response, *http.Response, error)
func (ApiClassifyCuisineRequest) IngredientList ¶
func (r ApiClassifyCuisineRequest) IngredientList(ingredientList string) ApiClassifyCuisineRequest
The ingredient list of the recipe, one ingredient per line (separate lines with \\\\n).
func (ApiClassifyCuisineRequest) Language ¶
func (r ApiClassifyCuisineRequest) Language(language string) ApiClassifyCuisineRequest
The language of the input. Either 'en' or 'de'.
func (ApiClassifyCuisineRequest) Title ¶
func (r ApiClassifyCuisineRequest) Title(title string) ApiClassifyCuisineRequest
The title of the recipe.
type ApiClassifyGroceryProductBulkRequest ¶
type ApiClassifyGroceryProductBulkRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiClassifyGroceryProductBulkRequest) ClassifyGroceryProductBulkRequestInner ¶
func (r ApiClassifyGroceryProductBulkRequest) ClassifyGroceryProductBulkRequestInner(classifyGroceryProductBulkRequestInner []ClassifyGroceryProductBulkRequestInner) ApiClassifyGroceryProductBulkRequest
func (ApiClassifyGroceryProductBulkRequest) Execute ¶
func (r ApiClassifyGroceryProductBulkRequest) Execute() ([]ClassifyGroceryProductBulk200ResponseInner, *http.Response, error)
func (ApiClassifyGroceryProductBulkRequest) Locale ¶
func (r ApiClassifyGroceryProductBulkRequest) Locale(locale string) ApiClassifyGroceryProductBulkRequest
The display name of the returned category, supported is en_US (for American English) and en_GB (for British English).
type ApiClassifyGroceryProductRequest ¶
type ApiClassifyGroceryProductRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiClassifyGroceryProductRequest) ClassifyGroceryProductRequest ¶
func (r ApiClassifyGroceryProductRequest) ClassifyGroceryProductRequest(classifyGroceryProductRequest ClassifyGroceryProductRequest) ApiClassifyGroceryProductRequest
func (ApiClassifyGroceryProductRequest) Execute ¶
func (r ApiClassifyGroceryProductRequest) Execute() (*ClassifyGroceryProduct200Response, *http.Response, error)
func (ApiClassifyGroceryProductRequest) Locale ¶
func (r ApiClassifyGroceryProductRequest) Locale(locale string) ApiClassifyGroceryProductRequest
The display name of the returned category, supported is en_US (for American English) and en_GB (for British English).
type ApiClearMealPlanDayRequest ¶
type ApiClearMealPlanDayRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiClearMealPlanDayRequest) Execute ¶
func (r ApiClearMealPlanDayRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiClearMealPlanDayRequest) Hash ¶
func (r ApiClearMealPlanDayRequest) Hash(hash string) ApiClearMealPlanDayRequest
The private hash for the username.
type ApiComputeGlycemicLoadRequest ¶
type ApiComputeGlycemicLoadRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiComputeGlycemicLoadRequest) ComputeGlycemicLoadRequest ¶
func (r ApiComputeGlycemicLoadRequest) ComputeGlycemicLoadRequest(computeGlycemicLoadRequest ComputeGlycemicLoadRequest) ApiComputeGlycemicLoadRequest
func (ApiComputeGlycemicLoadRequest) Execute ¶
func (r ApiComputeGlycemicLoadRequest) Execute() (*ComputeGlycemicLoad200Response, *http.Response, error)
func (ApiComputeGlycemicLoadRequest) Language ¶
func (r ApiComputeGlycemicLoadRequest) Language(language string) ApiComputeGlycemicLoadRequest
The language of the input. Either 'en' or 'de'.
type ApiComputeIngredientAmountRequest ¶
type ApiComputeIngredientAmountRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiComputeIngredientAmountRequest) Execute ¶
func (r ApiComputeIngredientAmountRequest) Execute() (*ComputeIngredientAmount200Response, *http.Response, error)
func (ApiComputeIngredientAmountRequest) Nutrient ¶
func (r ApiComputeIngredientAmountRequest) Nutrient(nutrient string) ApiComputeIngredientAmountRequest
The target nutrient. See a list of supported nutrients.
func (ApiComputeIngredientAmountRequest) Target ¶
func (r ApiComputeIngredientAmountRequest) Target(target int32) ApiComputeIngredientAmountRequest
The target number of the given nutrient.
func (ApiComputeIngredientAmountRequest) Unit ¶
func (r ApiComputeIngredientAmountRequest) Unit(unit string) ApiComputeIngredientAmountRequest
The target unit.
type ApiConnectUserRequest ¶
type ApiConnectUserRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiConnectUserRequest) ConnectUserRequest ¶
func (r ApiConnectUserRequest) ConnectUserRequest(connectUserRequest ConnectUserRequest) ApiConnectUserRequest
func (ApiConnectUserRequest) Execute ¶
func (r ApiConnectUserRequest) Execute() (*ConnectUser200Response, *http.Response, error)
type ApiConvertAmountsRequest ¶
type ApiConvertAmountsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiConvertAmountsRequest) Execute ¶
func (r ApiConvertAmountsRequest) Execute() (*ConvertAmounts200Response, *http.Response, error)
func (ApiConvertAmountsRequest) IngredientName ¶
func (r ApiConvertAmountsRequest) IngredientName(ingredientName string) ApiConvertAmountsRequest
The ingredient which you want to convert.
func (ApiConvertAmountsRequest) SourceAmount ¶
func (r ApiConvertAmountsRequest) SourceAmount(sourceAmount float32) ApiConvertAmountsRequest
The amount from which you want to convert, e.g. the 2.5 in \"2.5 cups of flour to grams\".
func (ApiConvertAmountsRequest) SourceUnit ¶
func (r ApiConvertAmountsRequest) SourceUnit(sourceUnit string) ApiConvertAmountsRequest
The unit from which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"
func (ApiConvertAmountsRequest) TargetUnit ¶
func (r ApiConvertAmountsRequest) TargetUnit(targetUnit string) ApiConvertAmountsRequest
The unit to which you want to convert, e.g. the grams in \"2.5 cups of flour to grams\". You can also use \"piece\", e.g. \"3.4 oz tomatoes to piece\"
type ApiCreateRecipeCardGetRequest ¶
type ApiCreateRecipeCardGetRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiCreateRecipeCardGetRequest) BackgroundColor ¶
func (r ApiCreateRecipeCardGetRequest) BackgroundColor(backgroundColor string) ApiCreateRecipeCardGetRequest
The background color for the recipe card as a hex-string.
func (ApiCreateRecipeCardGetRequest) BackgroundImage ¶
func (r ApiCreateRecipeCardGetRequest) BackgroundImage(backgroundImage string) ApiCreateRecipeCardGetRequest
The background image (\"none\",\"background1\", or \"background2\").
func (ApiCreateRecipeCardGetRequest) Execute ¶
func (r ApiCreateRecipeCardGetRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiCreateRecipeCardGetRequest) FontColor ¶
func (r ApiCreateRecipeCardGetRequest) FontColor(fontColor string) ApiCreateRecipeCardGetRequest
The font color for the recipe card as a hex-string.
func (ApiCreateRecipeCardGetRequest) Mask ¶
func (r ApiCreateRecipeCardGetRequest) Mask(mask string) ApiCreateRecipeCardGetRequest
The mask to put over the recipe image (\"ellipseMask\", \"diamondMask\", \"starMask\", \"heartMask\", \"potMask\", \"fishMask\").
type ApiCreateRecipeCardRequest ¶
type ApiCreateRecipeCardRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiCreateRecipeCardRequest) Author ¶
func (r ApiCreateRecipeCardRequest) Author(author string) ApiCreateRecipeCardRequest
The author of the recipe.
func (ApiCreateRecipeCardRequest) BackgroundColor ¶
func (r ApiCreateRecipeCardRequest) BackgroundColor(backgroundColor string) ApiCreateRecipeCardRequest
The background color for the recipe card as a hex-string.
func (ApiCreateRecipeCardRequest) BackgroundImage ¶
func (r ApiCreateRecipeCardRequest) BackgroundImage(backgroundImage string) ApiCreateRecipeCardRequest
The background image ('none', 'background1', or 'background2').
func (ApiCreateRecipeCardRequest) Execute ¶
func (r ApiCreateRecipeCardRequest) Execute() (*CreateRecipeCard200Response, *http.Response, error)
func (ApiCreateRecipeCardRequest) FontColor ¶
func (r ApiCreateRecipeCardRequest) FontColor(fontColor string) ApiCreateRecipeCardRequest
The font color for the recipe card as a hex-string.
func (ApiCreateRecipeCardRequest) Image ¶
func (r ApiCreateRecipeCardRequest) Image(image *os.File) ApiCreateRecipeCardRequest
The binary image of the recipe as jpg.
func (ApiCreateRecipeCardRequest) ImageUrl ¶
func (r ApiCreateRecipeCardRequest) ImageUrl(imageUrl string) ApiCreateRecipeCardRequest
If you do not sent a binary image you can also pass the image URL.
func (ApiCreateRecipeCardRequest) Ingredients ¶
func (r ApiCreateRecipeCardRequest) Ingredients(ingredients string) ApiCreateRecipeCardRequest
The ingredient list of the recipe, one ingredient per line (separate lines with \\\\n).
func (ApiCreateRecipeCardRequest) Instructions ¶
func (r ApiCreateRecipeCardRequest) Instructions(instructions string) ApiCreateRecipeCardRequest
The instructions to make the recipe. One step per line (separate lines with \\\\n).
func (ApiCreateRecipeCardRequest) Mask ¶
func (r ApiCreateRecipeCardRequest) Mask(mask string) ApiCreateRecipeCardRequest
The mask to put over the recipe image ('ellipseMask', 'diamondMask', 'starMask', 'heartMask', 'potMask', 'fishMask').
func (ApiCreateRecipeCardRequest) ReadyInMinutes ¶
func (r ApiCreateRecipeCardRequest) ReadyInMinutes(readyInMinutes float32) ApiCreateRecipeCardRequest
The number of minutes it takes to get the recipe on the table.
func (ApiCreateRecipeCardRequest) Servings ¶
func (r ApiCreateRecipeCardRequest) Servings(servings float32) ApiCreateRecipeCardRequest
The number of servings the recipe makes.
func (ApiCreateRecipeCardRequest) Source ¶
func (r ApiCreateRecipeCardRequest) Source(source string) ApiCreateRecipeCardRequest
The source of the recipe.
func (ApiCreateRecipeCardRequest) Title ¶
func (r ApiCreateRecipeCardRequest) Title(title string) ApiCreateRecipeCardRequest
The title of the recipe.
type ApiDeleteFromMealPlanRequest ¶
type ApiDeleteFromMealPlanRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiDeleteFromMealPlanRequest) Execute ¶
func (r ApiDeleteFromMealPlanRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiDeleteFromMealPlanRequest) Hash ¶
func (r ApiDeleteFromMealPlanRequest) Hash(hash string) ApiDeleteFromMealPlanRequest
The private hash for the username.
type ApiDeleteFromShoppingListRequest ¶
type ApiDeleteFromShoppingListRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiDeleteFromShoppingListRequest) Execute ¶
func (r ApiDeleteFromShoppingListRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiDeleteFromShoppingListRequest) Hash ¶
func (r ApiDeleteFromShoppingListRequest) Hash(hash string) ApiDeleteFromShoppingListRequest
The private hash for the username.
type ApiDeleteMealPlanTemplateRequest ¶
type ApiDeleteMealPlanTemplateRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiDeleteMealPlanTemplateRequest) Execute ¶
func (r ApiDeleteMealPlanTemplateRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiDeleteMealPlanTemplateRequest) Hash ¶
func (r ApiDeleteMealPlanTemplateRequest) Hash(hash string) ApiDeleteMealPlanTemplateRequest
The private hash for the username.
type ApiDetectFoodInTextRequest ¶
type ApiDetectFoodInTextRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiDetectFoodInTextRequest) Execute ¶
func (r ApiDetectFoodInTextRequest) Execute() (*DetectFoodInText200Response, *http.Response, error)
func (ApiDetectFoodInTextRequest) Text ¶
func (r ApiDetectFoodInTextRequest) Text(text string) ApiDetectFoodInTextRequest
type ApiEquipmentByIDImageRequest ¶
type ApiEquipmentByIDImageRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
type ApiExtractRecipeFromWebsiteRequest ¶
type ApiExtractRecipeFromWebsiteRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiExtractRecipeFromWebsiteRequest) Analyze ¶
func (r ApiExtractRecipeFromWebsiteRequest) Analyze(analyze bool) ApiExtractRecipeFromWebsiteRequest
If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.
func (ApiExtractRecipeFromWebsiteRequest) Execute ¶
func (r ApiExtractRecipeFromWebsiteRequest) Execute() (*RecipeInformation, *http.Response, error)
func (ApiExtractRecipeFromWebsiteRequest) ForceExtraction ¶
func (r ApiExtractRecipeFromWebsiteRequest) ForceExtraction(forceExtraction bool) ApiExtractRecipeFromWebsiteRequest
If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.
func (ApiExtractRecipeFromWebsiteRequest) IncludeNutrition ¶
func (r ApiExtractRecipeFromWebsiteRequest) IncludeNutrition(includeNutrition bool) ApiExtractRecipeFromWebsiteRequest
Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.
func (ApiExtractRecipeFromWebsiteRequest) IncludeTaste ¶
func (r ApiExtractRecipeFromWebsiteRequest) IncludeTaste(includeTaste bool) ApiExtractRecipeFromWebsiteRequest
Whether taste data should be added to correctly parsed ingredients.
func (ApiExtractRecipeFromWebsiteRequest) Url ¶
func (r ApiExtractRecipeFromWebsiteRequest) Url(url string) ApiExtractRecipeFromWebsiteRequest
The URL of the recipe page.
type ApiGenerateMealPlanRequest ¶
type ApiGenerateMealPlanRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGenerateMealPlanRequest) Diet ¶
func (r ApiGenerateMealPlanRequest) Diet(diet string) ApiGenerateMealPlanRequest
Enter a diet that the meal plan has to adhere to. See a full list of supported diets.
func (ApiGenerateMealPlanRequest) Exclude ¶
func (r ApiGenerateMealPlanRequest) Exclude(exclude string) ApiGenerateMealPlanRequest
A comma-separated list of allergens or ingredients that must be excluded.
func (ApiGenerateMealPlanRequest) Execute ¶
func (r ApiGenerateMealPlanRequest) Execute() (*GenerateMealPlan200Response, *http.Response, error)
func (ApiGenerateMealPlanRequest) TargetCalories ¶
func (r ApiGenerateMealPlanRequest) TargetCalories(targetCalories float32) ApiGenerateMealPlanRequest
What is the caloric target for one day? The meal plan generator will try to get as close as possible to that goal.
func (ApiGenerateMealPlanRequest) TimeFrame ¶
func (r ApiGenerateMealPlanRequest) TimeFrame(timeFrame string) ApiGenerateMealPlanRequest
Either for one \"day\" or an entire \"week\".
type ApiGenerateShoppingListRequest ¶
type ApiGenerateShoppingListRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGenerateShoppingListRequest) Execute ¶
func (r ApiGenerateShoppingListRequest) Execute() (*GetShoppingList200Response, *http.Response, error)
func (ApiGenerateShoppingListRequest) Hash ¶
func (r ApiGenerateShoppingListRequest) Hash(hash string) ApiGenerateShoppingListRequest
The private hash for the username.
type ApiGetARandomFoodJokeRequest ¶
type ApiGetARandomFoodJokeRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiGetARandomFoodJokeRequest) Execute ¶
func (r ApiGetARandomFoodJokeRequest) Execute() (*GetARandomFoodJoke200Response, *http.Response, error)
type ApiGetAnalyzedRecipeInstructionsRequest ¶
type ApiGetAnalyzedRecipeInstructionsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetAnalyzedRecipeInstructionsRequest) Execute ¶
func (r ApiGetAnalyzedRecipeInstructionsRequest) Execute() ([]GetAnalyzedRecipeInstructions200ResponseInner, *http.Response, error)
func (ApiGetAnalyzedRecipeInstructionsRequest) StepBreakdown ¶
func (r ApiGetAnalyzedRecipeInstructionsRequest) StepBreakdown(stepBreakdown bool) ApiGetAnalyzedRecipeInstructionsRequest
Whether to break down the recipe steps even more.
type ApiGetComparableProductsRequest ¶
type ApiGetComparableProductsRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiGetComparableProductsRequest) Execute ¶
func (r ApiGetComparableProductsRequest) Execute() (*GetComparableProducts200Response, *http.Response, error)
type ApiGetConversationSuggestsRequest ¶
type ApiGetConversationSuggestsRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiGetConversationSuggestsRequest) Execute ¶
func (r ApiGetConversationSuggestsRequest) Execute() (*GetConversationSuggests200Response, *http.Response, error)
func (ApiGetConversationSuggestsRequest) Number ¶
func (r ApiGetConversationSuggestsRequest) Number(number float32) ApiGetConversationSuggestsRequest
The number of suggestions to return (between 1 and 25).
func (ApiGetConversationSuggestsRequest) Query ¶
func (r ApiGetConversationSuggestsRequest) Query(query string) ApiGetConversationSuggestsRequest
A (partial) query from the user. The endpoint will return if it matches topics it can talk about.
type ApiGetDishPairingForWineRequest ¶
type ApiGetDishPairingForWineRequest struct { ApiService *WineAPIService // contains filtered or unexported fields }
func (ApiGetDishPairingForWineRequest) Execute ¶
func (r ApiGetDishPairingForWineRequest) Execute() (*GetDishPairingForWine200Response, *http.Response, error)
func (ApiGetDishPairingForWineRequest) Wine ¶
func (r ApiGetDishPairingForWineRequest) Wine(wine string) ApiGetDishPairingForWineRequest
The type of wine that should be paired, e.g. \"merlot\", \"riesling\", or \"malbec\".
type ApiGetIngredientInformationRequest ¶
type ApiGetIngredientInformationRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiGetIngredientInformationRequest) Amount ¶
func (r ApiGetIngredientInformationRequest) Amount(amount float32) ApiGetIngredientInformationRequest
The amount of this ingredient.
func (ApiGetIngredientInformationRequest) Execute ¶
func (r ApiGetIngredientInformationRequest) Execute() (*IngredientInformation, *http.Response, error)
func (ApiGetIngredientInformationRequest) Unit ¶
func (r ApiGetIngredientInformationRequest) Unit(unit string) ApiGetIngredientInformationRequest
The unit for the given amount.
type ApiGetIngredientSubstitutesByIDRequest ¶
type ApiGetIngredientSubstitutesByIDRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiGetIngredientSubstitutesByIDRequest) Execute ¶
func (r ApiGetIngredientSubstitutesByIDRequest) Execute() (*GetIngredientSubstitutes200Response, *http.Response, error)
type ApiGetIngredientSubstitutesRequest ¶
type ApiGetIngredientSubstitutesRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiGetIngredientSubstitutesRequest) Execute ¶
func (r ApiGetIngredientSubstitutesRequest) Execute() (*GetIngredientSubstitutes200Response, *http.Response, error)
func (ApiGetIngredientSubstitutesRequest) IngredientName ¶
func (r ApiGetIngredientSubstitutesRequest) IngredientName(ingredientName string) ApiGetIngredientSubstitutesRequest
The name of the ingredient you want to replace.
type ApiGetMealPlanTemplateRequest ¶
type ApiGetMealPlanTemplateRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGetMealPlanTemplateRequest) Execute ¶
func (r ApiGetMealPlanTemplateRequest) Execute() (*GetMealPlanTemplate200Response, *http.Response, error)
func (ApiGetMealPlanTemplateRequest) Hash ¶
func (r ApiGetMealPlanTemplateRequest) Hash(hash string) ApiGetMealPlanTemplateRequest
The private hash for the username.
type ApiGetMealPlanTemplatesRequest ¶
type ApiGetMealPlanTemplatesRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGetMealPlanTemplatesRequest) Execute ¶
func (r ApiGetMealPlanTemplatesRequest) Execute() (*GetMealPlanTemplates200Response, *http.Response, error)
func (ApiGetMealPlanTemplatesRequest) Hash ¶
func (r ApiGetMealPlanTemplatesRequest) Hash(hash string) ApiGetMealPlanTemplatesRequest
The private hash for the username.
type ApiGetMealPlanWeekRequest ¶
type ApiGetMealPlanWeekRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGetMealPlanWeekRequest) Execute ¶
func (r ApiGetMealPlanWeekRequest) Execute() (*GetMealPlanWeek200Response, *http.Response, error)
func (ApiGetMealPlanWeekRequest) Hash ¶
func (r ApiGetMealPlanWeekRequest) Hash(hash string) ApiGetMealPlanWeekRequest
The private hash for the username.
type ApiGetMenuItemInformationRequest ¶
type ApiGetMenuItemInformationRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
type ApiGetProductInformationRequest ¶
type ApiGetProductInformationRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiGetProductInformationRequest) Execute ¶
func (r ApiGetProductInformationRequest) Execute() (*ProductInformation, *http.Response, error)
type ApiGetRandomFoodTriviaRequest ¶
type ApiGetRandomFoodTriviaRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiGetRandomFoodTriviaRequest) Execute ¶
func (r ApiGetRandomFoodTriviaRequest) Execute() (*GetARandomFoodJoke200Response, *http.Response, error)
type ApiGetRandomRecipesRequest ¶
type ApiGetRandomRecipesRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRandomRecipesRequest) ExcludeTags ¶
func (r ApiGetRandomRecipesRequest) ExcludeTags(excludeTags string) ApiGetRandomRecipesRequest
A comma-separated list of tags that the random recipe(s) must not adhere to.
func (ApiGetRandomRecipesRequest) Execute ¶
func (r ApiGetRandomRecipesRequest) Execute() (*GetRandomRecipes200Response, *http.Response, error)
func (ApiGetRandomRecipesRequest) IncludeNutrition ¶
func (r ApiGetRandomRecipesRequest) IncludeNutrition(includeNutrition bool) ApiGetRandomRecipesRequest
Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.
func (ApiGetRandomRecipesRequest) IncludeTags ¶
func (r ApiGetRandomRecipesRequest) IncludeTags(includeTags string) ApiGetRandomRecipesRequest
A comma-separated list of tags that the random recipe(s) must adhere to.
func (ApiGetRandomRecipesRequest) Number ¶
func (r ApiGetRandomRecipesRequest) Number(number int32) ApiGetRandomRecipesRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
type ApiGetRecipeEquipmentByIDRequest ¶
type ApiGetRecipeEquipmentByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeEquipmentByIDRequest) Execute ¶
func (r ApiGetRecipeEquipmentByIDRequest) Execute() (*GetRecipeEquipmentByID200Response, *http.Response, error)
type ApiGetRecipeInformationBulkRequest ¶
type ApiGetRecipeInformationBulkRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeInformationBulkRequest) Execute ¶
func (r ApiGetRecipeInformationBulkRequest) Execute() ([]RecipeInformation, *http.Response, error)
func (ApiGetRecipeInformationBulkRequest) Ids ¶
func (r ApiGetRecipeInformationBulkRequest) Ids(ids string) ApiGetRecipeInformationBulkRequest
A comma-separated list of recipe ids.
func (ApiGetRecipeInformationBulkRequest) IncludeNutrition ¶
func (r ApiGetRecipeInformationBulkRequest) IncludeNutrition(includeNutrition bool) ApiGetRecipeInformationBulkRequest
Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.
type ApiGetRecipeInformationRequest ¶
type ApiGetRecipeInformationRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeInformationRequest) AddTasteData ¶
func (r ApiGetRecipeInformationRequest) AddTasteData(addTasteData bool) ApiGetRecipeInformationRequest
Add taste data to the recipe.
func (ApiGetRecipeInformationRequest) AddWinePairing ¶
func (r ApiGetRecipeInformationRequest) AddWinePairing(addWinePairing bool) ApiGetRecipeInformationRequest
Add a wine pairing to the recipe.
func (ApiGetRecipeInformationRequest) Execute ¶
func (r ApiGetRecipeInformationRequest) Execute() (*RecipeInformation, *http.Response, error)
func (ApiGetRecipeInformationRequest) IncludeNutrition ¶
func (r ApiGetRecipeInformationRequest) IncludeNutrition(includeNutrition bool) ApiGetRecipeInformationRequest
Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.
type ApiGetRecipeIngredientsByIDRequest ¶
type ApiGetRecipeIngredientsByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeIngredientsByIDRequest) Execute ¶
func (r ApiGetRecipeIngredientsByIDRequest) Execute() (*GetRecipeIngredientsByID200Response, *http.Response, error)
type ApiGetRecipeNutritionWidgetByIDRequest ¶
type ApiGetRecipeNutritionWidgetByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeNutritionWidgetByIDRequest) Execute ¶
func (r ApiGetRecipeNutritionWidgetByIDRequest) Execute() (*GetRecipeNutritionWidgetByID200Response, *http.Response, error)
type ApiGetRecipePriceBreakdownByIDRequest ¶
type ApiGetRecipePriceBreakdownByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipePriceBreakdownByIDRequest) Execute ¶
func (r ApiGetRecipePriceBreakdownByIDRequest) Execute() (*GetRecipePriceBreakdownByID200Response, *http.Response, error)
type ApiGetRecipeTasteByIDRequest ¶
type ApiGetRecipeTasteByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetRecipeTasteByIDRequest) Execute ¶
func (r ApiGetRecipeTasteByIDRequest) Execute() (*TasteInformation, *http.Response, error)
func (ApiGetRecipeTasteByIDRequest) Normalize ¶
func (r ApiGetRecipeTasteByIDRequest) Normalize(normalize bool) ApiGetRecipeTasteByIDRequest
Normalize to the strongest taste.
type ApiGetShoppingListRequest ¶
type ApiGetShoppingListRequest struct { ApiService *MealPlanningAPIService // contains filtered or unexported fields }
func (ApiGetShoppingListRequest) Execute ¶
func (r ApiGetShoppingListRequest) Execute() (*GetShoppingList200Response, *http.Response, error)
func (ApiGetShoppingListRequest) Hash ¶
func (r ApiGetShoppingListRequest) Hash(hash string) ApiGetShoppingListRequest
The private hash for the username.
type ApiGetSimilarRecipesRequest ¶
type ApiGetSimilarRecipesRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGetSimilarRecipesRequest) Execute ¶
func (r ApiGetSimilarRecipesRequest) Execute() ([]GetSimilarRecipes200ResponseInner, *http.Response, error)
func (ApiGetSimilarRecipesRequest) Number ¶
func (r ApiGetSimilarRecipesRequest) Number(number int32) ApiGetSimilarRecipesRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
type ApiGetWineDescriptionRequest ¶
type ApiGetWineDescriptionRequest struct { ApiService *WineAPIService // contains filtered or unexported fields }
func (ApiGetWineDescriptionRequest) Execute ¶
func (r ApiGetWineDescriptionRequest) Execute() (*GetWineDescription200Response, *http.Response, error)
func (ApiGetWineDescriptionRequest) Wine ¶
func (r ApiGetWineDescriptionRequest) Wine(wine string) ApiGetWineDescriptionRequest
The name of the wine that should be paired, e.g. \"merlot\", \"riesling\", or \"malbec\".
type ApiGetWinePairingRequest ¶
type ApiGetWinePairingRequest struct { ApiService *WineAPIService // contains filtered or unexported fields }
func (ApiGetWinePairingRequest) Execute ¶
func (r ApiGetWinePairingRequest) Execute() (*GetWinePairing200Response, *http.Response, error)
func (ApiGetWinePairingRequest) Food ¶
func (r ApiGetWinePairingRequest) Food(food string) ApiGetWinePairingRequest
The food to get a pairing for. This can be a dish (\"steak\"), an ingredient (\"salmon\"), or a cuisine (\"italian\").
func (ApiGetWinePairingRequest) MaxPrice ¶
func (r ApiGetWinePairingRequest) MaxPrice(maxPrice float32) ApiGetWinePairingRequest
The maximum price for the specific wine recommendation in USD.
type ApiGetWineRecommendationRequest ¶
type ApiGetWineRecommendationRequest struct { ApiService *WineAPIService // contains filtered or unexported fields }
func (ApiGetWineRecommendationRequest) Execute ¶
func (r ApiGetWineRecommendationRequest) Execute() (*GetWineRecommendation200Response, *http.Response, error)
func (ApiGetWineRecommendationRequest) MaxPrice ¶
func (r ApiGetWineRecommendationRequest) MaxPrice(maxPrice float32) ApiGetWineRecommendationRequest
The maximum price for the specific wine recommendation in USD.
func (ApiGetWineRecommendationRequest) MinRating ¶
func (r ApiGetWineRecommendationRequest) MinRating(minRating float32) ApiGetWineRecommendationRequest
The minimum rating of the recommended wine between 0 and 1. For example, 0.8 equals 4 out of 5 stars.
func (ApiGetWineRecommendationRequest) Number ¶
func (r ApiGetWineRecommendationRequest) Number(number float32) ApiGetWineRecommendationRequest
The number of wine recommendations expected (between 1 and 100).
func (ApiGetWineRecommendationRequest) Wine ¶
func (r ApiGetWineRecommendationRequest) Wine(wine string) ApiGetWineRecommendationRequest
The type of wine to get a specific product recommendation for.
type ApiGuessNutritionByDishNameRequest ¶
type ApiGuessNutritionByDishNameRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiGuessNutritionByDishNameRequest) Execute ¶
func (r ApiGuessNutritionByDishNameRequest) Execute() (*GuessNutritionByDishName200Response, *http.Response, error)
func (ApiGuessNutritionByDishNameRequest) Title ¶
func (r ApiGuessNutritionByDishNameRequest) Title(title string) ApiGuessNutritionByDishNameRequest
The title of the dish.
type ApiImageAnalysisByURLRequest ¶
type ApiImageAnalysisByURLRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiImageAnalysisByURLRequest) Execute ¶
func (r ApiImageAnalysisByURLRequest) Execute() (*ImageAnalysisByURL200Response, *http.Response, error)
func (ApiImageAnalysisByURLRequest) ImageUrl ¶
func (r ApiImageAnalysisByURLRequest) ImageUrl(imageUrl string) ApiImageAnalysisByURLRequest
The URL of the image to be analyzed.
type ApiImageClassificationByURLRequest ¶
type ApiImageClassificationByURLRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiImageClassificationByURLRequest) Execute ¶
func (r ApiImageClassificationByURLRequest) Execute() (*ImageClassificationByURL200Response, *http.Response, error)
func (ApiImageClassificationByURLRequest) ImageUrl ¶
func (r ApiImageClassificationByURLRequest) ImageUrl(imageUrl string) ApiImageClassificationByURLRequest
The URL of the image to be classified.
type ApiIngredientSearchRequest ¶
type ApiIngredientSearchRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiIngredientSearchRequest) AddChildren ¶
func (r ApiIngredientSearchRequest) AddChildren(addChildren bool) ApiIngredientSearchRequest
Whether to add children of found foods.
func (ApiIngredientSearchRequest) Execute ¶
func (r ApiIngredientSearchRequest) Execute() (*IngredientSearch200Response, *http.Response, error)
func (ApiIngredientSearchRequest) Intolerances ¶
func (r ApiIngredientSearchRequest) Intolerances(intolerances string) ApiIngredientSearchRequest
A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.
func (ApiIngredientSearchRequest) Language ¶
func (r ApiIngredientSearchRequest) Language(language string) ApiIngredientSearchRequest
The language of the input. Either 'en' or 'de'.
func (ApiIngredientSearchRequest) MaxCarbsPercent ¶
func (r ApiIngredientSearchRequest) MaxCarbsPercent(maxCarbsPercent float32) ApiIngredientSearchRequest
The maximum percentage of carbs the food can have (between 0 and 100).
func (ApiIngredientSearchRequest) MaxFatPercent ¶
func (r ApiIngredientSearchRequest) MaxFatPercent(maxFatPercent float32) ApiIngredientSearchRequest
The maximum percentage of fat the food can have (between 0 and 100).
func (ApiIngredientSearchRequest) MaxProteinPercent ¶
func (r ApiIngredientSearchRequest) MaxProteinPercent(maxProteinPercent float32) ApiIngredientSearchRequest
The maximum percentage of protein the food can have (between 0 and 100).
func (ApiIngredientSearchRequest) MetaInformation ¶
func (r ApiIngredientSearchRequest) MetaInformation(metaInformation bool) ApiIngredientSearchRequest
Whether to return more meta information about the ingredients.
func (ApiIngredientSearchRequest) MinCarbsPercent ¶
func (r ApiIngredientSearchRequest) MinCarbsPercent(minCarbsPercent float32) ApiIngredientSearchRequest
The minimum percentage of carbs the food must have (between 0 and 100).
func (ApiIngredientSearchRequest) MinFatPercent ¶
func (r ApiIngredientSearchRequest) MinFatPercent(minFatPercent float32) ApiIngredientSearchRequest
The minimum percentage of fat the food must have (between 0 and 100).
func (ApiIngredientSearchRequest) MinProteinPercent ¶
func (r ApiIngredientSearchRequest) MinProteinPercent(minProteinPercent float32) ApiIngredientSearchRequest
The minimum percentage of protein the food must have (between 0 and 100).
func (ApiIngredientSearchRequest) Number ¶
func (r ApiIngredientSearchRequest) Number(number int32) ApiIngredientSearchRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiIngredientSearchRequest) Offset ¶
func (r ApiIngredientSearchRequest) Offset(offset int32) ApiIngredientSearchRequest
The number of results to skip (between 0 and 900).
func (ApiIngredientSearchRequest) Query ¶
func (r ApiIngredientSearchRequest) Query(query string) ApiIngredientSearchRequest
The (natural language) search query.
func (ApiIngredientSearchRequest) Sort ¶
func (r ApiIngredientSearchRequest) Sort(sort string) ApiIngredientSearchRequest
The strategy to sort recipes by. See a full list of supported sorting options.
func (ApiIngredientSearchRequest) SortDirection ¶
func (r ApiIngredientSearchRequest) SortDirection(sortDirection string) ApiIngredientSearchRequest
The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).
type ApiIngredientsByIDImageRequest ¶
type ApiIngredientsByIDImageRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiIngredientsByIDImageRequest) Measure ¶
func (r ApiIngredientsByIDImageRequest) Measure(measure string) ApiIngredientsByIDImageRequest
Whether the the measures should be 'us' or 'metric'.
type ApiMapIngredientsToGroceryProductsRequest ¶
type ApiMapIngredientsToGroceryProductsRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiMapIngredientsToGroceryProductsRequest) Execute ¶
func (r ApiMapIngredientsToGroceryProductsRequest) Execute() ([]MapIngredientsToGroceryProducts200ResponseInner, *http.Response, error)
func (ApiMapIngredientsToGroceryProductsRequest) MapIngredientsToGroceryProductsRequest ¶
func (r ApiMapIngredientsToGroceryProductsRequest) MapIngredientsToGroceryProductsRequest(mapIngredientsToGroceryProductsRequest MapIngredientsToGroceryProductsRequest) ApiMapIngredientsToGroceryProductsRequest
type ApiMenuItemNutritionByIDImageRequest ¶
type ApiMenuItemNutritionByIDImageRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
type ApiMenuItemNutritionLabelImageRequest ¶
type ApiMenuItemNutritionLabelImageRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
func (ApiMenuItemNutritionLabelImageRequest) ShowIngredients ¶
func (r ApiMenuItemNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiMenuItemNutritionLabelImageRequest
Whether to show a list of ingredients.
func (ApiMenuItemNutritionLabelImageRequest) ShowOptionalNutrients ¶
func (r ApiMenuItemNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiMenuItemNutritionLabelImageRequest
Whether to show optional nutrients.
func (ApiMenuItemNutritionLabelImageRequest) ShowZeroValues ¶
func (r ApiMenuItemNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiMenuItemNutritionLabelImageRequest
Whether to show zero values.
type ApiMenuItemNutritionLabelWidgetRequest ¶
type ApiMenuItemNutritionLabelWidgetRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
func (ApiMenuItemNutritionLabelWidgetRequest) DefaultCss ¶
func (r ApiMenuItemNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiMenuItemNutritionLabelWidgetRequest
Whether the default CSS should be added to the response.
func (ApiMenuItemNutritionLabelWidgetRequest) Execute ¶
func (r ApiMenuItemNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
func (ApiMenuItemNutritionLabelWidgetRequest) ShowIngredients ¶
func (r ApiMenuItemNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiMenuItemNutritionLabelWidgetRequest
Whether to show a list of ingredients.
func (ApiMenuItemNutritionLabelWidgetRequest) ShowOptionalNutrients ¶
func (r ApiMenuItemNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiMenuItemNutritionLabelWidgetRequest
Whether to show optional nutrients.
func (ApiMenuItemNutritionLabelWidgetRequest) ShowZeroValues ¶
func (r ApiMenuItemNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiMenuItemNutritionLabelWidgetRequest
Whether to show zero values.
type ApiParseIngredientsRequest ¶
type ApiParseIngredientsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiParseIngredientsRequest) Execute ¶
func (r ApiParseIngredientsRequest) Execute() ([]IngredientInformation, *http.Response, error)
func (ApiParseIngredientsRequest) IncludeNutrition ¶
func (r ApiParseIngredientsRequest) IncludeNutrition(includeNutrition bool) ApiParseIngredientsRequest
Whether nutrition data should be added to correctly parsed ingredients.
func (ApiParseIngredientsRequest) IngredientList ¶
func (r ApiParseIngredientsRequest) IngredientList(ingredientList string) ApiParseIngredientsRequest
The ingredient list of the recipe, one ingredient per line.
func (ApiParseIngredientsRequest) Language ¶
func (r ApiParseIngredientsRequest) Language(language string) ApiParseIngredientsRequest
The language of the input. Either 'en' or 'de'.
func (ApiParseIngredientsRequest) Servings ¶
func (r ApiParseIngredientsRequest) Servings(servings float32) ApiParseIngredientsRequest
The number of servings that you can make from the ingredients.
type ApiPriceBreakdownByIDImageRequest ¶
type ApiPriceBreakdownByIDImageRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
type ApiProductNutritionByIDImageRequest ¶
type ApiProductNutritionByIDImageRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
type ApiProductNutritionLabelImageRequest ¶
type ApiProductNutritionLabelImageRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiProductNutritionLabelImageRequest) ShowIngredients ¶
func (r ApiProductNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiProductNutritionLabelImageRequest
Whether to show a list of ingredients.
func (ApiProductNutritionLabelImageRequest) ShowOptionalNutrients ¶
func (r ApiProductNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiProductNutritionLabelImageRequest
Whether to show optional nutrients.
func (ApiProductNutritionLabelImageRequest) ShowZeroValues ¶
func (r ApiProductNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiProductNutritionLabelImageRequest
Whether to show zero values.
type ApiProductNutritionLabelWidgetRequest ¶
type ApiProductNutritionLabelWidgetRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiProductNutritionLabelWidgetRequest) DefaultCss ¶
func (r ApiProductNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiProductNutritionLabelWidgetRequest
Whether the default CSS should be added to the response.
func (ApiProductNutritionLabelWidgetRequest) Execute ¶
func (r ApiProductNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
func (ApiProductNutritionLabelWidgetRequest) ShowIngredients ¶
func (r ApiProductNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiProductNutritionLabelWidgetRequest
Whether to show a list of ingredients.
func (ApiProductNutritionLabelWidgetRequest) ShowOptionalNutrients ¶
func (r ApiProductNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiProductNutritionLabelWidgetRequest
Whether to show optional nutrients.
func (ApiProductNutritionLabelWidgetRequest) ShowZeroValues ¶
func (r ApiProductNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiProductNutritionLabelWidgetRequest
Whether to show zero values.
type ApiQuickAnswerRequest ¶
type ApiQuickAnswerRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiQuickAnswerRequest) Execute ¶
func (r ApiQuickAnswerRequest) Execute() (*QuickAnswer200Response, *http.Response, error)
func (ApiQuickAnswerRequest) Q ¶
func (r ApiQuickAnswerRequest) Q(q string) ApiQuickAnswerRequest
The nutrition related question.
type ApiRecipeNutritionByIDImageRequest ¶
type ApiRecipeNutritionByIDImageRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
type ApiRecipeNutritionLabelImageRequest ¶
type ApiRecipeNutritionLabelImageRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiRecipeNutritionLabelImageRequest) ShowIngredients ¶
func (r ApiRecipeNutritionLabelImageRequest) ShowIngredients(showIngredients bool) ApiRecipeNutritionLabelImageRequest
Whether to show a list of ingredients.
func (ApiRecipeNutritionLabelImageRequest) ShowOptionalNutrients ¶
func (r ApiRecipeNutritionLabelImageRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiRecipeNutritionLabelImageRequest
Whether to show optional nutrients.
func (ApiRecipeNutritionLabelImageRequest) ShowZeroValues ¶
func (r ApiRecipeNutritionLabelImageRequest) ShowZeroValues(showZeroValues bool) ApiRecipeNutritionLabelImageRequest
Whether to show zero values.
type ApiRecipeNutritionLabelWidgetRequest ¶
type ApiRecipeNutritionLabelWidgetRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiRecipeNutritionLabelWidgetRequest) DefaultCss ¶
func (r ApiRecipeNutritionLabelWidgetRequest) DefaultCss(defaultCss bool) ApiRecipeNutritionLabelWidgetRequest
Whether the default CSS should be added to the response.
func (ApiRecipeNutritionLabelWidgetRequest) Execute ¶
func (r ApiRecipeNutritionLabelWidgetRequest) Execute() (string, *http.Response, error)
func (ApiRecipeNutritionLabelWidgetRequest) ShowIngredients ¶
func (r ApiRecipeNutritionLabelWidgetRequest) ShowIngredients(showIngredients bool) ApiRecipeNutritionLabelWidgetRequest
Whether to show a list of ingredients.
func (ApiRecipeNutritionLabelWidgetRequest) ShowOptionalNutrients ¶
func (r ApiRecipeNutritionLabelWidgetRequest) ShowOptionalNutrients(showOptionalNutrients bool) ApiRecipeNutritionLabelWidgetRequest
Whether to show optional nutrients.
func (ApiRecipeNutritionLabelWidgetRequest) ShowZeroValues ¶
func (r ApiRecipeNutritionLabelWidgetRequest) ShowZeroValues(showZeroValues bool) ApiRecipeNutritionLabelWidgetRequest
Whether to show zero values.
type ApiRecipeTasteByIDImageRequest ¶
type ApiRecipeTasteByIDImageRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiRecipeTasteByIDImageRequest) Normalize ¶
func (r ApiRecipeTasteByIDImageRequest) Normalize(normalize bool) ApiRecipeTasteByIDImageRequest
Normalize to the strongest taste.
func (ApiRecipeTasteByIDImageRequest) Rgb ¶
func (r ApiRecipeTasteByIDImageRequest) Rgb(rgb string) ApiRecipeTasteByIDImageRequest
Red, green, blue values for the chart color.
type ApiSearchAllFoodRequest ¶
type ApiSearchAllFoodRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiSearchAllFoodRequest) Execute ¶
func (r ApiSearchAllFoodRequest) Execute() (*SearchAllFood200Response, *http.Response, error)
func (ApiSearchAllFoodRequest) Number ¶
func (r ApiSearchAllFoodRequest) Number(number int32) ApiSearchAllFoodRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchAllFoodRequest) Offset ¶
func (r ApiSearchAllFoodRequest) Offset(offset int32) ApiSearchAllFoodRequest
The number of results to skip (between 0 and 900).
func (ApiSearchAllFoodRequest) Query ¶
func (r ApiSearchAllFoodRequest) Query(query string) ApiSearchAllFoodRequest
The search query.
type ApiSearchCustomFoodsRequest ¶
type ApiSearchCustomFoodsRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiSearchCustomFoodsRequest) Execute ¶
func (r ApiSearchCustomFoodsRequest) Execute() (*SearchCustomFoods200Response, *http.Response, error)
func (ApiSearchCustomFoodsRequest) Hash ¶
func (r ApiSearchCustomFoodsRequest) Hash(hash string) ApiSearchCustomFoodsRequest
The private hash for the username.
func (ApiSearchCustomFoodsRequest) Number ¶
func (r ApiSearchCustomFoodsRequest) Number(number int32) ApiSearchCustomFoodsRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchCustomFoodsRequest) Offset ¶
func (r ApiSearchCustomFoodsRequest) Offset(offset int32) ApiSearchCustomFoodsRequest
The number of results to skip (between 0 and 900).
func (ApiSearchCustomFoodsRequest) Query ¶
func (r ApiSearchCustomFoodsRequest) Query(query string) ApiSearchCustomFoodsRequest
The (natural language) search query.
func (ApiSearchCustomFoodsRequest) Username ¶
func (r ApiSearchCustomFoodsRequest) Username(username string) ApiSearchCustomFoodsRequest
The username.
type ApiSearchFoodVideosRequest ¶
type ApiSearchFoodVideosRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiSearchFoodVideosRequest) Cuisine ¶
func (r ApiSearchFoodVideosRequest) Cuisine(cuisine string) ApiSearchFoodVideosRequest
The cuisine(s) of the recipes. One or more, comma separated. See a full list of supported cuisines.
func (ApiSearchFoodVideosRequest) Diet ¶
func (r ApiSearchFoodVideosRequest) Diet(diet string) ApiSearchFoodVideosRequest
The diet for which the recipes must be suitable. See a full list of supported diets.
func (ApiSearchFoodVideosRequest) ExcludeIngredients ¶
func (r ApiSearchFoodVideosRequest) ExcludeIngredients(excludeIngredients string) ApiSearchFoodVideosRequest
A comma-separated list of ingredients or ingredient types that the recipes must not contain.
func (ApiSearchFoodVideosRequest) Execute ¶
func (r ApiSearchFoodVideosRequest) Execute() (*SearchFoodVideos200Response, *http.Response, error)
func (ApiSearchFoodVideosRequest) IncludeIngredients ¶
func (r ApiSearchFoodVideosRequest) IncludeIngredients(includeIngredients string) ApiSearchFoodVideosRequest
A comma-separated list of ingredients that the recipes should contain.
func (ApiSearchFoodVideosRequest) MaxLength ¶
func (r ApiSearchFoodVideosRequest) MaxLength(maxLength float32) ApiSearchFoodVideosRequest
Maximum video length in seconds.
func (ApiSearchFoodVideosRequest) MinLength ¶
func (r ApiSearchFoodVideosRequest) MinLength(minLength float32) ApiSearchFoodVideosRequest
Minimum video length in seconds.
func (ApiSearchFoodVideosRequest) Number ¶
func (r ApiSearchFoodVideosRequest) Number(number int32) ApiSearchFoodVideosRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchFoodVideosRequest) Offset ¶
func (r ApiSearchFoodVideosRequest) Offset(offset int32) ApiSearchFoodVideosRequest
The number of results to skip (between 0 and 900).
func (ApiSearchFoodVideosRequest) Query ¶
func (r ApiSearchFoodVideosRequest) Query(query string) ApiSearchFoodVideosRequest
The (natural language) search query.
func (ApiSearchFoodVideosRequest) Type_ ¶
func (r ApiSearchFoodVideosRequest) Type_(type_ string) ApiSearchFoodVideosRequest
The type of the recipes. See a full list of supported meal types.
type ApiSearchGroceryProductsByUPCRequest ¶
type ApiSearchGroceryProductsByUPCRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiSearchGroceryProductsByUPCRequest) Execute ¶
func (r ApiSearchGroceryProductsByUPCRequest) Execute() (*SearchGroceryProductsByUPC200Response, *http.Response, error)
type ApiSearchGroceryProductsRequest ¶
type ApiSearchGroceryProductsRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiSearchGroceryProductsRequest) AddProductInformation ¶
func (r ApiSearchGroceryProductsRequest) AddProductInformation(addProductInformation bool) ApiSearchGroceryProductsRequest
If set to true, you get more information about the products returned.
func (ApiSearchGroceryProductsRequest) Execute ¶
func (r ApiSearchGroceryProductsRequest) Execute() (*SearchGroceryProducts200Response, *http.Response, error)
func (ApiSearchGroceryProductsRequest) MaxCalories ¶
func (r ApiSearchGroceryProductsRequest) MaxCalories(maxCalories float32) ApiSearchGroceryProductsRequest
The maximum amount of calories the product can have.
func (ApiSearchGroceryProductsRequest) MaxCarbs ¶
func (r ApiSearchGroceryProductsRequest) MaxCarbs(maxCarbs float32) ApiSearchGroceryProductsRequest
The maximum amount of carbohydrates in grams the product can have.
func (ApiSearchGroceryProductsRequest) MaxFat ¶
func (r ApiSearchGroceryProductsRequest) MaxFat(maxFat float32) ApiSearchGroceryProductsRequest
The maximum amount of fat in grams the product can have.
func (ApiSearchGroceryProductsRequest) MaxProtein ¶
func (r ApiSearchGroceryProductsRequest) MaxProtein(maxProtein float32) ApiSearchGroceryProductsRequest
The maximum amount of protein in grams the product can have.
func (ApiSearchGroceryProductsRequest) MinCalories ¶
func (r ApiSearchGroceryProductsRequest) MinCalories(minCalories float32) ApiSearchGroceryProductsRequest
The minimum amount of calories the product must have.
func (ApiSearchGroceryProductsRequest) MinCarbs ¶
func (r ApiSearchGroceryProductsRequest) MinCarbs(minCarbs float32) ApiSearchGroceryProductsRequest
The minimum amount of carbohydrates in grams the product must have.
func (ApiSearchGroceryProductsRequest) MinFat ¶
func (r ApiSearchGroceryProductsRequest) MinFat(minFat float32) ApiSearchGroceryProductsRequest
The minimum amount of fat in grams the product must have.
func (ApiSearchGroceryProductsRequest) MinProtein ¶
func (r ApiSearchGroceryProductsRequest) MinProtein(minProtein float32) ApiSearchGroceryProductsRequest
The minimum amount of protein in grams the product must have.
func (ApiSearchGroceryProductsRequest) Number ¶
func (r ApiSearchGroceryProductsRequest) Number(number int32) ApiSearchGroceryProductsRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchGroceryProductsRequest) Offset ¶
func (r ApiSearchGroceryProductsRequest) Offset(offset int32) ApiSearchGroceryProductsRequest
The number of results to skip (between 0 and 900).
func (ApiSearchGroceryProductsRequest) Query ¶
func (r ApiSearchGroceryProductsRequest) Query(query string) ApiSearchGroceryProductsRequest
The (natural language) search query.
type ApiSearchMenuItemsRequest ¶
type ApiSearchMenuItemsRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
func (ApiSearchMenuItemsRequest) AddMenuItemInformation ¶
func (r ApiSearchMenuItemsRequest) AddMenuItemInformation(addMenuItemInformation bool) ApiSearchMenuItemsRequest
If set to true, you get more information about the menu items returned.
func (ApiSearchMenuItemsRequest) Execute ¶
func (r ApiSearchMenuItemsRequest) Execute() (*SearchMenuItems200Response, *http.Response, error)
func (ApiSearchMenuItemsRequest) MaxCalories ¶
func (r ApiSearchMenuItemsRequest) MaxCalories(maxCalories float32) ApiSearchMenuItemsRequest
The maximum amount of calories the menu item can have.
func (ApiSearchMenuItemsRequest) MaxCarbs ¶
func (r ApiSearchMenuItemsRequest) MaxCarbs(maxCarbs float32) ApiSearchMenuItemsRequest
The maximum amount of carbohydrates in grams the menu item can have.
func (ApiSearchMenuItemsRequest) MaxFat ¶
func (r ApiSearchMenuItemsRequest) MaxFat(maxFat float32) ApiSearchMenuItemsRequest
The maximum amount of fat in grams the menu item can have.
func (ApiSearchMenuItemsRequest) MaxProtein ¶
func (r ApiSearchMenuItemsRequest) MaxProtein(maxProtein float32) ApiSearchMenuItemsRequest
The maximum amount of protein in grams the menu item can have.
func (ApiSearchMenuItemsRequest) MinCalories ¶
func (r ApiSearchMenuItemsRequest) MinCalories(minCalories float32) ApiSearchMenuItemsRequest
The minimum amount of calories the menu item must have.
func (ApiSearchMenuItemsRequest) MinCarbs ¶
func (r ApiSearchMenuItemsRequest) MinCarbs(minCarbs float32) ApiSearchMenuItemsRequest
The minimum amount of carbohydrates in grams the menu item must have.
func (ApiSearchMenuItemsRequest) MinFat ¶
func (r ApiSearchMenuItemsRequest) MinFat(minFat float32) ApiSearchMenuItemsRequest
The minimum amount of fat in grams the menu item must have.
func (ApiSearchMenuItemsRequest) MinProtein ¶
func (r ApiSearchMenuItemsRequest) MinProtein(minProtein float32) ApiSearchMenuItemsRequest
The minimum amount of protein in grams the menu item must have.
func (ApiSearchMenuItemsRequest) Number ¶
func (r ApiSearchMenuItemsRequest) Number(number int32) ApiSearchMenuItemsRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchMenuItemsRequest) Offset ¶
func (r ApiSearchMenuItemsRequest) Offset(offset int32) ApiSearchMenuItemsRequest
The number of results to skip (between 0 and 900).
func (ApiSearchMenuItemsRequest) Query ¶
func (r ApiSearchMenuItemsRequest) Query(query string) ApiSearchMenuItemsRequest
The (natural language) search query.
type ApiSearchRecipesByIngredientsRequest ¶
type ApiSearchRecipesByIngredientsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiSearchRecipesByIngredientsRequest) Execute ¶
func (r ApiSearchRecipesByIngredientsRequest) Execute() ([]SearchRecipesByIngredients200ResponseInner, *http.Response, error)
func (ApiSearchRecipesByIngredientsRequest) IgnorePantry ¶
func (r ApiSearchRecipesByIngredientsRequest) IgnorePantry(ignorePantry bool) ApiSearchRecipesByIngredientsRequest
Whether to ignore typical pantry items, such as water, salt, flour, etc.
func (ApiSearchRecipesByIngredientsRequest) Ingredients ¶
func (r ApiSearchRecipesByIngredientsRequest) Ingredients(ingredients string) ApiSearchRecipesByIngredientsRequest
A comma-separated list of ingredients that the recipes should contain.
func (ApiSearchRecipesByIngredientsRequest) Number ¶
func (r ApiSearchRecipesByIngredientsRequest) Number(number int32) ApiSearchRecipesByIngredientsRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchRecipesByIngredientsRequest) Ranking ¶
func (r ApiSearchRecipesByIngredientsRequest) Ranking(ranking int32) ApiSearchRecipesByIngredientsRequest
Whether to maximize used ingredients (1) or minimize missing ingredients (2) first.
type ApiSearchRecipesByNutrientsRequest ¶
type ApiSearchRecipesByNutrientsRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiSearchRecipesByNutrientsRequest) Execute ¶
func (r ApiSearchRecipesByNutrientsRequest) Execute() ([]SearchRecipesByNutrients200ResponseInner, *http.Response, error)
func (ApiSearchRecipesByNutrientsRequest) MaxAlcohol ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxAlcohol(maxAlcohol float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of alcohol in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCaffeine ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCaffeine(maxCaffeine float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of caffeine in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCalcium ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCalcium(maxCalcium float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of calcium in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCalories ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCalories(maxCalories float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of calories the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCarbs ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCarbs(maxCarbs float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of carbohydrates in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCholesterol ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCholesterol(maxCholesterol float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of cholesterol in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCholine ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCholine(maxCholine float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of choline in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxCopper ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxCopper(maxCopper float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of copper in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxFat ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxFat(maxFat float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of fat in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxFiber ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxFiber(maxFiber float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of fiber in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxFluoride ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxFluoride(maxFluoride float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of fluoride in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxFolate ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxFolate(maxFolate float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of folate in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxFolicAcid ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxFolicAcid(maxFolicAcid float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of folic acid in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxIodine ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxIodine(maxIodine float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of iodine in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxIron ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxIron(maxIron float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of iron in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxMagnesium ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxMagnesium(maxMagnesium float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of magnesium in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxManganese ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxManganese(maxManganese float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of manganese in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxPhosphorus ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxPhosphorus(maxPhosphorus float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of phosphorus in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxPotassium ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxPotassium(maxPotassium float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of potassium in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxProtein ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxProtein(maxProtein float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of protein in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxSaturatedFat ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxSaturatedFat(maxSaturatedFat float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of saturated fat in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxSelenium ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxSelenium(maxSelenium float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of selenium in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxSodium ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxSodium(maxSodium float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of sodium in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxSugar ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxSugar(maxSugar float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of sugar in grams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminA ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminA(maxVitaminA float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin A in IU the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB1 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB1(maxVitaminB1 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B1 in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB12 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB12(maxVitaminB12 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B12 in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB2 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB2(maxVitaminB2 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B2 in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB3 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB3(maxVitaminB3 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B3 in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB5 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB5(maxVitaminB5 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B5 in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminB6 ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminB6(maxVitaminB6 float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin B6 in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminC ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminC(maxVitaminC float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin C in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminD ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminD(maxVitaminD float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin D in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminE ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminE(maxVitaminE float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin E in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxVitaminK ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxVitaminK(maxVitaminK float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of Vitamin K in micrograms the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MaxZinc ¶
func (r ApiSearchRecipesByNutrientsRequest) MaxZinc(maxZinc float32) ApiSearchRecipesByNutrientsRequest
The maximum amount of zinc in milligrams the recipe can have.
func (ApiSearchRecipesByNutrientsRequest) MinAlcohol ¶
func (r ApiSearchRecipesByNutrientsRequest) MinAlcohol(minAlcohol float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of alcohol in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCaffeine ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCaffeine(minCaffeine float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of caffeine in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCalcium ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCalcium(minCalcium float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of calcium in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCalories ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCalories(minCalories float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of calories the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCarbs ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCarbs(minCarbs float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of carbohydrates in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCholesterol ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCholesterol(minCholesterol float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of cholesterol in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCholine ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCholine(minCholine float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of choline in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinCopper ¶
func (r ApiSearchRecipesByNutrientsRequest) MinCopper(minCopper float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of copper in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinFat ¶
func (r ApiSearchRecipesByNutrientsRequest) MinFat(minFat float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of fat in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinFiber ¶
func (r ApiSearchRecipesByNutrientsRequest) MinFiber(minFiber float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of fiber in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinFluoride ¶
func (r ApiSearchRecipesByNutrientsRequest) MinFluoride(minFluoride float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of fluoride in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinFolate ¶
func (r ApiSearchRecipesByNutrientsRequest) MinFolate(minFolate float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of folate in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinFolicAcid ¶
func (r ApiSearchRecipesByNutrientsRequest) MinFolicAcid(minFolicAcid float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of folic acid in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinIodine ¶
func (r ApiSearchRecipesByNutrientsRequest) MinIodine(minIodine float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of iodine in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinIron ¶
func (r ApiSearchRecipesByNutrientsRequest) MinIron(minIron float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of iron in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinMagnesium ¶
func (r ApiSearchRecipesByNutrientsRequest) MinMagnesium(minMagnesium float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of magnesium in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinManganese ¶
func (r ApiSearchRecipesByNutrientsRequest) MinManganese(minManganese float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of manganese in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinPhosphorus ¶
func (r ApiSearchRecipesByNutrientsRequest) MinPhosphorus(minPhosphorus float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of phosphorus in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinPotassium ¶
func (r ApiSearchRecipesByNutrientsRequest) MinPotassium(minPotassium float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of potassium in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinProtein ¶
func (r ApiSearchRecipesByNutrientsRequest) MinProtein(minProtein float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of protein in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinSaturatedFat ¶
func (r ApiSearchRecipesByNutrientsRequest) MinSaturatedFat(minSaturatedFat float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of saturated fat in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinSelenium ¶
func (r ApiSearchRecipesByNutrientsRequest) MinSelenium(minSelenium float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of selenium in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinSodium ¶
func (r ApiSearchRecipesByNutrientsRequest) MinSodium(minSodium float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of sodium in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinSugar ¶
func (r ApiSearchRecipesByNutrientsRequest) MinSugar(minSugar float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of sugar in grams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminA ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminA(minVitaminA float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin A in IU the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB1 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB1(minVitaminB1 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B1 in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB12 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB12(minVitaminB12 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B12 in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB2 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB2(minVitaminB2 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B2 in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB3 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB3(minVitaminB3 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B3 in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB5 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB5(minVitaminB5 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B5 in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminB6 ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminB6(minVitaminB6 float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin B6 in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminC ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminC(minVitaminC float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin C in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminD ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminD(minVitaminD float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin D in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminE ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminE(minVitaminE float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin E in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinVitaminK ¶
func (r ApiSearchRecipesByNutrientsRequest) MinVitaminK(minVitaminK float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of Vitamin K in micrograms the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) MinZinc ¶
func (r ApiSearchRecipesByNutrientsRequest) MinZinc(minZinc float32) ApiSearchRecipesByNutrientsRequest
The minimum amount of zinc in milligrams the recipe must have.
func (ApiSearchRecipesByNutrientsRequest) Number ¶
func (r ApiSearchRecipesByNutrientsRequest) Number(number int32) ApiSearchRecipesByNutrientsRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchRecipesByNutrientsRequest) Offset ¶
func (r ApiSearchRecipesByNutrientsRequest) Offset(offset int32) ApiSearchRecipesByNutrientsRequest
The number of results to skip (between 0 and 900).
func (ApiSearchRecipesByNutrientsRequest) Random ¶
func (r ApiSearchRecipesByNutrientsRequest) Random(random bool) ApiSearchRecipesByNutrientsRequest
If true, every request will give you a random set of recipes within the requested limits.
type ApiSearchRecipesRequest ¶
type ApiSearchRecipesRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiSearchRecipesRequest) AddRecipeInformation ¶
func (r ApiSearchRecipesRequest) AddRecipeInformation(addRecipeInformation bool) ApiSearchRecipesRequest
If set to true, you get more information about the recipes returned.
func (ApiSearchRecipesRequest) AddRecipeNutrition ¶
func (r ApiSearchRecipesRequest) AddRecipeNutrition(addRecipeNutrition bool) ApiSearchRecipesRequest
If set to true, you get nutritional information about each recipes returned.
func (ApiSearchRecipesRequest) Author ¶
func (r ApiSearchRecipesRequest) Author(author string) ApiSearchRecipesRequest
The username of the recipe author.
func (ApiSearchRecipesRequest) Cuisine ¶
func (r ApiSearchRecipesRequest) Cuisine(cuisine string) ApiSearchRecipesRequest
The cuisine(s) of the recipes. One or more, comma separated (will be interpreted as 'OR'). See a full list of supported cuisines.
func (ApiSearchRecipesRequest) Diet ¶
func (r ApiSearchRecipesRequest) Diet(diet string) ApiSearchRecipesRequest
The diet for which the recipes must be suitable. See a full list of supported diets.
func (ApiSearchRecipesRequest) Equipment ¶
func (r ApiSearchRecipesRequest) Equipment(equipment string) ApiSearchRecipesRequest
The equipment required. Multiple values will be interpreted as 'or'. For example, value could be \"blender, frying pan, bowl\".
func (ApiSearchRecipesRequest) ExcludeCuisine ¶
func (r ApiSearchRecipesRequest) ExcludeCuisine(excludeCuisine string) ApiSearchRecipesRequest
The cuisine(s) the recipes must not match. One or more, comma separated (will be interpreted as 'AND'). See a full list of supported cuisines.
func (ApiSearchRecipesRequest) ExcludeIngredients ¶
func (r ApiSearchRecipesRequest) ExcludeIngredients(excludeIngredients string) ApiSearchRecipesRequest
A comma-separated list of ingredients or ingredient types that the recipes must not contain.
func (ApiSearchRecipesRequest) Execute ¶
func (r ApiSearchRecipesRequest) Execute() (*SearchRecipes200Response, *http.Response, error)
func (ApiSearchRecipesRequest) FillIngredients ¶
func (r ApiSearchRecipesRequest) FillIngredients(fillIngredients bool) ApiSearchRecipesRequest
Add information about the ingredients and whether they are used or missing in relation to the query.
func (ApiSearchRecipesRequest) IgnorePantry ¶
func (r ApiSearchRecipesRequest) IgnorePantry(ignorePantry bool) ApiSearchRecipesRequest
Whether to ignore typical pantry items, such as water, salt, flour, etc.
func (ApiSearchRecipesRequest) IncludeIngredients ¶
func (r ApiSearchRecipesRequest) IncludeIngredients(includeIngredients string) ApiSearchRecipesRequest
A comma-separated list of ingredients that should/must be used in the recipes.
func (ApiSearchRecipesRequest) InstructionsRequired ¶
func (r ApiSearchRecipesRequest) InstructionsRequired(instructionsRequired bool) ApiSearchRecipesRequest
Whether the recipes must have instructions.
func (ApiSearchRecipesRequest) Intolerances ¶
func (r ApiSearchRecipesRequest) Intolerances(intolerances string) ApiSearchRecipesRequest
A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances.
func (ApiSearchRecipesRequest) MaxAlcohol ¶
func (r ApiSearchRecipesRequest) MaxAlcohol(maxAlcohol float32) ApiSearchRecipesRequest
The maximum amount of alcohol in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxCaffeine ¶
func (r ApiSearchRecipesRequest) MaxCaffeine(maxCaffeine float32) ApiSearchRecipesRequest
The maximum amount of caffeine in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxCalcium ¶
func (r ApiSearchRecipesRequest) MaxCalcium(maxCalcium float32) ApiSearchRecipesRequest
The maximum amount of calcium in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxCalories ¶
func (r ApiSearchRecipesRequest) MaxCalories(maxCalories float32) ApiSearchRecipesRequest
The maximum amount of calories the recipe can have.
func (ApiSearchRecipesRequest) MaxCarbs ¶
func (r ApiSearchRecipesRequest) MaxCarbs(maxCarbs float32) ApiSearchRecipesRequest
The maximum amount of carbohydrates in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxCholesterol ¶
func (r ApiSearchRecipesRequest) MaxCholesterol(maxCholesterol float32) ApiSearchRecipesRequest
The maximum amount of cholesterol in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxCholine ¶
func (r ApiSearchRecipesRequest) MaxCholine(maxCholine float32) ApiSearchRecipesRequest
The maximum amount of choline in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxCopper ¶
func (r ApiSearchRecipesRequest) MaxCopper(maxCopper float32) ApiSearchRecipesRequest
The maximum amount of copper in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxFat ¶
func (r ApiSearchRecipesRequest) MaxFat(maxFat float32) ApiSearchRecipesRequest
The maximum amount of fat in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxFiber ¶
func (r ApiSearchRecipesRequest) MaxFiber(maxFiber float32) ApiSearchRecipesRequest
The maximum amount of fiber in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxFluoride ¶
func (r ApiSearchRecipesRequest) MaxFluoride(maxFluoride float32) ApiSearchRecipesRequest
The maximum amount of fluoride in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxFolate ¶
func (r ApiSearchRecipesRequest) MaxFolate(maxFolate float32) ApiSearchRecipesRequest
The maximum amount of folate in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxFolicAcid ¶
func (r ApiSearchRecipesRequest) MaxFolicAcid(maxFolicAcid float32) ApiSearchRecipesRequest
The maximum amount of folic acid in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxIodine ¶
func (r ApiSearchRecipesRequest) MaxIodine(maxIodine float32) ApiSearchRecipesRequest
The maximum amount of iodine in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxIron ¶
func (r ApiSearchRecipesRequest) MaxIron(maxIron float32) ApiSearchRecipesRequest
The maximum amount of iron in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxMagnesium ¶
func (r ApiSearchRecipesRequest) MaxMagnesium(maxMagnesium float32) ApiSearchRecipesRequest
The maximum amount of magnesium in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxManganese ¶
func (r ApiSearchRecipesRequest) MaxManganese(maxManganese float32) ApiSearchRecipesRequest
The maximum amount of manganese in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxPhosphorus ¶
func (r ApiSearchRecipesRequest) MaxPhosphorus(maxPhosphorus float32) ApiSearchRecipesRequest
The maximum amount of phosphorus in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxPotassium ¶
func (r ApiSearchRecipesRequest) MaxPotassium(maxPotassium float32) ApiSearchRecipesRequest
The maximum amount of potassium in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxProtein ¶
func (r ApiSearchRecipesRequest) MaxProtein(maxProtein float32) ApiSearchRecipesRequest
The maximum amount of protein in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxReadyTime ¶
func (r ApiSearchRecipesRequest) MaxReadyTime(maxReadyTime float32) ApiSearchRecipesRequest
The maximum time in minutes it should take to prepare and cook the recipe.
func (ApiSearchRecipesRequest) MaxSaturatedFat ¶
func (r ApiSearchRecipesRequest) MaxSaturatedFat(maxSaturatedFat float32) ApiSearchRecipesRequest
The maximum amount of saturated fat in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxSelenium ¶
func (r ApiSearchRecipesRequest) MaxSelenium(maxSelenium float32) ApiSearchRecipesRequest
The maximum amount of selenium in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxServings ¶
func (r ApiSearchRecipesRequest) MaxServings(maxServings float32) ApiSearchRecipesRequest
The maximum amount of servings the recipe is for.
func (ApiSearchRecipesRequest) MaxSodium ¶
func (r ApiSearchRecipesRequest) MaxSodium(maxSodium float32) ApiSearchRecipesRequest
The maximum amount of sodium in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxSugar ¶
func (r ApiSearchRecipesRequest) MaxSugar(maxSugar float32) ApiSearchRecipesRequest
The maximum amount of sugar in grams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminA ¶
func (r ApiSearchRecipesRequest) MaxVitaminA(maxVitaminA float32) ApiSearchRecipesRequest
The maximum amount of Vitamin A in IU the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB1 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB1(maxVitaminB1 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B1 in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB12 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB12(maxVitaminB12 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B12 in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB2 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB2(maxVitaminB2 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B2 in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB3 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB3(maxVitaminB3 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B3 in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB5 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB5(maxVitaminB5 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B5 in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminB6 ¶
func (r ApiSearchRecipesRequest) MaxVitaminB6(maxVitaminB6 float32) ApiSearchRecipesRequest
The maximum amount of Vitamin B6 in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminC ¶
func (r ApiSearchRecipesRequest) MaxVitaminC(maxVitaminC float32) ApiSearchRecipesRequest
The maximum amount of Vitamin C in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminD ¶
func (r ApiSearchRecipesRequest) MaxVitaminD(maxVitaminD float32) ApiSearchRecipesRequest
The maximum amount of Vitamin D in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminE ¶
func (r ApiSearchRecipesRequest) MaxVitaminE(maxVitaminE float32) ApiSearchRecipesRequest
The maximum amount of Vitamin E in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MaxVitaminK ¶
func (r ApiSearchRecipesRequest) MaxVitaminK(maxVitaminK float32) ApiSearchRecipesRequest
The maximum amount of Vitamin K in micrograms the recipe can have.
func (ApiSearchRecipesRequest) MaxZinc ¶
func (r ApiSearchRecipesRequest) MaxZinc(maxZinc float32) ApiSearchRecipesRequest
The maximum amount of zinc in milligrams the recipe can have.
func (ApiSearchRecipesRequest) MinAlcohol ¶
func (r ApiSearchRecipesRequest) MinAlcohol(minAlcohol float32) ApiSearchRecipesRequest
The minimum amount of alcohol in grams the recipe must have.
func (ApiSearchRecipesRequest) MinCaffeine ¶
func (r ApiSearchRecipesRequest) MinCaffeine(minCaffeine float32) ApiSearchRecipesRequest
The minimum amount of caffeine in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinCalcium ¶
func (r ApiSearchRecipesRequest) MinCalcium(minCalcium float32) ApiSearchRecipesRequest
The minimum amount of calcium in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinCalories ¶
func (r ApiSearchRecipesRequest) MinCalories(minCalories float32) ApiSearchRecipesRequest
The minimum amount of calories the recipe must have.
func (ApiSearchRecipesRequest) MinCarbs ¶
func (r ApiSearchRecipesRequest) MinCarbs(minCarbs float32) ApiSearchRecipesRequest
The minimum amount of carbohydrates in grams the recipe must have.
func (ApiSearchRecipesRequest) MinCholesterol ¶
func (r ApiSearchRecipesRequest) MinCholesterol(minCholesterol float32) ApiSearchRecipesRequest
The minimum amount of cholesterol in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinCholine ¶
func (r ApiSearchRecipesRequest) MinCholine(minCholine float32) ApiSearchRecipesRequest
The minimum amount of choline in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinCopper ¶
func (r ApiSearchRecipesRequest) MinCopper(minCopper float32) ApiSearchRecipesRequest
The minimum amount of copper in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinFat ¶
func (r ApiSearchRecipesRequest) MinFat(minFat float32) ApiSearchRecipesRequest
The minimum amount of fat in grams the recipe must have.
func (ApiSearchRecipesRequest) MinFiber ¶
func (r ApiSearchRecipesRequest) MinFiber(minFiber float32) ApiSearchRecipesRequest
The minimum amount of fiber in grams the recipe must have.
func (ApiSearchRecipesRequest) MinFluoride ¶
func (r ApiSearchRecipesRequest) MinFluoride(minFluoride float32) ApiSearchRecipesRequest
The minimum amount of fluoride in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinFolate ¶
func (r ApiSearchRecipesRequest) MinFolate(minFolate float32) ApiSearchRecipesRequest
The minimum amount of folate in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinFolicAcid ¶
func (r ApiSearchRecipesRequest) MinFolicAcid(minFolicAcid float32) ApiSearchRecipesRequest
The minimum amount of folic acid in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinIodine ¶
func (r ApiSearchRecipesRequest) MinIodine(minIodine float32) ApiSearchRecipesRequest
The minimum amount of iodine in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinIron ¶
func (r ApiSearchRecipesRequest) MinIron(minIron float32) ApiSearchRecipesRequest
The minimum amount of iron in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinMagnesium ¶
func (r ApiSearchRecipesRequest) MinMagnesium(minMagnesium float32) ApiSearchRecipesRequest
The minimum amount of magnesium in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinManganese ¶
func (r ApiSearchRecipesRequest) MinManganese(minManganese float32) ApiSearchRecipesRequest
The minimum amount of manganese in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinPhosphorus ¶
func (r ApiSearchRecipesRequest) MinPhosphorus(minPhosphorus float32) ApiSearchRecipesRequest
The minimum amount of phosphorus in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinPotassium ¶
func (r ApiSearchRecipesRequest) MinPotassium(minPotassium float32) ApiSearchRecipesRequest
The minimum amount of potassium in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinProtein ¶
func (r ApiSearchRecipesRequest) MinProtein(minProtein float32) ApiSearchRecipesRequest
The minimum amount of protein in grams the recipe must have.
func (ApiSearchRecipesRequest) MinSaturatedFat ¶
func (r ApiSearchRecipesRequest) MinSaturatedFat(minSaturatedFat float32) ApiSearchRecipesRequest
The minimum amount of saturated fat in grams the recipe must have.
func (ApiSearchRecipesRequest) MinSelenium ¶
func (r ApiSearchRecipesRequest) MinSelenium(minSelenium float32) ApiSearchRecipesRequest
The minimum amount of selenium in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinServings ¶
func (r ApiSearchRecipesRequest) MinServings(minServings float32) ApiSearchRecipesRequest
The minimum amount of servings the recipe is for.
func (ApiSearchRecipesRequest) MinSodium ¶
func (r ApiSearchRecipesRequest) MinSodium(minSodium float32) ApiSearchRecipesRequest
The minimum amount of sodium in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinSugar ¶
func (r ApiSearchRecipesRequest) MinSugar(minSugar float32) ApiSearchRecipesRequest
The minimum amount of sugar in grams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminA ¶
func (r ApiSearchRecipesRequest) MinVitaminA(minVitaminA float32) ApiSearchRecipesRequest
The minimum amount of Vitamin A in IU the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB1 ¶
func (r ApiSearchRecipesRequest) MinVitaminB1(minVitaminB1 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B1 in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB12 ¶
func (r ApiSearchRecipesRequest) MinVitaminB12(minVitaminB12 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B12 in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB2 ¶
func (r ApiSearchRecipesRequest) MinVitaminB2(minVitaminB2 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B2 in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB3 ¶
func (r ApiSearchRecipesRequest) MinVitaminB3(minVitaminB3 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B3 in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB5 ¶
func (r ApiSearchRecipesRequest) MinVitaminB5(minVitaminB5 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B5 in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminB6 ¶
func (r ApiSearchRecipesRequest) MinVitaminB6(minVitaminB6 float32) ApiSearchRecipesRequest
The minimum amount of Vitamin B6 in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminC ¶
func (r ApiSearchRecipesRequest) MinVitaminC(minVitaminC float32) ApiSearchRecipesRequest
The minimum amount of Vitamin C milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminD ¶
func (r ApiSearchRecipesRequest) MinVitaminD(minVitaminD float32) ApiSearchRecipesRequest
The minimum amount of Vitamin D in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminE ¶
func (r ApiSearchRecipesRequest) MinVitaminE(minVitaminE float32) ApiSearchRecipesRequest
The minimum amount of Vitamin E in milligrams the recipe must have.
func (ApiSearchRecipesRequest) MinVitaminK ¶
func (r ApiSearchRecipesRequest) MinVitaminK(minVitaminK float32) ApiSearchRecipesRequest
The minimum amount of Vitamin K in micrograms the recipe must have.
func (ApiSearchRecipesRequest) MinZinc ¶
func (r ApiSearchRecipesRequest) MinZinc(minZinc float32) ApiSearchRecipesRequest
The minimum amount of zinc in milligrams the recipe must have.
func (ApiSearchRecipesRequest) Number ¶
func (r ApiSearchRecipesRequest) Number(number int32) ApiSearchRecipesRequest
The maximum number of items to return (between 1 and 100). Defaults to 10.
func (ApiSearchRecipesRequest) Offset ¶
func (r ApiSearchRecipesRequest) Offset(offset int32) ApiSearchRecipesRequest
The number of results to skip (between 0 and 900).
func (ApiSearchRecipesRequest) Query ¶
func (r ApiSearchRecipesRequest) Query(query string) ApiSearchRecipesRequest
The (natural language) search query.
func (ApiSearchRecipesRequest) RecipeBoxId ¶
func (r ApiSearchRecipesRequest) RecipeBoxId(recipeBoxId int32) ApiSearchRecipesRequest
The id of the recipe box to which the search should be limited to.
func (ApiSearchRecipesRequest) Sort ¶
func (r ApiSearchRecipesRequest) Sort(sort string) ApiSearchRecipesRequest
The strategy to sort recipes by. See a full list of supported sorting options.
func (ApiSearchRecipesRequest) SortDirection ¶
func (r ApiSearchRecipesRequest) SortDirection(sortDirection string) ApiSearchRecipesRequest
The direction in which to sort. Must be either 'asc' (ascending) or 'desc' (descending).
func (ApiSearchRecipesRequest) Tags ¶
func (r ApiSearchRecipesRequest) Tags(tags string) ApiSearchRecipesRequest
The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.
func (ApiSearchRecipesRequest) TitleMatch ¶
func (r ApiSearchRecipesRequest) TitleMatch(titleMatch string) ApiSearchRecipesRequest
Enter text that must be found in the title of the recipes.
func (ApiSearchRecipesRequest) Type_ ¶
func (r ApiSearchRecipesRequest) Type_(type_ string) ApiSearchRecipesRequest
The type of recipe. See a full list of supported meal types.
type ApiSearchRestaurantsRequest ¶
type ApiSearchRestaurantsRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSearchRestaurantsRequest) Budget ¶
func (r ApiSearchRestaurantsRequest) Budget(budget float32) ApiSearchRestaurantsRequest
The user's budget for a meal in USD.
func (ApiSearchRestaurantsRequest) Cuisine ¶
func (r ApiSearchRestaurantsRequest) Cuisine(cuisine string) ApiSearchRestaurantsRequest
The cuisine of the restaurant.
func (ApiSearchRestaurantsRequest) Distance ¶
func (r ApiSearchRestaurantsRequest) Distance(distance float32) ApiSearchRestaurantsRequest
The distance around the location in miles.
func (ApiSearchRestaurantsRequest) Execute ¶
func (r ApiSearchRestaurantsRequest) Execute() (*SearchRestaurants200Response, *http.Response, error)
func (ApiSearchRestaurantsRequest) IsOpen ¶
func (r ApiSearchRestaurantsRequest) IsOpen(isOpen bool) ApiSearchRestaurantsRequest
Whether the restaurant must be open at the time of search.
func (ApiSearchRestaurantsRequest) Lat ¶
func (r ApiSearchRestaurantsRequest) Lat(lat float32) ApiSearchRestaurantsRequest
The latitude of the user's location.
func (ApiSearchRestaurantsRequest) Lng ¶
func (r ApiSearchRestaurantsRequest) Lng(lng float32) ApiSearchRestaurantsRequest
The longitude of the user's location.\".
func (ApiSearchRestaurantsRequest) MinRating ¶
func (r ApiSearchRestaurantsRequest) MinRating(minRating float32) ApiSearchRestaurantsRequest
The minimum rating of the restaurant between 0 and 5.
func (ApiSearchRestaurantsRequest) Page ¶
func (r ApiSearchRestaurantsRequest) Page(page float32) ApiSearchRestaurantsRequest
The page number of results.
func (ApiSearchRestaurantsRequest) Query ¶
func (r ApiSearchRestaurantsRequest) Query(query string) ApiSearchRestaurantsRequest
The search query.
func (ApiSearchRestaurantsRequest) Sort ¶
func (r ApiSearchRestaurantsRequest) Sort(sort string) ApiSearchRestaurantsRequest
How to sort the results, one of the following 'cheapest', 'fastest', 'rating', 'distance' or the default 'relevance'.
type ApiSearchSiteContentRequest ¶
type ApiSearchSiteContentRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiSearchSiteContentRequest) Execute ¶
func (r ApiSearchSiteContentRequest) Execute() (*SearchSiteContent200Response, *http.Response, error)
func (ApiSearchSiteContentRequest) Query ¶
func (r ApiSearchSiteContentRequest) Query(query string) ApiSearchSiteContentRequest
The query to search for. You can also use partial queries such as \"spagh\" to already find spaghetti recipes, articles, grocery products, and other content.
type ApiSummarizeRecipeRequest ¶
type ApiSummarizeRecipeRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiSummarizeRecipeRequest) Execute ¶
func (r ApiSummarizeRecipeRequest) Execute() (*SummarizeRecipe200Response, *http.Response, error)
type ApiTalkToChatbotRequest ¶
type ApiTalkToChatbotRequest struct { ApiService *MiscAPIService // contains filtered or unexported fields }
func (ApiTalkToChatbotRequest) ContextId ¶
func (r ApiTalkToChatbotRequest) ContextId(contextId string) ApiTalkToChatbotRequest
An arbitrary globally unique id for your conversation. The conversation can contain states so you should pass your context id if you want the bot to be able to remember the conversation.
func (ApiTalkToChatbotRequest) Execute ¶
func (r ApiTalkToChatbotRequest) Execute() (*TalkToChatbot200Response, *http.Response, error)
func (ApiTalkToChatbotRequest) Text ¶
func (r ApiTalkToChatbotRequest) Text(text string) ApiTalkToChatbotRequest
The request / question / answer from the user to the chatbot.
type ApiVisualizeEquipmentRequest ¶
type ApiVisualizeEquipmentRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeEquipmentRequest) DefaultCss ¶
func (r ApiVisualizeEquipmentRequest) DefaultCss(defaultCss bool) ApiVisualizeEquipmentRequest
Whether the default CSS should be added to the response.
func (ApiVisualizeEquipmentRequest) Execute ¶
func (r ApiVisualizeEquipmentRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeEquipmentRequest) Instructions ¶
func (r ApiVisualizeEquipmentRequest) Instructions(instructions string) ApiVisualizeEquipmentRequest
The recipe's instructions.
func (ApiVisualizeEquipmentRequest) ShowBacklink ¶
func (r ApiVisualizeEquipmentRequest) ShowBacklink(showBacklink bool) ApiVisualizeEquipmentRequest
Whether to show a backlink to spoonacular. If set false, this call counts against your quota.
func (ApiVisualizeEquipmentRequest) View ¶
func (r ApiVisualizeEquipmentRequest) View(view string) ApiVisualizeEquipmentRequest
How to visualize the ingredients, either 'grid' or 'list'.
type ApiVisualizeIngredientsRequest ¶
type ApiVisualizeIngredientsRequest struct { ApiService *IngredientsAPIService // contains filtered or unexported fields }
func (ApiVisualizeIngredientsRequest) DefaultCss ¶
func (r ApiVisualizeIngredientsRequest) DefaultCss(defaultCss bool) ApiVisualizeIngredientsRequest
Whether the default CSS should be added to the response.
func (ApiVisualizeIngredientsRequest) Execute ¶
func (r ApiVisualizeIngredientsRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeIngredientsRequest) IngredientList ¶
func (r ApiVisualizeIngredientsRequest) IngredientList(ingredientList string) ApiVisualizeIngredientsRequest
The ingredient list of the recipe, one ingredient per line (separate lines with \\\\n).
func (ApiVisualizeIngredientsRequest) Language ¶
func (r ApiVisualizeIngredientsRequest) Language(language string) ApiVisualizeIngredientsRequest
The language of the input. Either 'en' or 'de'.
func (ApiVisualizeIngredientsRequest) Measure ¶
func (r ApiVisualizeIngredientsRequest) Measure(measure string) ApiVisualizeIngredientsRequest
The original system of measurement, either 'metric' or 'us'.
func (ApiVisualizeIngredientsRequest) Servings ¶
func (r ApiVisualizeIngredientsRequest) Servings(servings float32) ApiVisualizeIngredientsRequest
The number of servings.
func (ApiVisualizeIngredientsRequest) ShowBacklink ¶
func (r ApiVisualizeIngredientsRequest) ShowBacklink(showBacklink bool) ApiVisualizeIngredientsRequest
Whether to show a backlink to spoonacular. If set false, this call counts against your quota.
func (ApiVisualizeIngredientsRequest) View ¶
func (r ApiVisualizeIngredientsRequest) View(view string) ApiVisualizeIngredientsRequest
How to visualize the ingredients, either 'grid' or 'list'.
type ApiVisualizeMenuItemNutritionByIDRequest ¶
type ApiVisualizeMenuItemNutritionByIDRequest struct { ApiService *MenuItemsAPIService // contains filtered or unexported fields }
func (ApiVisualizeMenuItemNutritionByIDRequest) DefaultCss ¶
func (r ApiVisualizeMenuItemNutritionByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeMenuItemNutritionByIDRequest
Whether the default CSS should be added to the response.
type ApiVisualizePriceBreakdownRequest ¶
type ApiVisualizePriceBreakdownRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizePriceBreakdownRequest) DefaultCss ¶
func (r ApiVisualizePriceBreakdownRequest) DefaultCss(defaultCss bool) ApiVisualizePriceBreakdownRequest
Whether the default CSS should be added to the response.
func (ApiVisualizePriceBreakdownRequest) Execute ¶
func (r ApiVisualizePriceBreakdownRequest) Execute() (string, *http.Response, error)
func (ApiVisualizePriceBreakdownRequest) IngredientList ¶
func (r ApiVisualizePriceBreakdownRequest) IngredientList(ingredientList string) ApiVisualizePriceBreakdownRequest
The ingredient list of the recipe, one ingredient per line.
func (ApiVisualizePriceBreakdownRequest) Language ¶
func (r ApiVisualizePriceBreakdownRequest) Language(language string) ApiVisualizePriceBreakdownRequest
The language of the input. Either 'en' or 'de'.
func (ApiVisualizePriceBreakdownRequest) Mode ¶
func (r ApiVisualizePriceBreakdownRequest) Mode(mode float32) ApiVisualizePriceBreakdownRequest
The mode in which the widget should be delivered. 1 = separate views (compact), 2 = all in one view (full).
func (ApiVisualizePriceBreakdownRequest) Servings ¶
func (r ApiVisualizePriceBreakdownRequest) Servings(servings float32) ApiVisualizePriceBreakdownRequest
The number of servings.
func (ApiVisualizePriceBreakdownRequest) ShowBacklink ¶
func (r ApiVisualizePriceBreakdownRequest) ShowBacklink(showBacklink bool) ApiVisualizePriceBreakdownRequest
Whether to show a backlink to spoonacular. If set false, this call counts against your quota.
type ApiVisualizeProductNutritionByIDRequest ¶
type ApiVisualizeProductNutritionByIDRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiVisualizeProductNutritionByIDRequest) DefaultCss ¶
func (r ApiVisualizeProductNutritionByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeProductNutritionByIDRequest
Whether the default CSS should be added to the response.
type ApiVisualizeRecipeEquipmentByIDRequest ¶
type ApiVisualizeRecipeEquipmentByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeEquipmentByIDRequest) DefaultCss ¶
func (r ApiVisualizeRecipeEquipmentByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeEquipmentByIDRequest
Whether the default CSS should be added to the response.
type ApiVisualizeRecipeIngredientsByIDRequest ¶
type ApiVisualizeRecipeIngredientsByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeIngredientsByIDRequest) DefaultCss ¶
func (r ApiVisualizeRecipeIngredientsByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeIngredientsByIDRequest
Whether the default CSS should be added to the response.
func (ApiVisualizeRecipeIngredientsByIDRequest) Execute ¶
func (r ApiVisualizeRecipeIngredientsByIDRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeRecipeIngredientsByIDRequest) Measure ¶
func (r ApiVisualizeRecipeIngredientsByIDRequest) Measure(measure string) ApiVisualizeRecipeIngredientsByIDRequest
Whether the the measures should be 'us' or 'metric'.
type ApiVisualizeRecipeNutritionByIDRequest ¶
type ApiVisualizeRecipeNutritionByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeNutritionByIDRequest) DefaultCss ¶
func (r ApiVisualizeRecipeNutritionByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeNutritionByIDRequest
Whether the default CSS should be added to the response.
type ApiVisualizeRecipeNutritionRequest ¶
type ApiVisualizeRecipeNutritionRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeNutritionRequest) DefaultCss ¶
func (r ApiVisualizeRecipeNutritionRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipeNutritionRequest
Whether the default CSS should be added to the response.
func (ApiVisualizeRecipeNutritionRequest) Execute ¶
func (r ApiVisualizeRecipeNutritionRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeRecipeNutritionRequest) IngredientList ¶
func (r ApiVisualizeRecipeNutritionRequest) IngredientList(ingredientList string) ApiVisualizeRecipeNutritionRequest
The ingredient list of the recipe, one ingredient per line.
func (ApiVisualizeRecipeNutritionRequest) Language ¶
func (r ApiVisualizeRecipeNutritionRequest) Language(language string) ApiVisualizeRecipeNutritionRequest
The language of the input. Either 'en' or 'de'.
func (ApiVisualizeRecipeNutritionRequest) Servings ¶
func (r ApiVisualizeRecipeNutritionRequest) Servings(servings float32) ApiVisualizeRecipeNutritionRequest
The number of servings.
func (ApiVisualizeRecipeNutritionRequest) ShowBacklink ¶
func (r ApiVisualizeRecipeNutritionRequest) ShowBacklink(showBacklink bool) ApiVisualizeRecipeNutritionRequest
Whether to show a backlink to spoonacular. If set false, this call counts against your quota.
type ApiVisualizeRecipePriceBreakdownByIDRequest ¶
type ApiVisualizeRecipePriceBreakdownByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipePriceBreakdownByIDRequest) DefaultCss ¶
func (r ApiVisualizeRecipePriceBreakdownByIDRequest) DefaultCss(defaultCss bool) ApiVisualizeRecipePriceBreakdownByIDRequest
Whether the default CSS should be added to the response.
type ApiVisualizeRecipeTasteByIDRequest ¶
type ApiVisualizeRecipeTasteByIDRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeTasteByIDRequest) Execute ¶
func (r ApiVisualizeRecipeTasteByIDRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeRecipeTasteByIDRequest) Normalize ¶
func (r ApiVisualizeRecipeTasteByIDRequest) Normalize(normalize bool) ApiVisualizeRecipeTasteByIDRequest
Whether to normalize to the strongest taste.
func (ApiVisualizeRecipeTasteByIDRequest) Rgb ¶
func (r ApiVisualizeRecipeTasteByIDRequest) Rgb(rgb string) ApiVisualizeRecipeTasteByIDRequest
Red, green, blue values for the chart color.
type ApiVisualizeRecipeTasteRequest ¶
type ApiVisualizeRecipeTasteRequest struct { ApiService *RecipesAPIService // contains filtered or unexported fields }
func (ApiVisualizeRecipeTasteRequest) Execute ¶
func (r ApiVisualizeRecipeTasteRequest) Execute() (string, *http.Response, error)
func (ApiVisualizeRecipeTasteRequest) IngredientList ¶
func (r ApiVisualizeRecipeTasteRequest) IngredientList(ingredientList string) ApiVisualizeRecipeTasteRequest
The ingredient list of the recipe, one ingredient per line.
func (ApiVisualizeRecipeTasteRequest) Language ¶
func (r ApiVisualizeRecipeTasteRequest) Language(language string) ApiVisualizeRecipeTasteRequest
The language of the input. Either 'en' or 'de'.
func (ApiVisualizeRecipeTasteRequest) Normalize ¶
func (r ApiVisualizeRecipeTasteRequest) Normalize(normalize bool) ApiVisualizeRecipeTasteRequest
Normalize to the strongest taste.
func (ApiVisualizeRecipeTasteRequest) Rgb ¶
func (r ApiVisualizeRecipeTasteRequest) Rgb(rgb string) ApiVisualizeRecipeTasteRequest
Red, green, blue values for the chart color.
type AutocompleteIngredientSearch200ResponseInner ¶
type AutocompleteIngredientSearch200ResponseInner struct { Name string `json:"name"` Image string `json:"image"` Id *int32 `json:"id,omitempty"` Aisle *string `json:"aisle,omitempty"` PossibleUnits []string `json:"possibleUnits,omitempty"` }
AutocompleteIngredientSearch200ResponseInner struct for AutocompleteIngredientSearch200ResponseInner
func NewAutocompleteIngredientSearch200ResponseInner ¶
func NewAutocompleteIngredientSearch200ResponseInner(name string, image string) *AutocompleteIngredientSearch200ResponseInner
NewAutocompleteIngredientSearch200ResponseInner instantiates a new AutocompleteIngredientSearch200ResponseInner 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 NewAutocompleteIngredientSearch200ResponseInnerWithDefaults ¶
func NewAutocompleteIngredientSearch200ResponseInnerWithDefaults() *AutocompleteIngredientSearch200ResponseInner
NewAutocompleteIngredientSearch200ResponseInnerWithDefaults instantiates a new AutocompleteIngredientSearch200ResponseInner 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 (*AutocompleteIngredientSearch200ResponseInner) GetAisle ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetAisle() string
GetAisle returns the Aisle field value if set, zero value otherwise.
func (*AutocompleteIngredientSearch200ResponseInner) GetAisleOk ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AutocompleteIngredientSearch200ResponseInner) GetId ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*AutocompleteIngredientSearch200ResponseInner) GetIdOk ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AutocompleteIngredientSearch200ResponseInner) GetImage ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetImage() string
GetImage returns the Image field value
func (*AutocompleteIngredientSearch200ResponseInner) GetImageOk ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*AutocompleteIngredientSearch200ResponseInner) GetName ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetName() string
GetName returns the Name field value
func (*AutocompleteIngredientSearch200ResponseInner) GetNameOk ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AutocompleteIngredientSearch200ResponseInner) GetPossibleUnits ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnits() []string
GetPossibleUnits returns the PossibleUnits field value if set, zero value otherwise.
func (*AutocompleteIngredientSearch200ResponseInner) GetPossibleUnitsOk ¶
func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnitsOk() ([]string, bool)
GetPossibleUnitsOk returns a tuple with the PossibleUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AutocompleteIngredientSearch200ResponseInner) HasAisle ¶
func (o *AutocompleteIngredientSearch200ResponseInner) HasAisle() bool
HasAisle returns a boolean if a field has been set.
func (*AutocompleteIngredientSearch200ResponseInner) HasId ¶
func (o *AutocompleteIngredientSearch200ResponseInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*AutocompleteIngredientSearch200ResponseInner) HasPossibleUnits ¶
func (o *AutocompleteIngredientSearch200ResponseInner) HasPossibleUnits() bool
HasPossibleUnits returns a boolean if a field has been set.
func (AutocompleteIngredientSearch200ResponseInner) MarshalJSON ¶
func (o AutocompleteIngredientSearch200ResponseInner) MarshalJSON() ([]byte, error)
func (*AutocompleteIngredientSearch200ResponseInner) SetAisle ¶
func (o *AutocompleteIngredientSearch200ResponseInner) SetAisle(v string)
SetAisle gets a reference to the given string and assigns it to the Aisle field.
func (*AutocompleteIngredientSearch200ResponseInner) SetId ¶
func (o *AutocompleteIngredientSearch200ResponseInner) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*AutocompleteIngredientSearch200ResponseInner) SetImage ¶
func (o *AutocompleteIngredientSearch200ResponseInner) SetImage(v string)
SetImage sets field value
func (*AutocompleteIngredientSearch200ResponseInner) SetName ¶
func (o *AutocompleteIngredientSearch200ResponseInner) SetName(v string)
SetName sets field value
func (*AutocompleteIngredientSearch200ResponseInner) SetPossibleUnits ¶
func (o *AutocompleteIngredientSearch200ResponseInner) SetPossibleUnits(v []string)
SetPossibleUnits gets a reference to the given []string and assigns it to the PossibleUnits field.
func (AutocompleteIngredientSearch200ResponseInner) ToMap ¶
func (o AutocompleteIngredientSearch200ResponseInner) ToMap() (map[string]interface{}, error)
func (*AutocompleteIngredientSearch200ResponseInner) UnmarshalJSON ¶
func (o *AutocompleteIngredientSearch200ResponseInner) UnmarshalJSON(data []byte) (err error)
type AutocompleteProductSearch200Response ¶
type AutocompleteProductSearch200Response struct {
Results []AutocompleteProductSearch200ResponseResultsInner `json:"results"`
}
AutocompleteProductSearch200Response
func NewAutocompleteProductSearch200Response ¶
func NewAutocompleteProductSearch200Response(results []AutocompleteProductSearch200ResponseResultsInner) *AutocompleteProductSearch200Response
NewAutocompleteProductSearch200Response instantiates a new AutocompleteProductSearch200Response 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 NewAutocompleteProductSearch200ResponseWithDefaults ¶
func NewAutocompleteProductSearch200ResponseWithDefaults() *AutocompleteProductSearch200Response
NewAutocompleteProductSearch200ResponseWithDefaults instantiates a new AutocompleteProductSearch200Response 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 (*AutocompleteProductSearch200Response) GetResults ¶
func (o *AutocompleteProductSearch200Response) GetResults() []AutocompleteProductSearch200ResponseResultsInner
GetResults returns the Results field value
func (*AutocompleteProductSearch200Response) GetResultsOk ¶
func (o *AutocompleteProductSearch200Response) GetResultsOk() ([]AutocompleteProductSearch200ResponseResultsInner, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (AutocompleteProductSearch200Response) MarshalJSON ¶
func (o AutocompleteProductSearch200Response) MarshalJSON() ([]byte, error)
func (*AutocompleteProductSearch200Response) SetResults ¶
func (o *AutocompleteProductSearch200Response) SetResults(v []AutocompleteProductSearch200ResponseResultsInner)
SetResults sets field value
func (AutocompleteProductSearch200Response) ToMap ¶
func (o AutocompleteProductSearch200Response) ToMap() (map[string]interface{}, error)
func (*AutocompleteProductSearch200Response) UnmarshalJSON ¶
func (o *AutocompleteProductSearch200Response) UnmarshalJSON(data []byte) (err error)
type AutocompleteProductSearch200ResponseResultsInner ¶
type AutocompleteProductSearch200ResponseResultsInner struct { Id int32 `json:"id"` Title string `json:"title"` }
AutocompleteProductSearch200ResponseResultsInner struct for AutocompleteProductSearch200ResponseResultsInner
func NewAutocompleteProductSearch200ResponseResultsInner ¶
func NewAutocompleteProductSearch200ResponseResultsInner(id int32, title string) *AutocompleteProductSearch200ResponseResultsInner
NewAutocompleteProductSearch200ResponseResultsInner instantiates a new AutocompleteProductSearch200ResponseResultsInner 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 NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults ¶
func NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults() *AutocompleteProductSearch200ResponseResultsInner
NewAutocompleteProductSearch200ResponseResultsInnerWithDefaults instantiates a new AutocompleteProductSearch200ResponseResultsInner 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 (*AutocompleteProductSearch200ResponseResultsInner) GetId ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) GetId() int32
GetId returns the Id field value
func (*AutocompleteProductSearch200ResponseResultsInner) GetIdOk ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AutocompleteProductSearch200ResponseResultsInner) GetTitle ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitle() string
GetTitle returns the Title field value
func (*AutocompleteProductSearch200ResponseResultsInner) GetTitleOk ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (AutocompleteProductSearch200ResponseResultsInner) MarshalJSON ¶
func (o AutocompleteProductSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*AutocompleteProductSearch200ResponseResultsInner) SetId ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) SetId(v int32)
SetId sets field value
func (*AutocompleteProductSearch200ResponseResultsInner) SetTitle ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) SetTitle(v string)
SetTitle sets field value
func (AutocompleteProductSearch200ResponseResultsInner) ToMap ¶
func (o AutocompleteProductSearch200ResponseResultsInner) ToMap() (map[string]interface{}, error)
func (*AutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON ¶
func (o *AutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
type AutocompleteRecipeSearch200ResponseInner ¶
type AutocompleteRecipeSearch200ResponseInner struct { Id int32 `json:"id"` Title string `json:"title"` ImageType string `json:"imageType"` }
AutocompleteRecipeSearch200ResponseInner struct for AutocompleteRecipeSearch200ResponseInner
func NewAutocompleteRecipeSearch200ResponseInner ¶
func NewAutocompleteRecipeSearch200ResponseInner(id int32, title string, imageType string) *AutocompleteRecipeSearch200ResponseInner
NewAutocompleteRecipeSearch200ResponseInner instantiates a new AutocompleteRecipeSearch200ResponseInner 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 NewAutocompleteRecipeSearch200ResponseInnerWithDefaults ¶
func NewAutocompleteRecipeSearch200ResponseInnerWithDefaults() *AutocompleteRecipeSearch200ResponseInner
NewAutocompleteRecipeSearch200ResponseInnerWithDefaults instantiates a new AutocompleteRecipeSearch200ResponseInner 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 (*AutocompleteRecipeSearch200ResponseInner) GetId ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetId() int32
GetId returns the Id field value
func (*AutocompleteRecipeSearch200ResponseInner) GetIdOk ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AutocompleteRecipeSearch200ResponseInner) GetImageType ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetImageType() string
GetImageType returns the ImageType field value
func (*AutocompleteRecipeSearch200ResponseInner) GetImageTypeOk ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*AutocompleteRecipeSearch200ResponseInner) GetTitle ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetTitle() string
GetTitle returns the Title field value
func (*AutocompleteRecipeSearch200ResponseInner) GetTitleOk ¶
func (o *AutocompleteRecipeSearch200ResponseInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (AutocompleteRecipeSearch200ResponseInner) MarshalJSON ¶
func (o AutocompleteRecipeSearch200ResponseInner) MarshalJSON() ([]byte, error)
func (*AutocompleteRecipeSearch200ResponseInner) SetId ¶
func (o *AutocompleteRecipeSearch200ResponseInner) SetId(v int32)
SetId sets field value
func (*AutocompleteRecipeSearch200ResponseInner) SetImageType ¶
func (o *AutocompleteRecipeSearch200ResponseInner) SetImageType(v string)
SetImageType sets field value
func (*AutocompleteRecipeSearch200ResponseInner) SetTitle ¶
func (o *AutocompleteRecipeSearch200ResponseInner) SetTitle(v string)
SetTitle sets field value
func (AutocompleteRecipeSearch200ResponseInner) ToMap ¶
func (o AutocompleteRecipeSearch200ResponseInner) ToMap() (map[string]interface{}, error)
func (*AutocompleteRecipeSearch200ResponseInner) UnmarshalJSON ¶
func (o *AutocompleteRecipeSearch200ResponseInner) UnmarshalJSON(data []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type ClassifyCuisine200Response ¶
type ClassifyCuisine200Response struct { Cuisine string `json:"cuisine"` Cuisines []string `json:"cuisines"` Confidence float32 `json:"confidence"` }
ClassifyCuisine200Response
func NewClassifyCuisine200Response ¶
func NewClassifyCuisine200Response(cuisine string, cuisines []string, confidence float32) *ClassifyCuisine200Response
NewClassifyCuisine200Response instantiates a new ClassifyCuisine200Response 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 NewClassifyCuisine200ResponseWithDefaults ¶
func NewClassifyCuisine200ResponseWithDefaults() *ClassifyCuisine200Response
NewClassifyCuisine200ResponseWithDefaults instantiates a new ClassifyCuisine200Response 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 (*ClassifyCuisine200Response) GetConfidence ¶
func (o *ClassifyCuisine200Response) GetConfidence() float32
GetConfidence returns the Confidence field value
func (*ClassifyCuisine200Response) GetConfidenceOk ¶
func (o *ClassifyCuisine200Response) GetConfidenceOk() (*float32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*ClassifyCuisine200Response) GetCuisine ¶
func (o *ClassifyCuisine200Response) GetCuisine() string
GetCuisine returns the Cuisine field value
func (*ClassifyCuisine200Response) GetCuisineOk ¶
func (o *ClassifyCuisine200Response) GetCuisineOk() (*string, bool)
GetCuisineOk returns a tuple with the Cuisine field value and a boolean to check if the value has been set.
func (*ClassifyCuisine200Response) GetCuisines ¶
func (o *ClassifyCuisine200Response) GetCuisines() []string
GetCuisines returns the Cuisines field value
func (*ClassifyCuisine200Response) GetCuisinesOk ¶
func (o *ClassifyCuisine200Response) GetCuisinesOk() ([]string, bool)
GetCuisinesOk returns a tuple with the Cuisines field value and a boolean to check if the value has been set.
func (ClassifyCuisine200Response) MarshalJSON ¶
func (o ClassifyCuisine200Response) MarshalJSON() ([]byte, error)
func (*ClassifyCuisine200Response) SetConfidence ¶
func (o *ClassifyCuisine200Response) SetConfidence(v float32)
SetConfidence sets field value
func (*ClassifyCuisine200Response) SetCuisine ¶
func (o *ClassifyCuisine200Response) SetCuisine(v string)
SetCuisine sets field value
func (*ClassifyCuisine200Response) SetCuisines ¶
func (o *ClassifyCuisine200Response) SetCuisines(v []string)
SetCuisines sets field value
func (ClassifyCuisine200Response) ToMap ¶
func (o ClassifyCuisine200Response) ToMap() (map[string]interface{}, error)
func (*ClassifyCuisine200Response) UnmarshalJSON ¶
func (o *ClassifyCuisine200Response) UnmarshalJSON(data []byte) (err error)
type ClassifyGroceryProduct200Response ¶
type ClassifyGroceryProduct200Response struct { CleanTitle string `json:"cleanTitle"` Image string `json:"image"` Category string `json:"category"` Breadcrumbs []string `json:"breadcrumbs"` UsdaCode int32 `json:"usdaCode"` }
ClassifyGroceryProduct200Response
func NewClassifyGroceryProduct200Response ¶
func NewClassifyGroceryProduct200Response(cleanTitle string, image string, category string, breadcrumbs []string, usdaCode int32) *ClassifyGroceryProduct200Response
NewClassifyGroceryProduct200Response instantiates a new ClassifyGroceryProduct200Response 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 NewClassifyGroceryProduct200ResponseWithDefaults ¶
func NewClassifyGroceryProduct200ResponseWithDefaults() *ClassifyGroceryProduct200Response
NewClassifyGroceryProduct200ResponseWithDefaults instantiates a new ClassifyGroceryProduct200Response 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 (*ClassifyGroceryProduct200Response) GetBreadcrumbs ¶
func (o *ClassifyGroceryProduct200Response) GetBreadcrumbs() []string
GetBreadcrumbs returns the Breadcrumbs field value
func (*ClassifyGroceryProduct200Response) GetBreadcrumbsOk ¶
func (o *ClassifyGroceryProduct200Response) GetBreadcrumbsOk() ([]string, bool)
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProduct200Response) GetCategory ¶
func (o *ClassifyGroceryProduct200Response) GetCategory() string
GetCategory returns the Category field value
func (*ClassifyGroceryProduct200Response) GetCategoryOk ¶
func (o *ClassifyGroceryProduct200Response) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProduct200Response) GetCleanTitle ¶
func (o *ClassifyGroceryProduct200Response) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field value
func (*ClassifyGroceryProduct200Response) GetCleanTitleOk ¶
func (o *ClassifyGroceryProduct200Response) GetCleanTitleOk() (*string, bool)
GetCleanTitleOk returns a tuple with the CleanTitle field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProduct200Response) GetImage ¶
func (o *ClassifyGroceryProduct200Response) GetImage() string
GetImage returns the Image field value
func (*ClassifyGroceryProduct200Response) GetImageOk ¶
func (o *ClassifyGroceryProduct200Response) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProduct200Response) GetUsdaCode ¶
func (o *ClassifyGroceryProduct200Response) GetUsdaCode() int32
GetUsdaCode returns the UsdaCode field value
func (*ClassifyGroceryProduct200Response) GetUsdaCodeOk ¶
func (o *ClassifyGroceryProduct200Response) GetUsdaCodeOk() (*int32, bool)
GetUsdaCodeOk returns a tuple with the UsdaCode field value and a boolean to check if the value has been set.
func (ClassifyGroceryProduct200Response) MarshalJSON ¶
func (o ClassifyGroceryProduct200Response) MarshalJSON() ([]byte, error)
func (*ClassifyGroceryProduct200Response) SetBreadcrumbs ¶
func (o *ClassifyGroceryProduct200Response) SetBreadcrumbs(v []string)
SetBreadcrumbs sets field value
func (*ClassifyGroceryProduct200Response) SetCategory ¶
func (o *ClassifyGroceryProduct200Response) SetCategory(v string)
SetCategory sets field value
func (*ClassifyGroceryProduct200Response) SetCleanTitle ¶
func (o *ClassifyGroceryProduct200Response) SetCleanTitle(v string)
SetCleanTitle sets field value
func (*ClassifyGroceryProduct200Response) SetImage ¶
func (o *ClassifyGroceryProduct200Response) SetImage(v string)
SetImage sets field value
func (*ClassifyGroceryProduct200Response) SetUsdaCode ¶
func (o *ClassifyGroceryProduct200Response) SetUsdaCode(v int32)
SetUsdaCode sets field value
func (ClassifyGroceryProduct200Response) ToMap ¶
func (o ClassifyGroceryProduct200Response) ToMap() (map[string]interface{}, error)
func (*ClassifyGroceryProduct200Response) UnmarshalJSON ¶
func (o *ClassifyGroceryProduct200Response) UnmarshalJSON(data []byte) (err error)
type ClassifyGroceryProductBulk200ResponseInner ¶
type ClassifyGroceryProductBulk200ResponseInner struct { CleanTitle string `json:"cleanTitle"` Image string `json:"image"` Category string `json:"category"` Breadcrumbs []string `json:"breadcrumbs"` UsdaCode int32 `json:"usdaCode"` }
ClassifyGroceryProductBulk200ResponseInner struct for ClassifyGroceryProductBulk200ResponseInner
func NewClassifyGroceryProductBulk200ResponseInner ¶
func NewClassifyGroceryProductBulk200ResponseInner(cleanTitle string, image string, category string, breadcrumbs []string, usdaCode int32) *ClassifyGroceryProductBulk200ResponseInner
NewClassifyGroceryProductBulk200ResponseInner instantiates a new ClassifyGroceryProductBulk200ResponseInner 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 NewClassifyGroceryProductBulk200ResponseInnerWithDefaults ¶
func NewClassifyGroceryProductBulk200ResponseInnerWithDefaults() *ClassifyGroceryProductBulk200ResponseInner
NewClassifyGroceryProductBulk200ResponseInnerWithDefaults instantiates a new ClassifyGroceryProductBulk200ResponseInner 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 (*ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbs ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbs() []string
GetBreadcrumbs returns the Breadcrumbs field value
func (*ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbsOk ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetBreadcrumbsOk() ([]string, bool)
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulk200ResponseInner) GetCategory ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetCategory() string
GetCategory returns the Category field value
func (*ClassifyGroceryProductBulk200ResponseInner) GetCategoryOk ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulk200ResponseInner) GetCleanTitle ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field value
func (*ClassifyGroceryProductBulk200ResponseInner) GetCleanTitleOk ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetCleanTitleOk() (*string, bool)
GetCleanTitleOk returns a tuple with the CleanTitle field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulk200ResponseInner) GetImage ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetImage() string
GetImage returns the Image field value
func (*ClassifyGroceryProductBulk200ResponseInner) GetImageOk ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulk200ResponseInner) GetUsdaCode ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetUsdaCode() int32
GetUsdaCode returns the UsdaCode field value
func (*ClassifyGroceryProductBulk200ResponseInner) GetUsdaCodeOk ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) GetUsdaCodeOk() (*int32, bool)
GetUsdaCodeOk returns a tuple with the UsdaCode field value and a boolean to check if the value has been set.
func (ClassifyGroceryProductBulk200ResponseInner) MarshalJSON ¶
func (o ClassifyGroceryProductBulk200ResponseInner) MarshalJSON() ([]byte, error)
func (*ClassifyGroceryProductBulk200ResponseInner) SetBreadcrumbs ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) SetBreadcrumbs(v []string)
SetBreadcrumbs sets field value
func (*ClassifyGroceryProductBulk200ResponseInner) SetCategory ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) SetCategory(v string)
SetCategory sets field value
func (*ClassifyGroceryProductBulk200ResponseInner) SetCleanTitle ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) SetCleanTitle(v string)
SetCleanTitle sets field value
func (*ClassifyGroceryProductBulk200ResponseInner) SetImage ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) SetImage(v string)
SetImage sets field value
func (*ClassifyGroceryProductBulk200ResponseInner) SetUsdaCode ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) SetUsdaCode(v int32)
SetUsdaCode sets field value
func (ClassifyGroceryProductBulk200ResponseInner) ToMap ¶
func (o ClassifyGroceryProductBulk200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON ¶
func (o *ClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ClassifyGroceryProductBulkRequestInner ¶
type ClassifyGroceryProductBulkRequestInner struct { Title string `json:"title"` Upc string `json:"upc"` PluCode string `json:"plu_code"` }
ClassifyGroceryProductBulkRequestInner struct for ClassifyGroceryProductBulkRequestInner
func NewClassifyGroceryProductBulkRequestInner ¶
func NewClassifyGroceryProductBulkRequestInner(title string, upc string, pluCode string) *ClassifyGroceryProductBulkRequestInner
NewClassifyGroceryProductBulkRequestInner instantiates a new ClassifyGroceryProductBulkRequestInner 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 NewClassifyGroceryProductBulkRequestInnerWithDefaults ¶
func NewClassifyGroceryProductBulkRequestInnerWithDefaults() *ClassifyGroceryProductBulkRequestInner
NewClassifyGroceryProductBulkRequestInnerWithDefaults instantiates a new ClassifyGroceryProductBulkRequestInner 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 (*ClassifyGroceryProductBulkRequestInner) GetPluCode ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetPluCode() string
GetPluCode returns the PluCode field value
func (*ClassifyGroceryProductBulkRequestInner) GetPluCodeOk ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetPluCodeOk() (*string, bool)
GetPluCodeOk returns a tuple with the PluCode field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulkRequestInner) GetTitle ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetTitle() string
GetTitle returns the Title field value
func (*ClassifyGroceryProductBulkRequestInner) GetTitleOk ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductBulkRequestInner) GetUpc ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetUpc() string
GetUpc returns the Upc field value
func (*ClassifyGroceryProductBulkRequestInner) GetUpcOk ¶
func (o *ClassifyGroceryProductBulkRequestInner) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field value and a boolean to check if the value has been set.
func (ClassifyGroceryProductBulkRequestInner) MarshalJSON ¶
func (o ClassifyGroceryProductBulkRequestInner) MarshalJSON() ([]byte, error)
func (*ClassifyGroceryProductBulkRequestInner) SetPluCode ¶
func (o *ClassifyGroceryProductBulkRequestInner) SetPluCode(v string)
SetPluCode sets field value
func (*ClassifyGroceryProductBulkRequestInner) SetTitle ¶
func (o *ClassifyGroceryProductBulkRequestInner) SetTitle(v string)
SetTitle sets field value
func (*ClassifyGroceryProductBulkRequestInner) SetUpc ¶
func (o *ClassifyGroceryProductBulkRequestInner) SetUpc(v string)
SetUpc sets field value
func (ClassifyGroceryProductBulkRequestInner) ToMap ¶
func (o ClassifyGroceryProductBulkRequestInner) ToMap() (map[string]interface{}, error)
func (*ClassifyGroceryProductBulkRequestInner) UnmarshalJSON ¶
func (o *ClassifyGroceryProductBulkRequestInner) UnmarshalJSON(data []byte) (err error)
type ClassifyGroceryProductRequest ¶
type ClassifyGroceryProductRequest struct { Title string `json:"title"` Upc string `json:"upc"` PluCode string `json:"plu_code"` }
ClassifyGroceryProductRequest
func NewClassifyGroceryProductRequest ¶
func NewClassifyGroceryProductRequest(title string, upc string, pluCode string) *ClassifyGroceryProductRequest
NewClassifyGroceryProductRequest instantiates a new ClassifyGroceryProductRequest 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 NewClassifyGroceryProductRequestWithDefaults ¶
func NewClassifyGroceryProductRequestWithDefaults() *ClassifyGroceryProductRequest
NewClassifyGroceryProductRequestWithDefaults instantiates a new ClassifyGroceryProductRequest 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 (*ClassifyGroceryProductRequest) GetPluCode ¶
func (o *ClassifyGroceryProductRequest) GetPluCode() string
GetPluCode returns the PluCode field value
func (*ClassifyGroceryProductRequest) GetPluCodeOk ¶
func (o *ClassifyGroceryProductRequest) GetPluCodeOk() (*string, bool)
GetPluCodeOk returns a tuple with the PluCode field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductRequest) GetTitle ¶
func (o *ClassifyGroceryProductRequest) GetTitle() string
GetTitle returns the Title field value
func (*ClassifyGroceryProductRequest) GetTitleOk ¶
func (o *ClassifyGroceryProductRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ClassifyGroceryProductRequest) GetUpc ¶
func (o *ClassifyGroceryProductRequest) GetUpc() string
GetUpc returns the Upc field value
func (*ClassifyGroceryProductRequest) GetUpcOk ¶
func (o *ClassifyGroceryProductRequest) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field value and a boolean to check if the value has been set.
func (ClassifyGroceryProductRequest) MarshalJSON ¶
func (o ClassifyGroceryProductRequest) MarshalJSON() ([]byte, error)
func (*ClassifyGroceryProductRequest) SetPluCode ¶
func (o *ClassifyGroceryProductRequest) SetPluCode(v string)
SetPluCode sets field value
func (*ClassifyGroceryProductRequest) SetTitle ¶
func (o *ClassifyGroceryProductRequest) SetTitle(v string)
SetTitle sets field value
func (*ClassifyGroceryProductRequest) SetUpc ¶
func (o *ClassifyGroceryProductRequest) SetUpc(v string)
SetUpc sets field value
func (ClassifyGroceryProductRequest) ToMap ¶
func (o ClassifyGroceryProductRequest) ToMap() (map[string]interface{}, error)
func (*ClassifyGroceryProductRequest) UnmarshalJSON ¶
func (o *ClassifyGroceryProductRequest) UnmarshalJSON(data []byte) (err error)
type ComparableProduct ¶
type ComparableProduct struct { Difference float32 `json:"difference"` Id int32 `json:"id"` Image string `json:"image"` Title string `json:"title"` }
ComparableProduct struct for ComparableProduct
func NewComparableProduct ¶
func NewComparableProduct(difference float32, id int32, image string, title string) *ComparableProduct
NewComparableProduct instantiates a new ComparableProduct 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 NewComparableProductWithDefaults ¶
func NewComparableProductWithDefaults() *ComparableProduct
NewComparableProductWithDefaults instantiates a new ComparableProduct 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 (*ComparableProduct) GetDifference ¶
func (o *ComparableProduct) GetDifference() float32
GetDifference returns the Difference field value
func (*ComparableProduct) GetDifferenceOk ¶
func (o *ComparableProduct) GetDifferenceOk() (*float32, bool)
GetDifferenceOk returns a tuple with the Difference field value and a boolean to check if the value has been set.
func (*ComparableProduct) GetId ¶
func (o *ComparableProduct) GetId() int32
GetId returns the Id field value
func (*ComparableProduct) GetIdOk ¶
func (o *ComparableProduct) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ComparableProduct) GetImage ¶
func (o *ComparableProduct) GetImage() string
GetImage returns the Image field value
func (*ComparableProduct) GetImageOk ¶
func (o *ComparableProduct) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*ComparableProduct) GetTitle ¶
func (o *ComparableProduct) GetTitle() string
GetTitle returns the Title field value
func (*ComparableProduct) GetTitleOk ¶
func (o *ComparableProduct) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (ComparableProduct) MarshalJSON ¶
func (o ComparableProduct) MarshalJSON() ([]byte, error)
func (*ComparableProduct) SetDifference ¶
func (o *ComparableProduct) SetDifference(v float32)
SetDifference sets field value
func (*ComparableProduct) SetImage ¶
func (o *ComparableProduct) SetImage(v string)
SetImage sets field value
func (*ComparableProduct) SetTitle ¶
func (o *ComparableProduct) SetTitle(v string)
SetTitle sets field value
func (ComparableProduct) ToMap ¶
func (o ComparableProduct) ToMap() (map[string]interface{}, error)
func (*ComparableProduct) UnmarshalJSON ¶
func (o *ComparableProduct) UnmarshalJSON(data []byte) (err error)
type ComputeGlycemicLoad200Response ¶
type ComputeGlycemicLoad200Response struct { TotalGlycemicLoad float32 `json:"totalGlycemicLoad"` Ingredients []ComputeGlycemicLoad200ResponseIngredientsInner `json:"ingredients"` }
ComputeGlycemicLoad200Response
func NewComputeGlycemicLoad200Response ¶
func NewComputeGlycemicLoad200Response(totalGlycemicLoad float32, ingredients []ComputeGlycemicLoad200ResponseIngredientsInner) *ComputeGlycemicLoad200Response
NewComputeGlycemicLoad200Response instantiates a new ComputeGlycemicLoad200Response 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 NewComputeGlycemicLoad200ResponseWithDefaults ¶
func NewComputeGlycemicLoad200ResponseWithDefaults() *ComputeGlycemicLoad200Response
NewComputeGlycemicLoad200ResponseWithDefaults instantiates a new ComputeGlycemicLoad200Response 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 (*ComputeGlycemicLoad200Response) GetIngredients ¶
func (o *ComputeGlycemicLoad200Response) GetIngredients() []ComputeGlycemicLoad200ResponseIngredientsInner
GetIngredients returns the Ingredients field value
func (*ComputeGlycemicLoad200Response) GetIngredientsOk ¶
func (o *ComputeGlycemicLoad200Response) GetIngredientsOk() ([]ComputeGlycemicLoad200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*ComputeGlycemicLoad200Response) GetTotalGlycemicLoad ¶
func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoad() float32
GetTotalGlycemicLoad returns the TotalGlycemicLoad field value
func (*ComputeGlycemicLoad200Response) GetTotalGlycemicLoadOk ¶
func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoadOk() (*float32, bool)
GetTotalGlycemicLoadOk returns a tuple with the TotalGlycemicLoad field value and a boolean to check if the value has been set.
func (ComputeGlycemicLoad200Response) MarshalJSON ¶
func (o ComputeGlycemicLoad200Response) MarshalJSON() ([]byte, error)
func (*ComputeGlycemicLoad200Response) SetIngredients ¶
func (o *ComputeGlycemicLoad200Response) SetIngredients(v []ComputeGlycemicLoad200ResponseIngredientsInner)
SetIngredients sets field value
func (*ComputeGlycemicLoad200Response) SetTotalGlycemicLoad ¶
func (o *ComputeGlycemicLoad200Response) SetTotalGlycemicLoad(v float32)
SetTotalGlycemicLoad sets field value
func (ComputeGlycemicLoad200Response) ToMap ¶
func (o ComputeGlycemicLoad200Response) ToMap() (map[string]interface{}, error)
func (*ComputeGlycemicLoad200Response) UnmarshalJSON ¶
func (o *ComputeGlycemicLoad200Response) UnmarshalJSON(data []byte) (err error)
type ComputeGlycemicLoad200ResponseIngredientsInner ¶
type ComputeGlycemicLoad200ResponseIngredientsInner struct { Id int32 `json:"id"` Original string `json:"original"` GlycemicIndex float32 `json:"glycemicIndex"` GlycemicLoad float32 `json:"glycemicLoad"` }
ComputeGlycemicLoad200ResponseIngredientsInner struct for ComputeGlycemicLoad200ResponseIngredientsInner
func NewComputeGlycemicLoad200ResponseIngredientsInner ¶
func NewComputeGlycemicLoad200ResponseIngredientsInner(id int32, original string, glycemicIndex float32, glycemicLoad float32) *ComputeGlycemicLoad200ResponseIngredientsInner
NewComputeGlycemicLoad200ResponseIngredientsInner instantiates a new ComputeGlycemicLoad200ResponseIngredientsInner 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 NewComputeGlycemicLoad200ResponseIngredientsInnerWithDefaults ¶
func NewComputeGlycemicLoad200ResponseIngredientsInnerWithDefaults() *ComputeGlycemicLoad200ResponseIngredientsInner
NewComputeGlycemicLoad200ResponseIngredientsInnerWithDefaults instantiates a new ComputeGlycemicLoad200ResponseIngredientsInner 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 (*ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndex ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndex() float32
GetGlycemicIndex returns the GlycemicIndex field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndexOk ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndexOk() (*float32, bool)
GetGlycemicIndexOk returns a tuple with the GlycemicIndex field value and a boolean to check if the value has been set.
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoad ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoad() float32
GetGlycemicLoad returns the GlycemicLoad field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoadOk ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoadOk() (*float32, bool)
GetGlycemicLoadOk returns a tuple with the GlycemicLoad field value and a boolean to check if the value has been set.
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetId ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetId() int32
GetId returns the Id field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetIdOk ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginal ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginal() string
GetOriginal returns the Original field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginalOk ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (ComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON ¶
func (o ComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicIndex ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicIndex(v float32)
SetGlycemicIndex sets field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicLoad ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicLoad(v float32)
SetGlycemicLoad sets field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) SetId ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetId(v int32)
SetId sets field value
func (*ComputeGlycemicLoad200ResponseIngredientsInner) SetOriginal ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetOriginal(v string)
SetOriginal sets field value
func (ComputeGlycemicLoad200ResponseIngredientsInner) ToMap ¶
func (o ComputeGlycemicLoad200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
func (*ComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON ¶
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
type ComputeGlycemicLoadRequest ¶
type ComputeGlycemicLoadRequest struct {
Ingredients []string `json:"ingredients"`
}
ComputeGlycemicLoadRequest
func NewComputeGlycemicLoadRequest ¶
func NewComputeGlycemicLoadRequest(ingredients []string) *ComputeGlycemicLoadRequest
NewComputeGlycemicLoadRequest instantiates a new ComputeGlycemicLoadRequest 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 NewComputeGlycemicLoadRequestWithDefaults ¶
func NewComputeGlycemicLoadRequestWithDefaults() *ComputeGlycemicLoadRequest
NewComputeGlycemicLoadRequestWithDefaults instantiates a new ComputeGlycemicLoadRequest 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 (*ComputeGlycemicLoadRequest) GetIngredients ¶
func (o *ComputeGlycemicLoadRequest) GetIngredients() []string
GetIngredients returns the Ingredients field value
func (*ComputeGlycemicLoadRequest) GetIngredientsOk ¶
func (o *ComputeGlycemicLoadRequest) GetIngredientsOk() ([]string, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (ComputeGlycemicLoadRequest) MarshalJSON ¶
func (o ComputeGlycemicLoadRequest) MarshalJSON() ([]byte, error)
func (*ComputeGlycemicLoadRequest) SetIngredients ¶
func (o *ComputeGlycemicLoadRequest) SetIngredients(v []string)
SetIngredients sets field value
func (ComputeGlycemicLoadRequest) ToMap ¶
func (o ComputeGlycemicLoadRequest) ToMap() (map[string]interface{}, error)
func (*ComputeGlycemicLoadRequest) UnmarshalJSON ¶
func (o *ComputeGlycemicLoadRequest) UnmarshalJSON(data []byte) (err error)
type ComputeIngredientAmount200Response ¶
type ComputeIngredientAmount200Response struct { Amount float32 `json:"amount"` Unit string `json:"unit"` }
ComputeIngredientAmount200Response
func NewComputeIngredientAmount200Response ¶
func NewComputeIngredientAmount200Response(amount float32, unit string) *ComputeIngredientAmount200Response
NewComputeIngredientAmount200Response instantiates a new ComputeIngredientAmount200Response 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 NewComputeIngredientAmount200ResponseWithDefaults ¶
func NewComputeIngredientAmount200ResponseWithDefaults() *ComputeIngredientAmount200Response
NewComputeIngredientAmount200ResponseWithDefaults instantiates a new ComputeIngredientAmount200Response 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 (*ComputeIngredientAmount200Response) GetAmount ¶
func (o *ComputeIngredientAmount200Response) GetAmount() float32
GetAmount returns the Amount field value
func (*ComputeIngredientAmount200Response) GetAmountOk ¶
func (o *ComputeIngredientAmount200Response) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*ComputeIngredientAmount200Response) GetUnit ¶
func (o *ComputeIngredientAmount200Response) GetUnit() string
GetUnit returns the Unit field value
func (*ComputeIngredientAmount200Response) GetUnitOk ¶
func (o *ComputeIngredientAmount200Response) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (ComputeIngredientAmount200Response) MarshalJSON ¶
func (o ComputeIngredientAmount200Response) MarshalJSON() ([]byte, error)
func (*ComputeIngredientAmount200Response) SetAmount ¶
func (o *ComputeIngredientAmount200Response) SetAmount(v float32)
SetAmount sets field value
func (*ComputeIngredientAmount200Response) SetUnit ¶
func (o *ComputeIngredientAmount200Response) SetUnit(v string)
SetUnit sets field value
func (ComputeIngredientAmount200Response) ToMap ¶
func (o ComputeIngredientAmount200Response) ToMap() (map[string]interface{}, error)
func (*ComputeIngredientAmount200Response) UnmarshalJSON ¶
func (o *ComputeIngredientAmount200Response) UnmarshalJSON(data []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ConnectUser200Response ¶
ConnectUser200Response
func NewConnectUser200Response ¶
func NewConnectUser200Response(username string, hash string) *ConnectUser200Response
NewConnectUser200Response instantiates a new ConnectUser200Response 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 NewConnectUser200ResponseWithDefaults ¶
func NewConnectUser200ResponseWithDefaults() *ConnectUser200Response
NewConnectUser200ResponseWithDefaults instantiates a new ConnectUser200Response 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 (*ConnectUser200Response) GetHash ¶
func (o *ConnectUser200Response) GetHash() string
GetHash returns the Hash field value
func (*ConnectUser200Response) GetHashOk ¶
func (o *ConnectUser200Response) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (*ConnectUser200Response) GetUsername ¶
func (o *ConnectUser200Response) GetUsername() string
GetUsername returns the Username field value
func (*ConnectUser200Response) GetUsernameOk ¶
func (o *ConnectUser200Response) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (ConnectUser200Response) MarshalJSON ¶
func (o ConnectUser200Response) MarshalJSON() ([]byte, error)
func (*ConnectUser200Response) SetHash ¶
func (o *ConnectUser200Response) SetHash(v string)
SetHash sets field value
func (*ConnectUser200Response) SetUsername ¶
func (o *ConnectUser200Response) SetUsername(v string)
SetUsername sets field value
func (ConnectUser200Response) ToMap ¶
func (o ConnectUser200Response) ToMap() (map[string]interface{}, error)
func (*ConnectUser200Response) UnmarshalJSON ¶
func (o *ConnectUser200Response) UnmarshalJSON(data []byte) (err error)
type ConnectUserRequest ¶
type ConnectUserRequest struct { Username string `json:"username"` FirstName string `json:"firstName"` LastName string `json:"lastName"` Email string `json:"email"` }
ConnectUserRequest
func NewConnectUserRequest ¶
func NewConnectUserRequest(username string, firstName string, lastName string, email string) *ConnectUserRequest
NewConnectUserRequest instantiates a new ConnectUserRequest 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 NewConnectUserRequestWithDefaults ¶
func NewConnectUserRequestWithDefaults() *ConnectUserRequest
NewConnectUserRequestWithDefaults instantiates a new ConnectUserRequest 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 (*ConnectUserRequest) GetEmail ¶
func (o *ConnectUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*ConnectUserRequest) GetEmailOk ¶
func (o *ConnectUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*ConnectUserRequest) GetFirstName ¶
func (o *ConnectUserRequest) GetFirstName() string
GetFirstName returns the FirstName field value
func (*ConnectUserRequest) GetFirstNameOk ¶
func (o *ConnectUserRequest) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.
func (*ConnectUserRequest) GetLastName ¶
func (o *ConnectUserRequest) GetLastName() string
GetLastName returns the LastName field value
func (*ConnectUserRequest) GetLastNameOk ¶
func (o *ConnectUserRequest) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.
func (*ConnectUserRequest) GetUsername ¶
func (o *ConnectUserRequest) GetUsername() string
GetUsername returns the Username field value
func (*ConnectUserRequest) GetUsernameOk ¶
func (o *ConnectUserRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (ConnectUserRequest) MarshalJSON ¶
func (o ConnectUserRequest) MarshalJSON() ([]byte, error)
func (*ConnectUserRequest) SetEmail ¶
func (o *ConnectUserRequest) SetEmail(v string)
SetEmail sets field value
func (*ConnectUserRequest) SetFirstName ¶
func (o *ConnectUserRequest) SetFirstName(v string)
SetFirstName sets field value
func (*ConnectUserRequest) SetLastName ¶
func (o *ConnectUserRequest) SetLastName(v string)
SetLastName sets field value
func (*ConnectUserRequest) SetUsername ¶
func (o *ConnectUserRequest) SetUsername(v string)
SetUsername sets field value
func (ConnectUserRequest) ToMap ¶
func (o ConnectUserRequest) ToMap() (map[string]interface{}, error)
func (*ConnectUserRequest) UnmarshalJSON ¶
func (o *ConnectUserRequest) UnmarshalJSON(data []byte) (err error)
type ConvertAmounts200Response ¶
type ConvertAmounts200Response struct { SourceAmount float32 `json:"sourceAmount"` SourceUnit string `json:"sourceUnit"` TargetAmount float32 `json:"targetAmount"` TargetUnit string `json:"targetUnit"` Answer string `json:"answer"` }
ConvertAmounts200Response
func NewConvertAmounts200Response ¶
func NewConvertAmounts200Response(sourceAmount float32, sourceUnit string, targetAmount float32, targetUnit string, answer string) *ConvertAmounts200Response
NewConvertAmounts200Response instantiates a new ConvertAmounts200Response 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 NewConvertAmounts200ResponseWithDefaults ¶
func NewConvertAmounts200ResponseWithDefaults() *ConvertAmounts200Response
NewConvertAmounts200ResponseWithDefaults instantiates a new ConvertAmounts200Response 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 (*ConvertAmounts200Response) GetAnswer ¶
func (o *ConvertAmounts200Response) GetAnswer() string
GetAnswer returns the Answer field value
func (*ConvertAmounts200Response) GetAnswerOk ¶
func (o *ConvertAmounts200Response) GetAnswerOk() (*string, bool)
GetAnswerOk returns a tuple with the Answer field value and a boolean to check if the value has been set.
func (*ConvertAmounts200Response) GetSourceAmount ¶
func (o *ConvertAmounts200Response) GetSourceAmount() float32
GetSourceAmount returns the SourceAmount field value
func (*ConvertAmounts200Response) GetSourceAmountOk ¶
func (o *ConvertAmounts200Response) GetSourceAmountOk() (*float32, bool)
GetSourceAmountOk returns a tuple with the SourceAmount field value and a boolean to check if the value has been set.
func (*ConvertAmounts200Response) GetSourceUnit ¶
func (o *ConvertAmounts200Response) GetSourceUnit() string
GetSourceUnit returns the SourceUnit field value
func (*ConvertAmounts200Response) GetSourceUnitOk ¶
func (o *ConvertAmounts200Response) GetSourceUnitOk() (*string, bool)
GetSourceUnitOk returns a tuple with the SourceUnit field value and a boolean to check if the value has been set.
func (*ConvertAmounts200Response) GetTargetAmount ¶
func (o *ConvertAmounts200Response) GetTargetAmount() float32
GetTargetAmount returns the TargetAmount field value
func (*ConvertAmounts200Response) GetTargetAmountOk ¶
func (o *ConvertAmounts200Response) GetTargetAmountOk() (*float32, bool)
GetTargetAmountOk returns a tuple with the TargetAmount field value and a boolean to check if the value has been set.
func (*ConvertAmounts200Response) GetTargetUnit ¶
func (o *ConvertAmounts200Response) GetTargetUnit() string
GetTargetUnit returns the TargetUnit field value
func (*ConvertAmounts200Response) GetTargetUnitOk ¶
func (o *ConvertAmounts200Response) GetTargetUnitOk() (*string, bool)
GetTargetUnitOk returns a tuple with the TargetUnit field value and a boolean to check if the value has been set.
func (ConvertAmounts200Response) MarshalJSON ¶
func (o ConvertAmounts200Response) MarshalJSON() ([]byte, error)
func (*ConvertAmounts200Response) SetAnswer ¶
func (o *ConvertAmounts200Response) SetAnswer(v string)
SetAnswer sets field value
func (*ConvertAmounts200Response) SetSourceAmount ¶
func (o *ConvertAmounts200Response) SetSourceAmount(v float32)
SetSourceAmount sets field value
func (*ConvertAmounts200Response) SetSourceUnit ¶
func (o *ConvertAmounts200Response) SetSourceUnit(v string)
SetSourceUnit sets field value
func (*ConvertAmounts200Response) SetTargetAmount ¶
func (o *ConvertAmounts200Response) SetTargetAmount(v float32)
SetTargetAmount sets field value
func (*ConvertAmounts200Response) SetTargetUnit ¶
func (o *ConvertAmounts200Response) SetTargetUnit(v string)
SetTargetUnit sets field value
func (ConvertAmounts200Response) ToMap ¶
func (o ConvertAmounts200Response) ToMap() (map[string]interface{}, error)
func (*ConvertAmounts200Response) UnmarshalJSON ¶
func (o *ConvertAmounts200Response) UnmarshalJSON(data []byte) (err error)
type CreateRecipeCard200Response ¶
type CreateRecipeCard200Response struct {
Url string `json:"url"`
}
CreateRecipeCard200Response
func NewCreateRecipeCard200Response ¶
func NewCreateRecipeCard200Response(url string) *CreateRecipeCard200Response
NewCreateRecipeCard200Response instantiates a new CreateRecipeCard200Response 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 NewCreateRecipeCard200ResponseWithDefaults ¶
func NewCreateRecipeCard200ResponseWithDefaults() *CreateRecipeCard200Response
NewCreateRecipeCard200ResponseWithDefaults instantiates a new CreateRecipeCard200Response 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 (*CreateRecipeCard200Response) GetUrl ¶
func (o *CreateRecipeCard200Response) GetUrl() string
GetUrl returns the Url field value
func (*CreateRecipeCard200Response) GetUrlOk ¶
func (o *CreateRecipeCard200Response) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (CreateRecipeCard200Response) MarshalJSON ¶
func (o CreateRecipeCard200Response) MarshalJSON() ([]byte, error)
func (*CreateRecipeCard200Response) SetUrl ¶
func (o *CreateRecipeCard200Response) SetUrl(v string)
SetUrl sets field value
func (CreateRecipeCard200Response) ToMap ¶
func (o CreateRecipeCard200Response) ToMap() (map[string]interface{}, error)
func (*CreateRecipeCard200Response) UnmarshalJSON ¶
func (o *CreateRecipeCard200Response) UnmarshalJSON(data []byte) (err error)
type DefaultAPIService ¶
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) AnalyzeRecipe ¶
func (a *DefaultAPIService) AnalyzeRecipe(ctx context.Context) ApiAnalyzeRecipeRequest
AnalyzeRecipe Analyze Recipe
This endpoint allows you to send raw recipe information, such as title, servings, and ingredients, to then see what we compute (badges, diets, nutrition, and more). This is useful if you have your own recipe data and want to enrich it with our semantic analysis.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAnalyzeRecipeRequest
func (*DefaultAPIService) AnalyzeRecipeExecute ¶
func (a *DefaultAPIService) AnalyzeRecipeExecute(r ApiAnalyzeRecipeRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*DefaultAPIService) CreateRecipeCardGet ¶
func (a *DefaultAPIService) CreateRecipeCardGet(ctx context.Context, id int32) ApiCreateRecipeCardGetRequest
CreateRecipeCardGet Create Recipe Card
Generate a recipe card for a recipe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiCreateRecipeCardGetRequest
func (*DefaultAPIService) CreateRecipeCardGetExecute ¶
func (a *DefaultAPIService) CreateRecipeCardGetExecute(r ApiCreateRecipeCardGetRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*DefaultAPIService) SearchRestaurants ¶
func (a *DefaultAPIService) SearchRestaurants(ctx context.Context) ApiSearchRestaurantsRequest
SearchRestaurants Search Restaurants
Search through thousands of restaurants (in North America) by location, cuisine, budget, and more.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRestaurantsRequest
func (*DefaultAPIService) SearchRestaurantsExecute ¶
func (a *DefaultAPIService) SearchRestaurantsExecute(r ApiSearchRestaurantsRequest) (*SearchRestaurants200Response, *http.Response, error)
Execute executes the request
@return SearchRestaurants200Response
type DetectFoodInText200Response ¶
type DetectFoodInText200Response struct {
Annotations []DetectFoodInText200ResponseAnnotationsInner `json:"annotations"`
}
DetectFoodInText200Response
func NewDetectFoodInText200Response ¶
func NewDetectFoodInText200Response(annotations []DetectFoodInText200ResponseAnnotationsInner) *DetectFoodInText200Response
NewDetectFoodInText200Response instantiates a new DetectFoodInText200Response 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 NewDetectFoodInText200ResponseWithDefaults ¶
func NewDetectFoodInText200ResponseWithDefaults() *DetectFoodInText200Response
NewDetectFoodInText200ResponseWithDefaults instantiates a new DetectFoodInText200Response 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 (*DetectFoodInText200Response) GetAnnotations ¶
func (o *DetectFoodInText200Response) GetAnnotations() []DetectFoodInText200ResponseAnnotationsInner
GetAnnotations returns the Annotations field value
func (*DetectFoodInText200Response) GetAnnotationsOk ¶
func (o *DetectFoodInText200Response) GetAnnotationsOk() ([]DetectFoodInText200ResponseAnnotationsInner, bool)
GetAnnotationsOk returns a tuple with the Annotations field value and a boolean to check if the value has been set.
func (DetectFoodInText200Response) MarshalJSON ¶
func (o DetectFoodInText200Response) MarshalJSON() ([]byte, error)
func (*DetectFoodInText200Response) SetAnnotations ¶
func (o *DetectFoodInText200Response) SetAnnotations(v []DetectFoodInText200ResponseAnnotationsInner)
SetAnnotations sets field value
func (DetectFoodInText200Response) ToMap ¶
func (o DetectFoodInText200Response) ToMap() (map[string]interface{}, error)
func (*DetectFoodInText200Response) UnmarshalJSON ¶
func (o *DetectFoodInText200Response) UnmarshalJSON(data []byte) (err error)
type DetectFoodInText200ResponseAnnotationsInner ¶
type DetectFoodInText200ResponseAnnotationsInner struct { Annotation string `json:"annotation"` Image string `json:"image"` Tag string `json:"tag"` }
DetectFoodInText200ResponseAnnotationsInner struct for DetectFoodInText200ResponseAnnotationsInner
func NewDetectFoodInText200ResponseAnnotationsInner ¶
func NewDetectFoodInText200ResponseAnnotationsInner(annotation string, image string, tag string) *DetectFoodInText200ResponseAnnotationsInner
NewDetectFoodInText200ResponseAnnotationsInner instantiates a new DetectFoodInText200ResponseAnnotationsInner 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 NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults ¶
func NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults() *DetectFoodInText200ResponseAnnotationsInner
NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults instantiates a new DetectFoodInText200ResponseAnnotationsInner 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 (*DetectFoodInText200ResponseAnnotationsInner) GetAnnotation ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotation() string
GetAnnotation returns the Annotation field value
func (*DetectFoodInText200ResponseAnnotationsInner) GetAnnotationOk ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotationOk() (*string, bool)
GetAnnotationOk returns a tuple with the Annotation field value and a boolean to check if the value has been set.
func (*DetectFoodInText200ResponseAnnotationsInner) GetImage ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetImage() string
GetImage returns the Image field value
func (*DetectFoodInText200ResponseAnnotationsInner) GetImageOk ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*DetectFoodInText200ResponseAnnotationsInner) GetTag ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetTag() string
GetTag returns the Tag field value
func (*DetectFoodInText200ResponseAnnotationsInner) GetTagOk ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value and a boolean to check if the value has been set.
func (DetectFoodInText200ResponseAnnotationsInner) MarshalJSON ¶
func (o DetectFoodInText200ResponseAnnotationsInner) MarshalJSON() ([]byte, error)
func (*DetectFoodInText200ResponseAnnotationsInner) SetAnnotation ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) SetAnnotation(v string)
SetAnnotation sets field value
func (*DetectFoodInText200ResponseAnnotationsInner) SetImage ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) SetImage(v string)
SetImage sets field value
func (*DetectFoodInText200ResponseAnnotationsInner) SetTag ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) SetTag(v string)
SetTag sets field value
func (DetectFoodInText200ResponseAnnotationsInner) ToMap ¶
func (o DetectFoodInText200ResponseAnnotationsInner) ToMap() (map[string]interface{}, error)
func (*DetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON ¶
func (o *DetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON(data []byte) (err error)
type GenerateMealPlan200Response ¶
type GenerateMealPlan200Response struct { Meals []GetSimilarRecipes200ResponseInner `json:"meals"` Nutrients GenerateMealPlan200ResponseNutrients `json:"nutrients"` }
GenerateMealPlan200Response
func NewGenerateMealPlan200Response ¶
func NewGenerateMealPlan200Response(meals []GetSimilarRecipes200ResponseInner, nutrients GenerateMealPlan200ResponseNutrients) *GenerateMealPlan200Response
NewGenerateMealPlan200Response instantiates a new GenerateMealPlan200Response 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 NewGenerateMealPlan200ResponseWithDefaults ¶
func NewGenerateMealPlan200ResponseWithDefaults() *GenerateMealPlan200Response
NewGenerateMealPlan200ResponseWithDefaults instantiates a new GenerateMealPlan200Response 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 (*GenerateMealPlan200Response) GetMeals ¶
func (o *GenerateMealPlan200Response) GetMeals() []GetSimilarRecipes200ResponseInner
GetMeals returns the Meals field value
func (*GenerateMealPlan200Response) GetMealsOk ¶
func (o *GenerateMealPlan200Response) GetMealsOk() ([]GetSimilarRecipes200ResponseInner, bool)
GetMealsOk returns a tuple with the Meals field value and a boolean to check if the value has been set.
func (*GenerateMealPlan200Response) GetNutrients ¶
func (o *GenerateMealPlan200Response) GetNutrients() GenerateMealPlan200ResponseNutrients
GetNutrients returns the Nutrients field value
func (*GenerateMealPlan200Response) GetNutrientsOk ¶
func (o *GenerateMealPlan200Response) GetNutrientsOk() (*GenerateMealPlan200ResponseNutrients, bool)
GetNutrientsOk returns a tuple with the Nutrients field value and a boolean to check if the value has been set.
func (GenerateMealPlan200Response) MarshalJSON ¶
func (o GenerateMealPlan200Response) MarshalJSON() ([]byte, error)
func (*GenerateMealPlan200Response) SetMeals ¶
func (o *GenerateMealPlan200Response) SetMeals(v []GetSimilarRecipes200ResponseInner)
SetMeals sets field value
func (*GenerateMealPlan200Response) SetNutrients ¶
func (o *GenerateMealPlan200Response) SetNutrients(v GenerateMealPlan200ResponseNutrients)
SetNutrients sets field value
func (GenerateMealPlan200Response) ToMap ¶
func (o GenerateMealPlan200Response) ToMap() (map[string]interface{}, error)
func (*GenerateMealPlan200Response) UnmarshalJSON ¶
func (o *GenerateMealPlan200Response) UnmarshalJSON(data []byte) (err error)
type GenerateMealPlan200ResponseNutrients ¶
type GenerateMealPlan200ResponseNutrients struct { Calories float32 `json:"calories"` Carbohydrates float32 `json:"carbohydrates"` Fat float32 `json:"fat"` Protein float32 `json:"protein"` }
GenerateMealPlan200ResponseNutrients struct for GenerateMealPlan200ResponseNutrients
func NewGenerateMealPlan200ResponseNutrients ¶
func NewGenerateMealPlan200ResponseNutrients(calories float32, carbohydrates float32, fat float32, protein float32) *GenerateMealPlan200ResponseNutrients
NewGenerateMealPlan200ResponseNutrients instantiates a new GenerateMealPlan200ResponseNutrients 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 NewGenerateMealPlan200ResponseNutrientsWithDefaults ¶
func NewGenerateMealPlan200ResponseNutrientsWithDefaults() *GenerateMealPlan200ResponseNutrients
NewGenerateMealPlan200ResponseNutrientsWithDefaults instantiates a new GenerateMealPlan200ResponseNutrients 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 (*GenerateMealPlan200ResponseNutrients) GetCalories ¶
func (o *GenerateMealPlan200ResponseNutrients) GetCalories() float32
GetCalories returns the Calories field value
func (*GenerateMealPlan200ResponseNutrients) GetCaloriesOk ¶
func (o *GenerateMealPlan200ResponseNutrients) GetCaloriesOk() (*float32, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*GenerateMealPlan200ResponseNutrients) GetCarbohydrates ¶
func (o *GenerateMealPlan200ResponseNutrients) GetCarbohydrates() float32
GetCarbohydrates returns the Carbohydrates field value
func (*GenerateMealPlan200ResponseNutrients) GetCarbohydratesOk ¶
func (o *GenerateMealPlan200ResponseNutrients) GetCarbohydratesOk() (*float32, bool)
GetCarbohydratesOk returns a tuple with the Carbohydrates field value and a boolean to check if the value has been set.
func (*GenerateMealPlan200ResponseNutrients) GetFat ¶
func (o *GenerateMealPlan200ResponseNutrients) GetFat() float32
GetFat returns the Fat field value
func (*GenerateMealPlan200ResponseNutrients) GetFatOk ¶
func (o *GenerateMealPlan200ResponseNutrients) GetFatOk() (*float32, bool)
GetFatOk returns a tuple with the Fat field value and a boolean to check if the value has been set.
func (*GenerateMealPlan200ResponseNutrients) GetProtein ¶
func (o *GenerateMealPlan200ResponseNutrients) GetProtein() float32
GetProtein returns the Protein field value
func (*GenerateMealPlan200ResponseNutrients) GetProteinOk ¶
func (o *GenerateMealPlan200ResponseNutrients) GetProteinOk() (*float32, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (GenerateMealPlan200ResponseNutrients) MarshalJSON ¶
func (o GenerateMealPlan200ResponseNutrients) MarshalJSON() ([]byte, error)
func (*GenerateMealPlan200ResponseNutrients) SetCalories ¶
func (o *GenerateMealPlan200ResponseNutrients) SetCalories(v float32)
SetCalories sets field value
func (*GenerateMealPlan200ResponseNutrients) SetCarbohydrates ¶
func (o *GenerateMealPlan200ResponseNutrients) SetCarbohydrates(v float32)
SetCarbohydrates sets field value
func (*GenerateMealPlan200ResponseNutrients) SetFat ¶
func (o *GenerateMealPlan200ResponseNutrients) SetFat(v float32)
SetFat sets field value
func (*GenerateMealPlan200ResponseNutrients) SetProtein ¶
func (o *GenerateMealPlan200ResponseNutrients) SetProtein(v float32)
SetProtein sets field value
func (GenerateMealPlan200ResponseNutrients) ToMap ¶
func (o GenerateMealPlan200ResponseNutrients) ToMap() (map[string]interface{}, error)
func (*GenerateMealPlan200ResponseNutrients) UnmarshalJSON ¶
func (o *GenerateMealPlan200ResponseNutrients) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetARandomFoodJoke200Response ¶
type GetARandomFoodJoke200Response struct {
Text string `json:"text"`
}
GetARandomFoodJoke200Response
func NewGetARandomFoodJoke200Response ¶
func NewGetARandomFoodJoke200Response(text string) *GetARandomFoodJoke200Response
NewGetARandomFoodJoke200Response instantiates a new GetARandomFoodJoke200Response 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 NewGetARandomFoodJoke200ResponseWithDefaults ¶
func NewGetARandomFoodJoke200ResponseWithDefaults() *GetARandomFoodJoke200Response
NewGetARandomFoodJoke200ResponseWithDefaults instantiates a new GetARandomFoodJoke200Response 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 (*GetARandomFoodJoke200Response) GetText ¶
func (o *GetARandomFoodJoke200Response) GetText() string
GetText returns the Text field value
func (*GetARandomFoodJoke200Response) GetTextOk ¶
func (o *GetARandomFoodJoke200Response) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (GetARandomFoodJoke200Response) MarshalJSON ¶
func (o GetARandomFoodJoke200Response) MarshalJSON() ([]byte, error)
func (*GetARandomFoodJoke200Response) SetText ¶
func (o *GetARandomFoodJoke200Response) SetText(v string)
SetText sets field value
func (GetARandomFoodJoke200Response) ToMap ¶
func (o GetARandomFoodJoke200Response) ToMap() (map[string]interface{}, error)
func (*GetARandomFoodJoke200Response) UnmarshalJSON ¶
func (o *GetARandomFoodJoke200Response) UnmarshalJSON(data []byte) (err error)
type GetAnalyzedRecipeInstructions200ResponseInner ¶
type GetAnalyzedRecipeInstructions200ResponseInner struct { Name string `json:"name"` Steps []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner `json:"steps,omitempty"` }
GetAnalyzedRecipeInstructions200ResponseInner struct for GetAnalyzedRecipeInstructions200ResponseInner
func NewGetAnalyzedRecipeInstructions200ResponseInner ¶
func NewGetAnalyzedRecipeInstructions200ResponseInner(name string) *GetAnalyzedRecipeInstructions200ResponseInner
NewGetAnalyzedRecipeInstructions200ResponseInner instantiates a new GetAnalyzedRecipeInstructions200ResponseInner 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 NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults ¶
func NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInner
NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults instantiates a new GetAnalyzedRecipeInstructions200ResponseInner 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 (*GetAnalyzedRecipeInstructions200ResponseInner) GetName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetName() string
GetName returns the Name field value
func (*GetAnalyzedRecipeInstructions200ResponseInner) GetNameOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInner) GetSteps ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetSteps() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
GetSteps returns the Steps field value if set, zero value otherwise.
func (*GetAnalyzedRecipeInstructions200ResponseInner) GetStepsOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetStepsOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInner, bool)
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInner) HasSteps ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (GetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON ¶
func (o GetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON() ([]byte, error)
func (*GetAnalyzedRecipeInstructions200ResponseInner) SetName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetName(v string)
SetName sets field value
func (*GetAnalyzedRecipeInstructions200ResponseInner) SetSteps ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetSteps(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner)
SetSteps gets a reference to the given []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner and assigns it to the Steps field.
func (GetAnalyzedRecipeInstructions200ResponseInner) ToMap ¶
func (o GetAnalyzedRecipeInstructions200ResponseInner) ToMap() (map[string]interface{}, error)
func (*GetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON(data []byte) (err error)
type GetAnalyzedRecipeInstructions200ResponseInnerStepsInner ¶
type GetAnalyzedRecipeInstructions200ResponseInnerStepsInner struct { Number float32 `json:"number"` Step string `json:"step"` Ingredients []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner `json:"ingredients,omitempty"` Equipment []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner `json:"equipment,omitempty"` }
GetAnalyzedRecipeInstructions200ResponseInnerStepsInner struct for GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInner ¶
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInner(number float32, step string) *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInner instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInner 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 NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerWithDefaults ¶
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerWithDefaults instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInner 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 (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipment ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipment() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
GetEquipment returns the Equipment field value if set, zero value otherwise.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipmentOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetEquipmentOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner, bool)
GetEquipmentOk returns a tuple with the Equipment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredients ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredients() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
GetIngredients returns the Ingredients field value if set, zero value otherwise.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredientsOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetIngredientsOk() ([]GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumber ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumber() float32
GetNumber returns the Number field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumberOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStep ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStep() string
GetStep returns the Step field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStepOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) GetStepOk() (*string, bool)
GetStepOk returns a tuple with the Step field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasEquipment ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasEquipment() bool
HasEquipment returns a boolean if a field has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasIngredients ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) HasIngredients() bool
HasIngredients returns a boolean if a field has been set.
func (GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON ¶
func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON() ([]byte, error)
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetEquipment ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetEquipment(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner)
SetEquipment gets a reference to the given []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner and assigns it to the Equipment field.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetIngredients ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetIngredients(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner)
SetIngredients gets a reference to the given []GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner and assigns it to the Ingredients field.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetNumber ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetNumber(v float32)
SetNumber sets field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetStep ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) SetStep(v string)
SetStep sets field value
func (GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) ToMap ¶
func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) ToMap() (map[string]interface{}, error)
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON(data []byte) (err error)
type GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner ¶
type GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner struct { Id int32 `json:"id"` Name string `json:"name"` LocalizedName string `json:"localizedName"` Image string `json:"image"` }
GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner struct for GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner ¶
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner(id int32, name string, localizedName string, image string) *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner 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 NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults ¶
func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner 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 (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetId ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetId() int32
GetId returns the Id field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetIdOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImage ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImageOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedName() string
GetLocalizedName returns the LocalizedName field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedNameOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedNameOk() (*string, bool)
GetLocalizedNameOk returns a tuple with the LocalizedName field value and a boolean to check if the value has been set.
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetName() string
GetName returns the Name field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetNameOk ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON ¶
func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetId ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetId(v int32)
SetId sets field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetImage ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetImage(v string)
SetImage sets field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetLocalizedName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetLocalizedName(v string)
SetLocalizedName sets field value
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetName ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetName(v string)
SetName sets field value
func (GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) ToMap ¶
func (o GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) ToMap() (map[string]interface{}, error)
func (*GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON ¶
func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON(data []byte) (err error)
type GetComparableProducts200Response ¶
type GetComparableProducts200Response struct {
ComparableProducts GetComparableProducts200ResponseComparableProducts `json:"comparableProducts"`
}
GetComparableProducts200Response
func NewGetComparableProducts200Response ¶
func NewGetComparableProducts200Response(comparableProducts GetComparableProducts200ResponseComparableProducts) *GetComparableProducts200Response
NewGetComparableProducts200Response instantiates a new GetComparableProducts200Response 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 NewGetComparableProducts200ResponseWithDefaults ¶
func NewGetComparableProducts200ResponseWithDefaults() *GetComparableProducts200Response
NewGetComparableProducts200ResponseWithDefaults instantiates a new GetComparableProducts200Response 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 (*GetComparableProducts200Response) GetComparableProducts ¶
func (o *GetComparableProducts200Response) GetComparableProducts() GetComparableProducts200ResponseComparableProducts
GetComparableProducts returns the ComparableProducts field value
func (*GetComparableProducts200Response) GetComparableProductsOk ¶
func (o *GetComparableProducts200Response) GetComparableProductsOk() (*GetComparableProducts200ResponseComparableProducts, bool)
GetComparableProductsOk returns a tuple with the ComparableProducts field value and a boolean to check if the value has been set.
func (GetComparableProducts200Response) MarshalJSON ¶
func (o GetComparableProducts200Response) MarshalJSON() ([]byte, error)
func (*GetComparableProducts200Response) SetComparableProducts ¶
func (o *GetComparableProducts200Response) SetComparableProducts(v GetComparableProducts200ResponseComparableProducts)
SetComparableProducts sets field value
func (GetComparableProducts200Response) ToMap ¶
func (o GetComparableProducts200Response) ToMap() (map[string]interface{}, error)
func (*GetComparableProducts200Response) UnmarshalJSON ¶
func (o *GetComparableProducts200Response) UnmarshalJSON(data []byte) (err error)
type GetComparableProducts200ResponseComparableProducts ¶
type GetComparableProducts200ResponseComparableProducts struct { Calories []ComparableProduct `json:"calories"` Likes []ComparableProduct `json:"likes"` Price []ComparableProduct `json:"price"` Protein []ComparableProduct `json:"protein"` SpoonacularScore []ComparableProduct `json:"spoonacular_score"` Sugar []ComparableProduct `json:"sugar"` }
GetComparableProducts200ResponseComparableProducts struct for GetComparableProducts200ResponseComparableProducts
func NewGetComparableProducts200ResponseComparableProducts ¶
func NewGetComparableProducts200ResponseComparableProducts(calories []ComparableProduct, likes []ComparableProduct, price []ComparableProduct, protein []ComparableProduct, spoonacularScore []ComparableProduct, sugar []ComparableProduct) *GetComparableProducts200ResponseComparableProducts
NewGetComparableProducts200ResponseComparableProducts instantiates a new GetComparableProducts200ResponseComparableProducts 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 NewGetComparableProducts200ResponseComparableProductsWithDefaults ¶
func NewGetComparableProducts200ResponseComparableProductsWithDefaults() *GetComparableProducts200ResponseComparableProducts
NewGetComparableProducts200ResponseComparableProductsWithDefaults instantiates a new GetComparableProducts200ResponseComparableProducts 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 (*GetComparableProducts200ResponseComparableProducts) GetCalories ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetCalories() []ComparableProduct
GetCalories returns the Calories field value
func (*GetComparableProducts200ResponseComparableProducts) GetCaloriesOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetCaloriesOk() ([]ComparableProduct, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*GetComparableProducts200ResponseComparableProducts) GetLikes ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetLikes() []ComparableProduct
GetLikes returns the Likes field value
func (*GetComparableProducts200ResponseComparableProducts) GetLikesOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetLikesOk() ([]ComparableProduct, bool)
GetLikesOk returns a tuple with the Likes field value and a boolean to check if the value has been set.
func (*GetComparableProducts200ResponseComparableProducts) GetPrice ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetPrice() []ComparableProduct
GetPrice returns the Price field value
func (*GetComparableProducts200ResponseComparableProducts) GetPriceOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetPriceOk() ([]ComparableProduct, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*GetComparableProducts200ResponseComparableProducts) GetProtein ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetProtein() []ComparableProduct
GetProtein returns the Protein field value
func (*GetComparableProducts200ResponseComparableProducts) GetProteinOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetProteinOk() ([]ComparableProduct, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (*GetComparableProducts200ResponseComparableProducts) GetSpoonacularScore ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetSpoonacularScore() []ComparableProduct
GetSpoonacularScore returns the SpoonacularScore field value
func (*GetComparableProducts200ResponseComparableProducts) GetSpoonacularScoreOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetSpoonacularScoreOk() ([]ComparableProduct, bool)
GetSpoonacularScoreOk returns a tuple with the SpoonacularScore field value and a boolean to check if the value has been set.
func (*GetComparableProducts200ResponseComparableProducts) GetSugar ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetSugar() []ComparableProduct
GetSugar returns the Sugar field value
func (*GetComparableProducts200ResponseComparableProducts) GetSugarOk ¶
func (o *GetComparableProducts200ResponseComparableProducts) GetSugarOk() ([]ComparableProduct, bool)
GetSugarOk returns a tuple with the Sugar field value and a boolean to check if the value has been set.
func (GetComparableProducts200ResponseComparableProducts) MarshalJSON ¶
func (o GetComparableProducts200ResponseComparableProducts) MarshalJSON() ([]byte, error)
func (*GetComparableProducts200ResponseComparableProducts) SetCalories ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetCalories(v []ComparableProduct)
SetCalories sets field value
func (*GetComparableProducts200ResponseComparableProducts) SetLikes ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetLikes(v []ComparableProduct)
SetLikes sets field value
func (*GetComparableProducts200ResponseComparableProducts) SetPrice ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetPrice(v []ComparableProduct)
SetPrice sets field value
func (*GetComparableProducts200ResponseComparableProducts) SetProtein ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetProtein(v []ComparableProduct)
SetProtein sets field value
func (*GetComparableProducts200ResponseComparableProducts) SetSpoonacularScore ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetSpoonacularScore(v []ComparableProduct)
SetSpoonacularScore sets field value
func (*GetComparableProducts200ResponseComparableProducts) SetSugar ¶
func (o *GetComparableProducts200ResponseComparableProducts) SetSugar(v []ComparableProduct)
SetSugar sets field value
func (GetComparableProducts200ResponseComparableProducts) ToMap ¶
func (o GetComparableProducts200ResponseComparableProducts) ToMap() (map[string]interface{}, error)
func (*GetComparableProducts200ResponseComparableProducts) UnmarshalJSON ¶
func (o *GetComparableProducts200ResponseComparableProducts) UnmarshalJSON(data []byte) (err error)
type GetConversationSuggests200Response ¶
type GetConversationSuggests200Response struct { Suggests GetConversationSuggests200ResponseSuggests `json:"suggests"` Words []string `json:"words"` }
GetConversationSuggests200Response
func NewGetConversationSuggests200Response ¶
func NewGetConversationSuggests200Response(suggests GetConversationSuggests200ResponseSuggests, words []string) *GetConversationSuggests200Response
NewGetConversationSuggests200Response instantiates a new GetConversationSuggests200Response 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 NewGetConversationSuggests200ResponseWithDefaults ¶
func NewGetConversationSuggests200ResponseWithDefaults() *GetConversationSuggests200Response
NewGetConversationSuggests200ResponseWithDefaults instantiates a new GetConversationSuggests200Response 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 (*GetConversationSuggests200Response) GetSuggests ¶
func (o *GetConversationSuggests200Response) GetSuggests() GetConversationSuggests200ResponseSuggests
GetSuggests returns the Suggests field value
func (*GetConversationSuggests200Response) GetSuggestsOk ¶
func (o *GetConversationSuggests200Response) GetSuggestsOk() (*GetConversationSuggests200ResponseSuggests, bool)
GetSuggestsOk returns a tuple with the Suggests field value and a boolean to check if the value has been set.
func (*GetConversationSuggests200Response) GetWords ¶
func (o *GetConversationSuggests200Response) GetWords() []string
GetWords returns the Words field value
func (*GetConversationSuggests200Response) GetWordsOk ¶
func (o *GetConversationSuggests200Response) GetWordsOk() ([]string, bool)
GetWordsOk returns a tuple with the Words field value and a boolean to check if the value has been set.
func (GetConversationSuggests200Response) MarshalJSON ¶
func (o GetConversationSuggests200Response) MarshalJSON() ([]byte, error)
func (*GetConversationSuggests200Response) SetSuggests ¶
func (o *GetConversationSuggests200Response) SetSuggests(v GetConversationSuggests200ResponseSuggests)
SetSuggests sets field value
func (*GetConversationSuggests200Response) SetWords ¶
func (o *GetConversationSuggests200Response) SetWords(v []string)
SetWords sets field value
func (GetConversationSuggests200Response) ToMap ¶
func (o GetConversationSuggests200Response) ToMap() (map[string]interface{}, error)
func (*GetConversationSuggests200Response) UnmarshalJSON ¶
func (o *GetConversationSuggests200Response) UnmarshalJSON(data []byte) (err error)
type GetConversationSuggests200ResponseSuggests ¶
type GetConversationSuggests200ResponseSuggests struct {
Underscore []GetConversationSuggests200ResponseSuggestsInner `json:"_"`
}
GetConversationSuggests200ResponseSuggests struct for GetConversationSuggests200ResponseSuggests
func NewGetConversationSuggests200ResponseSuggests ¶
func NewGetConversationSuggests200ResponseSuggests(underscore []GetConversationSuggests200ResponseSuggestsInner) *GetConversationSuggests200ResponseSuggests
NewGetConversationSuggests200ResponseSuggests instantiates a new GetConversationSuggests200ResponseSuggests 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 NewGetConversationSuggests200ResponseSuggestsWithDefaults ¶
func NewGetConversationSuggests200ResponseSuggestsWithDefaults() *GetConversationSuggests200ResponseSuggests
NewGetConversationSuggests200ResponseSuggestsWithDefaults instantiates a new GetConversationSuggests200ResponseSuggests 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 (*GetConversationSuggests200ResponseSuggests) GetUnderscore ¶
func (o *GetConversationSuggests200ResponseSuggests) GetUnderscore() []GetConversationSuggests200ResponseSuggestsInner
GetUnderscore returns the Underscore field value
func (*GetConversationSuggests200ResponseSuggests) GetUnderscoreOk ¶
func (o *GetConversationSuggests200ResponseSuggests) GetUnderscoreOk() ([]GetConversationSuggests200ResponseSuggestsInner, bool)
GetUnderscoreOk returns a tuple with the Underscore field value and a boolean to check if the value has been set.
func (GetConversationSuggests200ResponseSuggests) MarshalJSON ¶
func (o GetConversationSuggests200ResponseSuggests) MarshalJSON() ([]byte, error)
func (*GetConversationSuggests200ResponseSuggests) SetUnderscore ¶
func (o *GetConversationSuggests200ResponseSuggests) SetUnderscore(v []GetConversationSuggests200ResponseSuggestsInner)
SetUnderscore sets field value
func (GetConversationSuggests200ResponseSuggests) ToMap ¶
func (o GetConversationSuggests200ResponseSuggests) ToMap() (map[string]interface{}, error)
func (*GetConversationSuggests200ResponseSuggests) UnmarshalJSON ¶
func (o *GetConversationSuggests200ResponseSuggests) UnmarshalJSON(data []byte) (err error)
type GetConversationSuggests200ResponseSuggestsInner ¶
type GetConversationSuggests200ResponseSuggestsInner struct {
Name string `json:"name"`
}
GetConversationSuggests200ResponseSuggestsInner struct for GetConversationSuggests200ResponseSuggestsInner
func NewGetConversationSuggests200ResponseSuggestsInner ¶
func NewGetConversationSuggests200ResponseSuggestsInner(name string) *GetConversationSuggests200ResponseSuggestsInner
NewGetConversationSuggests200ResponseSuggestsInner instantiates a new GetConversationSuggests200ResponseSuggestsInner 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 NewGetConversationSuggests200ResponseSuggestsInnerWithDefaults ¶
func NewGetConversationSuggests200ResponseSuggestsInnerWithDefaults() *GetConversationSuggests200ResponseSuggestsInner
NewGetConversationSuggests200ResponseSuggestsInnerWithDefaults instantiates a new GetConversationSuggests200ResponseSuggestsInner 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 (*GetConversationSuggests200ResponseSuggestsInner) GetName ¶
func (o *GetConversationSuggests200ResponseSuggestsInner) GetName() string
GetName returns the Name field value
func (*GetConversationSuggests200ResponseSuggestsInner) GetNameOk ¶
func (o *GetConversationSuggests200ResponseSuggestsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetConversationSuggests200ResponseSuggestsInner) MarshalJSON ¶
func (o GetConversationSuggests200ResponseSuggestsInner) MarshalJSON() ([]byte, error)
func (*GetConversationSuggests200ResponseSuggestsInner) SetName ¶
func (o *GetConversationSuggests200ResponseSuggestsInner) SetName(v string)
SetName sets field value
func (GetConversationSuggests200ResponseSuggestsInner) ToMap ¶
func (o GetConversationSuggests200ResponseSuggestsInner) ToMap() (map[string]interface{}, error)
func (*GetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON ¶
func (o *GetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON(data []byte) (err error)
type GetDishPairingForWine200Response ¶
type GetDishPairingForWine200Response struct { Pairings []string `json:"pairings"` Text string `json:"text"` }
GetDishPairingForWine200Response
func NewGetDishPairingForWine200Response ¶
func NewGetDishPairingForWine200Response(pairings []string, text string) *GetDishPairingForWine200Response
NewGetDishPairingForWine200Response instantiates a new GetDishPairingForWine200Response 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 NewGetDishPairingForWine200ResponseWithDefaults ¶
func NewGetDishPairingForWine200ResponseWithDefaults() *GetDishPairingForWine200Response
NewGetDishPairingForWine200ResponseWithDefaults instantiates a new GetDishPairingForWine200Response 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 (*GetDishPairingForWine200Response) GetPairings ¶
func (o *GetDishPairingForWine200Response) GetPairings() []string
GetPairings returns the Pairings field value
func (*GetDishPairingForWine200Response) GetPairingsOk ¶
func (o *GetDishPairingForWine200Response) GetPairingsOk() ([]string, bool)
GetPairingsOk returns a tuple with the Pairings field value and a boolean to check if the value has been set.
func (*GetDishPairingForWine200Response) GetText ¶
func (o *GetDishPairingForWine200Response) GetText() string
GetText returns the Text field value
func (*GetDishPairingForWine200Response) GetTextOk ¶
func (o *GetDishPairingForWine200Response) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (GetDishPairingForWine200Response) MarshalJSON ¶
func (o GetDishPairingForWine200Response) MarshalJSON() ([]byte, error)
func (*GetDishPairingForWine200Response) SetPairings ¶
func (o *GetDishPairingForWine200Response) SetPairings(v []string)
SetPairings sets field value
func (*GetDishPairingForWine200Response) SetText ¶
func (o *GetDishPairingForWine200Response) SetText(v string)
SetText sets field value
func (GetDishPairingForWine200Response) ToMap ¶
func (o GetDishPairingForWine200Response) ToMap() (map[string]interface{}, error)
func (*GetDishPairingForWine200Response) UnmarshalJSON ¶
func (o *GetDishPairingForWine200Response) UnmarshalJSON(data []byte) (err error)
type GetIngredientSubstitutes200Response ¶
type GetIngredientSubstitutes200Response struct { Ingredient string `json:"ingredient"` Substitutes []string `json:"substitutes"` Message string `json:"message"` }
GetIngredientSubstitutes200Response
func NewGetIngredientSubstitutes200Response ¶
func NewGetIngredientSubstitutes200Response(ingredient string, substitutes []string, message string) *GetIngredientSubstitutes200Response
NewGetIngredientSubstitutes200Response instantiates a new GetIngredientSubstitutes200Response 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 NewGetIngredientSubstitutes200ResponseWithDefaults ¶
func NewGetIngredientSubstitutes200ResponseWithDefaults() *GetIngredientSubstitutes200Response
NewGetIngredientSubstitutes200ResponseWithDefaults instantiates a new GetIngredientSubstitutes200Response 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 (*GetIngredientSubstitutes200Response) GetIngredient ¶
func (o *GetIngredientSubstitutes200Response) GetIngredient() string
GetIngredient returns the Ingredient field value
func (*GetIngredientSubstitutes200Response) GetIngredientOk ¶
func (o *GetIngredientSubstitutes200Response) GetIngredientOk() (*string, bool)
GetIngredientOk returns a tuple with the Ingredient field value and a boolean to check if the value has been set.
func (*GetIngredientSubstitutes200Response) GetMessage ¶
func (o *GetIngredientSubstitutes200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetIngredientSubstitutes200Response) GetMessageOk ¶
func (o *GetIngredientSubstitutes200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetIngredientSubstitutes200Response) GetSubstitutes ¶
func (o *GetIngredientSubstitutes200Response) GetSubstitutes() []string
GetSubstitutes returns the Substitutes field value
func (*GetIngredientSubstitutes200Response) GetSubstitutesOk ¶
func (o *GetIngredientSubstitutes200Response) GetSubstitutesOk() ([]string, bool)
GetSubstitutesOk returns a tuple with the Substitutes field value and a boolean to check if the value has been set.
func (GetIngredientSubstitutes200Response) MarshalJSON ¶
func (o GetIngredientSubstitutes200Response) MarshalJSON() ([]byte, error)
func (*GetIngredientSubstitutes200Response) SetIngredient ¶
func (o *GetIngredientSubstitutes200Response) SetIngredient(v string)
SetIngredient sets field value
func (*GetIngredientSubstitutes200Response) SetMessage ¶
func (o *GetIngredientSubstitutes200Response) SetMessage(v string)
SetMessage sets field value
func (*GetIngredientSubstitutes200Response) SetSubstitutes ¶
func (o *GetIngredientSubstitutes200Response) SetSubstitutes(v []string)
SetSubstitutes sets field value
func (GetIngredientSubstitutes200Response) ToMap ¶
func (o GetIngredientSubstitutes200Response) ToMap() (map[string]interface{}, error)
func (*GetIngredientSubstitutes200Response) UnmarshalJSON ¶
func (o *GetIngredientSubstitutes200Response) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplate200Response ¶
type GetMealPlanTemplate200Response struct { Id int32 `json:"id"` Name string `json:"name"` Days []GetMealPlanTemplate200ResponseDaysInner `json:"days"` }
GetMealPlanTemplate200Response
func NewGetMealPlanTemplate200Response ¶
func NewGetMealPlanTemplate200Response(id int32, name string, days []GetMealPlanTemplate200ResponseDaysInner) *GetMealPlanTemplate200Response
NewGetMealPlanTemplate200Response instantiates a new GetMealPlanTemplate200Response 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 NewGetMealPlanTemplate200ResponseWithDefaults ¶
func NewGetMealPlanTemplate200ResponseWithDefaults() *GetMealPlanTemplate200Response
NewGetMealPlanTemplate200ResponseWithDefaults instantiates a new GetMealPlanTemplate200Response 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 (*GetMealPlanTemplate200Response) GetDays ¶
func (o *GetMealPlanTemplate200Response) GetDays() []GetMealPlanTemplate200ResponseDaysInner
GetDays returns the Days field value
func (*GetMealPlanTemplate200Response) GetDaysOk ¶
func (o *GetMealPlanTemplate200Response) GetDaysOk() ([]GetMealPlanTemplate200ResponseDaysInner, bool)
GetDaysOk returns a tuple with the Days field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200Response) GetId ¶
func (o *GetMealPlanTemplate200Response) GetId() int32
GetId returns the Id field value
func (*GetMealPlanTemplate200Response) GetIdOk ¶
func (o *GetMealPlanTemplate200Response) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200Response) GetName ¶
func (o *GetMealPlanTemplate200Response) GetName() string
GetName returns the Name field value
func (*GetMealPlanTemplate200Response) GetNameOk ¶
func (o *GetMealPlanTemplate200Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetMealPlanTemplate200Response) MarshalJSON ¶
func (o GetMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplate200Response) SetDays ¶
func (o *GetMealPlanTemplate200Response) SetDays(v []GetMealPlanTemplate200ResponseDaysInner)
SetDays sets field value
func (*GetMealPlanTemplate200Response) SetId ¶
func (o *GetMealPlanTemplate200Response) SetId(v int32)
SetId sets field value
func (*GetMealPlanTemplate200Response) SetName ¶
func (o *GetMealPlanTemplate200Response) SetName(v string)
SetName sets field value
func (GetMealPlanTemplate200Response) ToMap ¶
func (o GetMealPlanTemplate200Response) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplate200Response) UnmarshalJSON ¶
func (o *GetMealPlanTemplate200Response) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplate200ResponseDaysInner ¶
type GetMealPlanTemplate200ResponseDaysInner struct { NutritionSummary *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummary,omitempty"` NutritionSummaryBreakfast *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryBreakfast,omitempty"` NutritionSummaryLunch *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryLunch,omitempty"` NutritionSummaryDinner *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryDinner,omitempty"` Day string `json:"day"` Items []GetMealPlanTemplate200ResponseDaysInnerItemsInner `json:"items,omitempty"` }
GetMealPlanTemplate200ResponseDaysInner struct for GetMealPlanTemplate200ResponseDaysInner
func NewGetMealPlanTemplate200ResponseDaysInner ¶
func NewGetMealPlanTemplate200ResponseDaysInner(day string) *GetMealPlanTemplate200ResponseDaysInner
NewGetMealPlanTemplate200ResponseDaysInner instantiates a new GetMealPlanTemplate200ResponseDaysInner 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 NewGetMealPlanTemplate200ResponseDaysInnerWithDefaults ¶
func NewGetMealPlanTemplate200ResponseDaysInnerWithDefaults() *GetMealPlanTemplate200ResponseDaysInner
NewGetMealPlanTemplate200ResponseDaysInnerWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInner 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 (*GetMealPlanTemplate200ResponseDaysInner) GetDay ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetDay() string
GetDay returns the Day field value
func (*GetMealPlanTemplate200ResponseDaysInner) GetDayOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetDayOk() (*string, bool)
GetDayOk returns a tuple with the Day field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) GetItems ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetItems() []GetMealPlanTemplate200ResponseDaysInnerItemsInner
GetItems returns the Items field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInner) GetItemsOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetItemsOk() ([]GetMealPlanTemplate200ResponseDaysInnerItemsInner, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummary ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummary() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummary returns the NutritionSummary field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfast ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfast() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryBreakfast returns the NutritionSummaryBreakfast field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfastOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfastOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryBreakfastOk returns a tuple with the NutritionSummaryBreakfast field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinner ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinner() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryDinner returns the NutritionSummaryDinner field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinnerOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinnerOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryDinnerOk returns a tuple with the NutritionSummaryDinner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunch ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunch() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryLunch returns the NutritionSummaryLunch field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunchOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunchOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryLunchOk returns a tuple with the NutritionSummaryLunch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryOk returns a tuple with the NutritionSummary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) HasItems ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummary ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummary() bool
HasNutritionSummary returns a boolean if a field has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryBreakfast ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryBreakfast() bool
HasNutritionSummaryBreakfast returns a boolean if a field has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryDinner ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryDinner() bool
HasNutritionSummaryDinner returns a boolean if a field has been set.
func (*GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryLunch ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryLunch() bool
HasNutritionSummaryLunch returns a boolean if a field has been set.
func (GetMealPlanTemplate200ResponseDaysInner) MarshalJSON ¶
func (o GetMealPlanTemplate200ResponseDaysInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplate200ResponseDaysInner) SetDay ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetDay(v string)
SetDay sets field value
func (*GetMealPlanTemplate200ResponseDaysInner) SetItems ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetItems(v []GetMealPlanTemplate200ResponseDaysInnerItemsInner)
SetItems gets a reference to the given []GetMealPlanTemplate200ResponseDaysInnerItemsInner and assigns it to the Items field.
func (*GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummary ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummary(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummary gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummary field.
func (*GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryBreakfast ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryBreakfast(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryBreakfast gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryBreakfast field.
func (*GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryDinner ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryDinner(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryDinner gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryDinner field.
func (*GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryLunch ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryLunch(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryLunch gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryLunch field.
func (GetMealPlanTemplate200ResponseDaysInner) ToMap ¶
func (o GetMealPlanTemplate200ResponseDaysInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON ¶
func (o *GetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplate200ResponseDaysInnerItemsInner ¶
type GetMealPlanTemplate200ResponseDaysInnerItemsInner struct { Id int32 `json:"id"` Slot int32 `json:"slot"` Position int32 `json:"position"` Type string `json:"type"` Value *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue `json:"value,omitempty"` }
GetMealPlanTemplate200ResponseDaysInnerItemsInner struct for GetMealPlanTemplate200ResponseDaysInnerItemsInner
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInner ¶
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInner(id int32, slot int32, position int32, type_ string) *GetMealPlanTemplate200ResponseDaysInnerItemsInner
NewGetMealPlanTemplate200ResponseDaysInnerItemsInner instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInner 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 NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults ¶
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults() *GetMealPlanTemplate200ResponseDaysInnerItemsInner
NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInner 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 (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetId ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetId() int32
GetId returns the Id field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetIdOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPosition ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPosition() int32
GetPosition returns the Position field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPositionOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlot ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlot() int32
GetSlot returns the Slot field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlotOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlotOk() (*int32, bool)
GetSlotOk returns a tuple with the Slot field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetType ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetType() string
GetType returns the Type field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetTypeOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValue ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValue() GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
GetValue returns the Value field value if set, zero value otherwise.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValueOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValueOk() (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) HasValue ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (GetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON ¶
func (o GetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetId ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetId(v int32)
SetId sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetPosition ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetPosition(v int32)
SetPosition sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetSlot ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetSlot(v int32)
SetSlot sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetType ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetType(v string)
SetType sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetValue ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetValue(v GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue)
SetValue gets a reference to the given GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue and assigns it to the Value field.
func (GetMealPlanTemplate200ResponseDaysInnerItemsInner) ToMap ¶
func (o GetMealPlanTemplate200ResponseDaysInnerItemsInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue ¶
type GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue struct { Id float32 `json:"id"` Title string `json:"title"` ImageType string `json:"imageType"` }
GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue struct for GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue ¶
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue(id float32, title string, imageType string) *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue 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 NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults ¶
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults() *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue 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 (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetId ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetId() float32
GetId returns the Id field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetIdOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageType ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageTypeOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitle ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitle() string
GetTitle returns the Title field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitleOk ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON ¶
func (o GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetId ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetId(v float32)
SetId sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetImageType ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
SetImageType sets field value
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetTitle ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
SetTitle sets field value
func (GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) ToMap ¶
func (o GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON ¶
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplates200Response ¶
type GetMealPlanTemplates200Response struct {
Templates []GetMealPlanTemplates200ResponseTemplatesInner `json:"templates"`
}
GetMealPlanTemplates200Response
func NewGetMealPlanTemplates200Response ¶
func NewGetMealPlanTemplates200Response(templates []GetMealPlanTemplates200ResponseTemplatesInner) *GetMealPlanTemplates200Response
NewGetMealPlanTemplates200Response instantiates a new GetMealPlanTemplates200Response 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 NewGetMealPlanTemplates200ResponseWithDefaults ¶
func NewGetMealPlanTemplates200ResponseWithDefaults() *GetMealPlanTemplates200Response
NewGetMealPlanTemplates200ResponseWithDefaults instantiates a new GetMealPlanTemplates200Response 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 (*GetMealPlanTemplates200Response) GetTemplates ¶
func (o *GetMealPlanTemplates200Response) GetTemplates() []GetMealPlanTemplates200ResponseTemplatesInner
GetTemplates returns the Templates field value
func (*GetMealPlanTemplates200Response) GetTemplatesOk ¶
func (o *GetMealPlanTemplates200Response) GetTemplatesOk() ([]GetMealPlanTemplates200ResponseTemplatesInner, bool)
GetTemplatesOk returns a tuple with the Templates field value and a boolean to check if the value has been set.
func (GetMealPlanTemplates200Response) MarshalJSON ¶
func (o GetMealPlanTemplates200Response) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplates200Response) SetTemplates ¶
func (o *GetMealPlanTemplates200Response) SetTemplates(v []GetMealPlanTemplates200ResponseTemplatesInner)
SetTemplates sets field value
func (GetMealPlanTemplates200Response) ToMap ¶
func (o GetMealPlanTemplates200Response) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplates200Response) UnmarshalJSON ¶
func (o *GetMealPlanTemplates200Response) UnmarshalJSON(data []byte) (err error)
type GetMealPlanTemplates200ResponseTemplatesInner ¶
type GetMealPlanTemplates200ResponseTemplatesInner struct { Id int32 `json:"id"` Name string `json:"name"` }
GetMealPlanTemplates200ResponseTemplatesInner struct for GetMealPlanTemplates200ResponseTemplatesInner
func NewGetMealPlanTemplates200ResponseTemplatesInner ¶
func NewGetMealPlanTemplates200ResponseTemplatesInner(id int32, name string) *GetMealPlanTemplates200ResponseTemplatesInner
NewGetMealPlanTemplates200ResponseTemplatesInner instantiates a new GetMealPlanTemplates200ResponseTemplatesInner 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 NewGetMealPlanTemplates200ResponseTemplatesInnerWithDefaults ¶
func NewGetMealPlanTemplates200ResponseTemplatesInnerWithDefaults() *GetMealPlanTemplates200ResponseTemplatesInner
NewGetMealPlanTemplates200ResponseTemplatesInnerWithDefaults instantiates a new GetMealPlanTemplates200ResponseTemplatesInner 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 (*GetMealPlanTemplates200ResponseTemplatesInner) GetId ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetId() int32
GetId returns the Id field value
func (*GetMealPlanTemplates200ResponseTemplatesInner) GetIdOk ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanTemplates200ResponseTemplatesInner) GetName ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetName() string
GetName returns the Name field value
func (*GetMealPlanTemplates200ResponseTemplatesInner) GetNameOk ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON ¶
func (o GetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanTemplates200ResponseTemplatesInner) SetId ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) SetId(v int32)
SetId sets field value
func (*GetMealPlanTemplates200ResponseTemplatesInner) SetName ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) SetName(v string)
SetName sets field value
func (GetMealPlanTemplates200ResponseTemplatesInner) ToMap ¶
func (o GetMealPlanTemplates200ResponseTemplatesInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON ¶
func (o *GetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200Response ¶
type GetMealPlanWeek200Response struct {
Days []GetMealPlanWeek200ResponseDaysInner `json:"days"`
}
GetMealPlanWeek200Response
func NewGetMealPlanWeek200Response ¶
func NewGetMealPlanWeek200Response(days []GetMealPlanWeek200ResponseDaysInner) *GetMealPlanWeek200Response
NewGetMealPlanWeek200Response instantiates a new GetMealPlanWeek200Response 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 NewGetMealPlanWeek200ResponseWithDefaults ¶
func NewGetMealPlanWeek200ResponseWithDefaults() *GetMealPlanWeek200Response
NewGetMealPlanWeek200ResponseWithDefaults instantiates a new GetMealPlanWeek200Response 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 (*GetMealPlanWeek200Response) GetDays ¶
func (o *GetMealPlanWeek200Response) GetDays() []GetMealPlanWeek200ResponseDaysInner
GetDays returns the Days field value
func (*GetMealPlanWeek200Response) GetDaysOk ¶
func (o *GetMealPlanWeek200Response) GetDaysOk() ([]GetMealPlanWeek200ResponseDaysInner, bool)
GetDaysOk returns a tuple with the Days field value and a boolean to check if the value has been set.
func (GetMealPlanWeek200Response) MarshalJSON ¶
func (o GetMealPlanWeek200Response) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200Response) SetDays ¶
func (o *GetMealPlanWeek200Response) SetDays(v []GetMealPlanWeek200ResponseDaysInner)
SetDays sets field value
func (GetMealPlanWeek200Response) ToMap ¶
func (o GetMealPlanWeek200Response) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200Response) UnmarshalJSON ¶
func (o *GetMealPlanWeek200Response) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200ResponseDaysInner ¶
type GetMealPlanWeek200ResponseDaysInner struct { NutritionSummary *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummary,omitempty"` NutritionSummaryBreakfast *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryBreakfast,omitempty"` NutritionSummaryLunch *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryLunch,omitempty"` NutritionSummaryDinner *GetMealPlanWeek200ResponseDaysInnerNutritionSummary `json:"nutritionSummaryDinner,omitempty"` Date float32 `json:"date"` Day string `json:"day"` Items []GetMealPlanWeek200ResponseDaysInnerItemsInner `json:"items,omitempty"` }
GetMealPlanWeek200ResponseDaysInner struct for GetMealPlanWeek200ResponseDaysInner
func NewGetMealPlanWeek200ResponseDaysInner ¶
func NewGetMealPlanWeek200ResponseDaysInner(date float32, day string) *GetMealPlanWeek200ResponseDaysInner
NewGetMealPlanWeek200ResponseDaysInner instantiates a new GetMealPlanWeek200ResponseDaysInner 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 NewGetMealPlanWeek200ResponseDaysInnerWithDefaults ¶
func NewGetMealPlanWeek200ResponseDaysInnerWithDefaults() *GetMealPlanWeek200ResponseDaysInner
NewGetMealPlanWeek200ResponseDaysInnerWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInner 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 (*GetMealPlanWeek200ResponseDaysInner) GetDate ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetDate() float32
GetDate returns the Date field value
func (*GetMealPlanWeek200ResponseDaysInner) GetDateOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetDateOk() (*float32, bool)
GetDateOk returns a tuple with the Date field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetDay ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetDay() string
GetDay returns the Day field value
func (*GetMealPlanWeek200ResponseDaysInner) GetDayOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetDayOk() (*string, bool)
GetDayOk returns a tuple with the Day field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetItems ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetItems() []GetMealPlanWeek200ResponseDaysInnerItemsInner
GetItems returns the Items field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInner) GetItemsOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetItemsOk() ([]GetMealPlanWeek200ResponseDaysInnerItemsInner, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummary ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummary() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummary returns the NutritionSummary field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfast ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfast() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryBreakfast returns the NutritionSummaryBreakfast field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfastOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryBreakfastOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryBreakfastOk returns a tuple with the NutritionSummaryBreakfast field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinner ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinner() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryDinner returns the NutritionSummaryDinner field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinnerOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryDinnerOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryDinnerOk returns a tuple with the NutritionSummaryDinner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunch ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunch() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryLunch returns the NutritionSummaryLunch field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunchOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryLunchOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryLunchOk returns a tuple with the NutritionSummaryLunch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryOk ¶
func (o *GetMealPlanWeek200ResponseDaysInner) GetNutritionSummaryOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryOk returns a tuple with the NutritionSummary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInner) HasItems ¶
func (o *GetMealPlanWeek200ResponseDaysInner) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*GetMealPlanWeek200ResponseDaysInner) HasNutritionSummary ¶
func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummary() bool
HasNutritionSummary returns a boolean if a field has been set.
func (*GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryBreakfast ¶
func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryBreakfast() bool
HasNutritionSummaryBreakfast returns a boolean if a field has been set.
func (*GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryDinner ¶
func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryDinner() bool
HasNutritionSummaryDinner returns a boolean if a field has been set.
func (*GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryLunch ¶
func (o *GetMealPlanWeek200ResponseDaysInner) HasNutritionSummaryLunch() bool
HasNutritionSummaryLunch returns a boolean if a field has been set.
func (GetMealPlanWeek200ResponseDaysInner) MarshalJSON ¶
func (o GetMealPlanWeek200ResponseDaysInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200ResponseDaysInner) SetDate ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetDate(v float32)
SetDate sets field value
func (*GetMealPlanWeek200ResponseDaysInner) SetDay ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetDay(v string)
SetDay sets field value
func (*GetMealPlanWeek200ResponseDaysInner) SetItems ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetItems(v []GetMealPlanWeek200ResponseDaysInnerItemsInner)
SetItems gets a reference to the given []GetMealPlanWeek200ResponseDaysInnerItemsInner and assigns it to the Items field.
func (*GetMealPlanWeek200ResponseDaysInner) SetNutritionSummary ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummary(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummary gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummary field.
func (*GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryBreakfast ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryBreakfast(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryBreakfast gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryBreakfast field.
func (*GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryDinner ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryDinner(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryDinner gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryDinner field.
func (*GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryLunch ¶
func (o *GetMealPlanWeek200ResponseDaysInner) SetNutritionSummaryLunch(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryLunch gets a reference to the given GetMealPlanWeek200ResponseDaysInnerNutritionSummary and assigns it to the NutritionSummaryLunch field.
func (GetMealPlanWeek200ResponseDaysInner) ToMap ¶
func (o GetMealPlanWeek200ResponseDaysInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200ResponseDaysInner) UnmarshalJSON ¶
func (o *GetMealPlanWeek200ResponseDaysInner) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200ResponseDaysInnerItemsInner ¶
type GetMealPlanWeek200ResponseDaysInnerItemsInner struct { Id int32 `json:"id"` Slot int32 `json:"slot"` Position int32 `json:"position"` Type string `json:"type"` Value *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue `json:"value,omitempty"` }
GetMealPlanWeek200ResponseDaysInnerItemsInner struct for GetMealPlanWeek200ResponseDaysInnerItemsInner
func NewGetMealPlanWeek200ResponseDaysInnerItemsInner ¶
func NewGetMealPlanWeek200ResponseDaysInnerItemsInner(id int32, slot int32, position int32, type_ string) *GetMealPlanWeek200ResponseDaysInnerItemsInner
NewGetMealPlanWeek200ResponseDaysInnerItemsInner instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInner 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 NewGetMealPlanWeek200ResponseDaysInnerItemsInnerWithDefaults ¶
func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerWithDefaults() *GetMealPlanWeek200ResponseDaysInnerItemsInner
NewGetMealPlanWeek200ResponseDaysInnerItemsInnerWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInner 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 (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetId ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetId() int32
GetId returns the Id field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetIdOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPosition ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPosition() int32
GetPosition returns the Position field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPositionOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlot ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlot() int32
GetSlot returns the Slot field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlotOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetSlotOk() (*int32, bool)
GetSlotOk returns a tuple with the Slot field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetType ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetType() string
GetType returns the Type field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetTypeOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValue ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValue() GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
GetValue returns the Value field value if set, zero value otherwise.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValueOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) GetValueOk() (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) HasValue ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (GetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON ¶
func (o GetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) SetId ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetId(v int32)
SetId sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) SetPosition ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetPosition(v int32)
SetPosition sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) SetSlot ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetSlot(v int32)
SetSlot sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) SetType ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetType(v string)
SetType sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) SetValue ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) SetValue(v GetMealPlanWeek200ResponseDaysInnerItemsInnerValue)
SetValue gets a reference to the given GetMealPlanWeek200ResponseDaysInnerItemsInnerValue and assigns it to the Value field.
func (GetMealPlanWeek200ResponseDaysInnerItemsInner) ToMap ¶
func (o GetMealPlanWeek200ResponseDaysInnerItemsInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200ResponseDaysInnerItemsInnerValue ¶
type GetMealPlanWeek200ResponseDaysInnerItemsInnerValue struct { Servings float32 `json:"servings"` Id float32 `json:"id"` Title string `json:"title"` ImageType string `json:"imageType"` }
GetMealPlanWeek200ResponseDaysInnerItemsInnerValue struct for GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue ¶
func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue(servings float32, id float32, title string, imageType string) *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInnerValue 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 NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults ¶
func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults() *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue
NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInnerValue 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 (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetId ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetId() float32
GetId returns the Id field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetIdOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageType ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageTypeOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServings ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServings() float32
GetServings returns the Servings field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServingsOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitle ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitle() string
GetTitle returns the Title field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitleOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON ¶
func (o GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetId ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetId(v float32)
SetId sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetImageType ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
SetImageType sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetServings ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetServings(v float32)
SetServings sets field value
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetTitle ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
SetTitle sets field value
func (GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) ToMap ¶
func (o GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON ¶
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200ResponseDaysInnerNutritionSummary ¶
type GetMealPlanWeek200ResponseDaysInnerNutritionSummary struct {
Nutrients []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner `json:"nutrients"`
}
GetMealPlanWeek200ResponseDaysInnerNutritionSummary struct for GetMealPlanWeek200ResponseDaysInnerNutritionSummary
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummary ¶
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummary(nutrients []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) *GetMealPlanWeek200ResponseDaysInnerNutritionSummary
NewGetMealPlanWeek200ResponseDaysInnerNutritionSummary instantiates a new GetMealPlanWeek200ResponseDaysInnerNutritionSummary 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 NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryWithDefaults ¶
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryWithDefaults() *GetMealPlanWeek200ResponseDaysInnerNutritionSummary
NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInnerNutritionSummary 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 (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrients ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrients() []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
GetNutrients returns the Nutrients field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrientsOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) GetNutrientsOk() ([]GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner, bool)
GetNutrientsOk returns a tuple with the Nutrients field value and a boolean to check if the value has been set.
func (GetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON ¶
func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary) SetNutrients ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) SetNutrients(v []GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner)
SetNutrients sets field value
func (GetMealPlanWeek200ResponseDaysInnerNutritionSummary) ToMap ¶
func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummary) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON(data []byte) (err error)
type GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner ¶
type GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner struct { Name string `json:"name"` Amount float32 `json:"amount"` Unit string `json:"unit"` PercentDailyNeeds float32 `json:"percentDailyNeeds"` }
GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner struct for GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner ¶
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner(name string, amount float32, unit string, percentDailyNeeds float32) *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner instantiates a new GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner 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 NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInnerWithDefaults ¶
func NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInnerWithDefaults() *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
NewGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInnerWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner 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 (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmount ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmount() float32
GetAmount returns the Amount field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmountOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetName ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetName() string
GetName returns the Name field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetNameOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeeds ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeeds() float32
GetPercentDailyNeeds returns the PercentDailyNeeds field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeedsOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetPercentDailyNeedsOk() (*float32, bool)
GetPercentDailyNeedsOk returns a tuple with the PercentDailyNeeds field value and a boolean to check if the value has been set.
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnit ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnit() string
GetUnit returns the Unit field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnitOk ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON ¶
func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON() ([]byte, error)
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetAmount ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetAmount(v float32)
SetAmount sets field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetName ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetName(v string)
SetName sets field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetPercentDailyNeeds ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetPercentDailyNeeds(v float32)
SetPercentDailyNeeds sets field value
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetUnit ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) SetUnit(v string)
SetUnit sets field value
func (GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) ToMap ¶
func (o GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) ToMap() (map[string]interface{}, error)
func (*GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON ¶
func (o *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON(data []byte) (err error)
type GetRandomRecipes200Response ¶
type GetRandomRecipes200Response struct {
Recipes []RecipeInformation `json:"recipes"`
}
GetRandomRecipes200Response
func NewGetRandomRecipes200Response ¶
func NewGetRandomRecipes200Response(recipes []RecipeInformation) *GetRandomRecipes200Response
NewGetRandomRecipes200Response instantiates a new GetRandomRecipes200Response 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 NewGetRandomRecipes200ResponseWithDefaults ¶
func NewGetRandomRecipes200ResponseWithDefaults() *GetRandomRecipes200Response
NewGetRandomRecipes200ResponseWithDefaults instantiates a new GetRandomRecipes200Response 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 (*GetRandomRecipes200Response) GetRecipes ¶
func (o *GetRandomRecipes200Response) GetRecipes() []RecipeInformation
GetRecipes returns the Recipes field value
func (*GetRandomRecipes200Response) GetRecipesOk ¶
func (o *GetRandomRecipes200Response) GetRecipesOk() ([]RecipeInformation, bool)
GetRecipesOk returns a tuple with the Recipes field value and a boolean to check if the value has been set.
func (GetRandomRecipes200Response) MarshalJSON ¶
func (o GetRandomRecipes200Response) MarshalJSON() ([]byte, error)
func (*GetRandomRecipes200Response) SetRecipes ¶
func (o *GetRandomRecipes200Response) SetRecipes(v []RecipeInformation)
SetRecipes sets field value
func (GetRandomRecipes200Response) ToMap ¶
func (o GetRandomRecipes200Response) ToMap() (map[string]interface{}, error)
func (*GetRandomRecipes200Response) UnmarshalJSON ¶
func (o *GetRandomRecipes200Response) UnmarshalJSON(data []byte) (err error)
type GetRecipeEquipmentByID200Response ¶
type GetRecipeEquipmentByID200Response struct {
Equipment []GetRecipeEquipmentByID200ResponseEquipmentInner `json:"equipment"`
}
GetRecipeEquipmentByID200Response
func NewGetRecipeEquipmentByID200Response ¶
func NewGetRecipeEquipmentByID200Response(equipment []GetRecipeEquipmentByID200ResponseEquipmentInner) *GetRecipeEquipmentByID200Response
NewGetRecipeEquipmentByID200Response instantiates a new GetRecipeEquipmentByID200Response 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 NewGetRecipeEquipmentByID200ResponseWithDefaults ¶
func NewGetRecipeEquipmentByID200ResponseWithDefaults() *GetRecipeEquipmentByID200Response
NewGetRecipeEquipmentByID200ResponseWithDefaults instantiates a new GetRecipeEquipmentByID200Response 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 (*GetRecipeEquipmentByID200Response) GetEquipment ¶
func (o *GetRecipeEquipmentByID200Response) GetEquipment() []GetRecipeEquipmentByID200ResponseEquipmentInner
GetEquipment returns the Equipment field value
func (*GetRecipeEquipmentByID200Response) GetEquipmentOk ¶
func (o *GetRecipeEquipmentByID200Response) GetEquipmentOk() ([]GetRecipeEquipmentByID200ResponseEquipmentInner, bool)
GetEquipmentOk returns a tuple with the Equipment field value and a boolean to check if the value has been set.
func (GetRecipeEquipmentByID200Response) MarshalJSON ¶
func (o GetRecipeEquipmentByID200Response) MarshalJSON() ([]byte, error)
func (*GetRecipeEquipmentByID200Response) SetEquipment ¶
func (o *GetRecipeEquipmentByID200Response) SetEquipment(v []GetRecipeEquipmentByID200ResponseEquipmentInner)
SetEquipment sets field value
func (GetRecipeEquipmentByID200Response) ToMap ¶
func (o GetRecipeEquipmentByID200Response) ToMap() (map[string]interface{}, error)
func (*GetRecipeEquipmentByID200Response) UnmarshalJSON ¶
func (o *GetRecipeEquipmentByID200Response) UnmarshalJSON(data []byte) (err error)
type GetRecipeEquipmentByID200ResponseEquipmentInner ¶
type GetRecipeEquipmentByID200ResponseEquipmentInner struct { Image string `json:"image"` Name string `json:"name"` }
GetRecipeEquipmentByID200ResponseEquipmentInner struct for GetRecipeEquipmentByID200ResponseEquipmentInner
func NewGetRecipeEquipmentByID200ResponseEquipmentInner ¶
func NewGetRecipeEquipmentByID200ResponseEquipmentInner(image string, name string) *GetRecipeEquipmentByID200ResponseEquipmentInner
NewGetRecipeEquipmentByID200ResponseEquipmentInner instantiates a new GetRecipeEquipmentByID200ResponseEquipmentInner 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 NewGetRecipeEquipmentByID200ResponseEquipmentInnerWithDefaults ¶
func NewGetRecipeEquipmentByID200ResponseEquipmentInnerWithDefaults() *GetRecipeEquipmentByID200ResponseEquipmentInner
NewGetRecipeEquipmentByID200ResponseEquipmentInnerWithDefaults instantiates a new GetRecipeEquipmentByID200ResponseEquipmentInner 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 (*GetRecipeEquipmentByID200ResponseEquipmentInner) GetImage ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetImage() string
GetImage returns the Image field value
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) GetImageOk ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) GetName ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetName() string
GetName returns the Name field value
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) GetNameOk ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON ¶
func (o GetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON() ([]byte, error)
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) SetImage ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) SetImage(v string)
SetImage sets field value
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) SetName ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) SetName(v string)
SetName sets field value
func (GetRecipeEquipmentByID200ResponseEquipmentInner) ToMap ¶
func (o GetRecipeEquipmentByID200ResponseEquipmentInner) ToMap() (map[string]interface{}, error)
func (*GetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON ¶
func (o *GetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON(data []byte) (err error)
type GetRecipeIngredientsByID200Response ¶
type GetRecipeIngredientsByID200Response struct {
Ingredients []GetRecipeIngredientsByID200ResponseIngredientsInner `json:"ingredients"`
}
GetRecipeIngredientsByID200Response
func NewGetRecipeIngredientsByID200Response ¶
func NewGetRecipeIngredientsByID200Response(ingredients []GetRecipeIngredientsByID200ResponseIngredientsInner) *GetRecipeIngredientsByID200Response
NewGetRecipeIngredientsByID200Response instantiates a new GetRecipeIngredientsByID200Response 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 NewGetRecipeIngredientsByID200ResponseWithDefaults ¶
func NewGetRecipeIngredientsByID200ResponseWithDefaults() *GetRecipeIngredientsByID200Response
NewGetRecipeIngredientsByID200ResponseWithDefaults instantiates a new GetRecipeIngredientsByID200Response 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 (*GetRecipeIngredientsByID200Response) GetIngredients ¶
func (o *GetRecipeIngredientsByID200Response) GetIngredients() []GetRecipeIngredientsByID200ResponseIngredientsInner
GetIngredients returns the Ingredients field value
func (*GetRecipeIngredientsByID200Response) GetIngredientsOk ¶
func (o *GetRecipeIngredientsByID200Response) GetIngredientsOk() ([]GetRecipeIngredientsByID200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (GetRecipeIngredientsByID200Response) MarshalJSON ¶
func (o GetRecipeIngredientsByID200Response) MarshalJSON() ([]byte, error)
func (*GetRecipeIngredientsByID200Response) SetIngredients ¶
func (o *GetRecipeIngredientsByID200Response) SetIngredients(v []GetRecipeIngredientsByID200ResponseIngredientsInner)
SetIngredients sets field value
func (GetRecipeIngredientsByID200Response) ToMap ¶
func (o GetRecipeIngredientsByID200Response) ToMap() (map[string]interface{}, error)
func (*GetRecipeIngredientsByID200Response) UnmarshalJSON ¶
func (o *GetRecipeIngredientsByID200Response) UnmarshalJSON(data []byte) (err error)
type GetRecipeIngredientsByID200ResponseIngredientsInner ¶
type GetRecipeIngredientsByID200ResponseIngredientsInner struct { Amount *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount `json:"amount,omitempty"` Image string `json:"image"` Name string `json:"name"` }
GetRecipeIngredientsByID200ResponseIngredientsInner struct for GetRecipeIngredientsByID200ResponseIngredientsInner
func NewGetRecipeIngredientsByID200ResponseIngredientsInner ¶
func NewGetRecipeIngredientsByID200ResponseIngredientsInner(image string, name string) *GetRecipeIngredientsByID200ResponseIngredientsInner
NewGetRecipeIngredientsByID200ResponseIngredientsInner instantiates a new GetRecipeIngredientsByID200ResponseIngredientsInner 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 NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults ¶
func NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults() *GetRecipeIngredientsByID200ResponseIngredientsInner
NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults instantiates a new GetRecipeIngredientsByID200ResponseIngredientsInner 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 (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmount ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmountOk ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmountOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetImage ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetImageOk ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetName ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetName() string
GetName returns the Name field value
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) GetNameOk ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) HasAmount ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (GetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON ¶
func (o GetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) SetAmount ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
SetAmount gets a reference to the given GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount and assigns it to the Amount field.
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) SetImage ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetImage(v string)
SetImage sets field value
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) SetName ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) SetName(v string)
SetName sets field value
func (GetRecipeIngredientsByID200ResponseIngredientsInner) ToMap ¶
func (o GetRecipeIngredientsByID200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
func (*GetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON ¶
func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
type GetRecipeNutritionWidgetByID200Response ¶
type GetRecipeNutritionWidgetByID200Response struct { Calories string `json:"calories"` Carbs string `json:"carbs"` Fat string `json:"fat"` Protein string `json:"protein"` Bad []GetRecipeNutritionWidgetByID200ResponseBadInner `json:"bad"` Good []GetRecipeNutritionWidgetByID200ResponseGoodInner `json:"good"` }
GetRecipeNutritionWidgetByID200Response
func NewGetRecipeNutritionWidgetByID200Response ¶
func NewGetRecipeNutritionWidgetByID200Response(calories string, carbs string, fat string, protein string, bad []GetRecipeNutritionWidgetByID200ResponseBadInner, good []GetRecipeNutritionWidgetByID200ResponseGoodInner) *GetRecipeNutritionWidgetByID200Response
NewGetRecipeNutritionWidgetByID200Response instantiates a new GetRecipeNutritionWidgetByID200Response 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 NewGetRecipeNutritionWidgetByID200ResponseWithDefaults ¶
func NewGetRecipeNutritionWidgetByID200ResponseWithDefaults() *GetRecipeNutritionWidgetByID200Response
NewGetRecipeNutritionWidgetByID200ResponseWithDefaults instantiates a new GetRecipeNutritionWidgetByID200Response 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 (*GetRecipeNutritionWidgetByID200Response) GetBad ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetBad() []GetRecipeNutritionWidgetByID200ResponseBadInner
GetBad returns the Bad field value
func (*GetRecipeNutritionWidgetByID200Response) GetBadOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetBadOk() ([]GetRecipeNutritionWidgetByID200ResponseBadInner, bool)
GetBadOk returns a tuple with the Bad field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200Response) GetCalories ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetCalories() string
GetCalories returns the Calories field value
func (*GetRecipeNutritionWidgetByID200Response) GetCaloriesOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetCaloriesOk() (*string, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200Response) GetCarbs ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetCarbs() string
GetCarbs returns the Carbs field value
func (*GetRecipeNutritionWidgetByID200Response) GetCarbsOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetCarbsOk() (*string, bool)
GetCarbsOk returns a tuple with the Carbs field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200Response) GetFat ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetFat() string
GetFat returns the Fat field value
func (*GetRecipeNutritionWidgetByID200Response) GetFatOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetFatOk() (*string, bool)
GetFatOk returns a tuple with the Fat field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200Response) GetGood ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetGood() []GetRecipeNutritionWidgetByID200ResponseGoodInner
GetGood returns the Good field value
func (*GetRecipeNutritionWidgetByID200Response) GetGoodOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetGoodOk() ([]GetRecipeNutritionWidgetByID200ResponseGoodInner, bool)
GetGoodOk returns a tuple with the Good field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200Response) GetProtein ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetProtein() string
GetProtein returns the Protein field value
func (*GetRecipeNutritionWidgetByID200Response) GetProteinOk ¶
func (o *GetRecipeNutritionWidgetByID200Response) GetProteinOk() (*string, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (GetRecipeNutritionWidgetByID200Response) MarshalJSON ¶
func (o GetRecipeNutritionWidgetByID200Response) MarshalJSON() ([]byte, error)
func (*GetRecipeNutritionWidgetByID200Response) SetBad ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetBad(v []GetRecipeNutritionWidgetByID200ResponseBadInner)
SetBad sets field value
func (*GetRecipeNutritionWidgetByID200Response) SetCalories ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetCalories(v string)
SetCalories sets field value
func (*GetRecipeNutritionWidgetByID200Response) SetCarbs ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetCarbs(v string)
SetCarbs sets field value
func (*GetRecipeNutritionWidgetByID200Response) SetFat ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetFat(v string)
SetFat sets field value
func (*GetRecipeNutritionWidgetByID200Response) SetGood ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetGood(v []GetRecipeNutritionWidgetByID200ResponseGoodInner)
SetGood sets field value
func (*GetRecipeNutritionWidgetByID200Response) SetProtein ¶
func (o *GetRecipeNutritionWidgetByID200Response) SetProtein(v string)
SetProtein sets field value
func (GetRecipeNutritionWidgetByID200Response) ToMap ¶
func (o GetRecipeNutritionWidgetByID200Response) ToMap() (map[string]interface{}, error)
func (*GetRecipeNutritionWidgetByID200Response) UnmarshalJSON ¶
func (o *GetRecipeNutritionWidgetByID200Response) UnmarshalJSON(data []byte) (err error)
type GetRecipeNutritionWidgetByID200ResponseBadInner ¶
type GetRecipeNutritionWidgetByID200ResponseBadInner struct { Title string `json:"title"` Amount string `json:"amount"` Indented bool `json:"indented"` PercentOfDailyNeeds float32 `json:"percentOfDailyNeeds"` }
GetRecipeNutritionWidgetByID200ResponseBadInner struct for GetRecipeNutritionWidgetByID200ResponseBadInner
func NewGetRecipeNutritionWidgetByID200ResponseBadInner ¶
func NewGetRecipeNutritionWidgetByID200ResponseBadInner(title string, amount string, indented bool, percentOfDailyNeeds float32) *GetRecipeNutritionWidgetByID200ResponseBadInner
NewGetRecipeNutritionWidgetByID200ResponseBadInner instantiates a new GetRecipeNutritionWidgetByID200ResponseBadInner 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 NewGetRecipeNutritionWidgetByID200ResponseBadInnerWithDefaults ¶
func NewGetRecipeNutritionWidgetByID200ResponseBadInnerWithDefaults() *GetRecipeNutritionWidgetByID200ResponseBadInner
NewGetRecipeNutritionWidgetByID200ResponseBadInnerWithDefaults instantiates a new GetRecipeNutritionWidgetByID200ResponseBadInner 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 (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmount ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmount() string
GetAmount returns the Amount field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmountOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndented ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndented() bool
GetIndented returns the Indented field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndentedOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndentedOk() (*bool, bool)
GetIndentedOk returns a tuple with the Indented field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeeds ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeeds() float32
GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeedsOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeedsOk() (*float32, bool)
GetPercentOfDailyNeedsOk returns a tuple with the PercentOfDailyNeeds field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitle ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitle() string
GetTitle returns the Title field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitleOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON ¶
func (o GetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON() ([]byte, error)
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) SetAmount ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetAmount(v string)
SetAmount sets field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) SetIndented ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetIndented(v bool)
SetIndented sets field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) SetPercentOfDailyNeeds ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetPercentOfDailyNeeds(v float32)
SetPercentOfDailyNeeds sets field value
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) SetTitle ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) SetTitle(v string)
SetTitle sets field value
func (GetRecipeNutritionWidgetByID200ResponseBadInner) ToMap ¶
func (o GetRecipeNutritionWidgetByID200ResponseBadInner) ToMap() (map[string]interface{}, error)
func (*GetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON ¶
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON(data []byte) (err error)
type GetRecipeNutritionWidgetByID200ResponseGoodInner ¶
type GetRecipeNutritionWidgetByID200ResponseGoodInner struct { Amount string `json:"amount"` Indented bool `json:"indented"` PercentOfDailyNeeds float32 `json:"percentOfDailyNeeds"` Title string `json:"title"` }
GetRecipeNutritionWidgetByID200ResponseGoodInner struct for GetRecipeNutritionWidgetByID200ResponseGoodInner
func NewGetRecipeNutritionWidgetByID200ResponseGoodInner ¶
func NewGetRecipeNutritionWidgetByID200ResponseGoodInner(amount string, indented bool, percentOfDailyNeeds float32, title string) *GetRecipeNutritionWidgetByID200ResponseGoodInner
NewGetRecipeNutritionWidgetByID200ResponseGoodInner instantiates a new GetRecipeNutritionWidgetByID200ResponseGoodInner 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 NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults ¶
func NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults() *GetRecipeNutritionWidgetByID200ResponseGoodInner
NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults instantiates a new GetRecipeNutritionWidgetByID200ResponseGoodInner 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 (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmount ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmount() string
GetAmount returns the Amount field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmountOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndented ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndented() bool
GetIndented returns the Indented field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndentedOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndentedOk() (*bool, bool)
GetIndentedOk returns a tuple with the Indented field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeeds ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeeds() float32
GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeedsOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeedsOk() (*float32, bool)
GetPercentOfDailyNeedsOk returns a tuple with the PercentOfDailyNeeds field value and a boolean to check if the value has been set.
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitle ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitle() string
GetTitle returns the Title field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitleOk ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON ¶
func (o GetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON() ([]byte, error)
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) SetAmount ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetAmount(v string)
SetAmount sets field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) SetIndented ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetIndented(v bool)
SetIndented sets field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) SetPercentOfDailyNeeds ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetPercentOfDailyNeeds(v float32)
SetPercentOfDailyNeeds sets field value
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) SetTitle ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetTitle(v string)
SetTitle sets field value
func (GetRecipeNutritionWidgetByID200ResponseGoodInner) ToMap ¶
func (o GetRecipeNutritionWidgetByID200ResponseGoodInner) ToMap() (map[string]interface{}, error)
func (*GetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON ¶
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON(data []byte) (err error)
type GetRecipePriceBreakdownByID200Response ¶
type GetRecipePriceBreakdownByID200Response struct { Ingredients []GetRecipePriceBreakdownByID200ResponseIngredientsInner `json:"ingredients"` TotalCost float32 `json:"totalCost"` TotalCostPerServing float32 `json:"totalCostPerServing"` }
GetRecipePriceBreakdownByID200Response
func NewGetRecipePriceBreakdownByID200Response ¶
func NewGetRecipePriceBreakdownByID200Response(ingredients []GetRecipePriceBreakdownByID200ResponseIngredientsInner, totalCost float32, totalCostPerServing float32) *GetRecipePriceBreakdownByID200Response
NewGetRecipePriceBreakdownByID200Response instantiates a new GetRecipePriceBreakdownByID200Response 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 NewGetRecipePriceBreakdownByID200ResponseWithDefaults ¶
func NewGetRecipePriceBreakdownByID200ResponseWithDefaults() *GetRecipePriceBreakdownByID200Response
NewGetRecipePriceBreakdownByID200ResponseWithDefaults instantiates a new GetRecipePriceBreakdownByID200Response 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 (*GetRecipePriceBreakdownByID200Response) GetIngredients ¶
func (o *GetRecipePriceBreakdownByID200Response) GetIngredients() []GetRecipePriceBreakdownByID200ResponseIngredientsInner
GetIngredients returns the Ingredients field value
func (*GetRecipePriceBreakdownByID200Response) GetIngredientsOk ¶
func (o *GetRecipePriceBreakdownByID200Response) GetIngredientsOk() ([]GetRecipePriceBreakdownByID200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200Response) GetTotalCost ¶
func (o *GetRecipePriceBreakdownByID200Response) GetTotalCost() float32
GetTotalCost returns the TotalCost field value
func (*GetRecipePriceBreakdownByID200Response) GetTotalCostOk ¶
func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostOk() (*float32, bool)
GetTotalCostOk returns a tuple with the TotalCost field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200Response) GetTotalCostPerServing ¶
func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostPerServing() float32
GetTotalCostPerServing returns the TotalCostPerServing field value
func (*GetRecipePriceBreakdownByID200Response) GetTotalCostPerServingOk ¶
func (o *GetRecipePriceBreakdownByID200Response) GetTotalCostPerServingOk() (*float32, bool)
GetTotalCostPerServingOk returns a tuple with the TotalCostPerServing field value and a boolean to check if the value has been set.
func (GetRecipePriceBreakdownByID200Response) MarshalJSON ¶
func (o GetRecipePriceBreakdownByID200Response) MarshalJSON() ([]byte, error)
func (*GetRecipePriceBreakdownByID200Response) SetIngredients ¶
func (o *GetRecipePriceBreakdownByID200Response) SetIngredients(v []GetRecipePriceBreakdownByID200ResponseIngredientsInner)
SetIngredients sets field value
func (*GetRecipePriceBreakdownByID200Response) SetTotalCost ¶
func (o *GetRecipePriceBreakdownByID200Response) SetTotalCost(v float32)
SetTotalCost sets field value
func (*GetRecipePriceBreakdownByID200Response) SetTotalCostPerServing ¶
func (o *GetRecipePriceBreakdownByID200Response) SetTotalCostPerServing(v float32)
SetTotalCostPerServing sets field value
func (GetRecipePriceBreakdownByID200Response) ToMap ¶
func (o GetRecipePriceBreakdownByID200Response) ToMap() (map[string]interface{}, error)
func (*GetRecipePriceBreakdownByID200Response) UnmarshalJSON ¶
func (o *GetRecipePriceBreakdownByID200Response) UnmarshalJSON(data []byte) (err error)
type GetRecipePriceBreakdownByID200ResponseIngredientsInner ¶
type GetRecipePriceBreakdownByID200ResponseIngredientsInner struct { Amount *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount `json:"amount,omitempty"` Image string `json:"image"` Name string `json:"name"` Price float32 `json:"price"` }
GetRecipePriceBreakdownByID200ResponseIngredientsInner struct for GetRecipePriceBreakdownByID200ResponseIngredientsInner
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInner ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInner(image string, name string, price float32) *GetRecipePriceBreakdownByID200ResponseIngredientsInner
NewGetRecipePriceBreakdownByID200ResponseIngredientsInner instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInner 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 NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInner
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInner 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 (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmount ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmountOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmountOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImage ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImageOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetName ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetName() string
GetName returns the Name field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetNameOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPrice ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPrice() float32
GetPrice returns the Price field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPriceOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) HasAmount ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (GetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetAmount ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
SetAmount gets a reference to the given GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount and assigns it to the Amount field.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetImage ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetImage(v string)
SetImage sets field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetName ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetName(v string)
SetName sets field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetPrice ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetPrice(v float32)
SetPrice sets field value
func (GetRecipePriceBreakdownByID200ResponseIngredientsInner) ToMap ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInner) ToMap() (map[string]interface{}, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON(data []byte) (err error)
type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount ¶
type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount struct { Metric GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric `json:"metric"` Us GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric `json:"us"` }
GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount struct for GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount(metric GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, us GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount 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 NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountWithDefaults ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountWithDefaults instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount 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 (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetric ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetric() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
GetMetric returns the Metric field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetricOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetMetricOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, bool)
GetMetricOk returns a tuple with the Metric field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUs ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUs() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
GetUs returns the Us field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUsOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) GetUsOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric, bool)
GetUsOk returns a tuple with the Us field value and a boolean to check if the value has been set.
func (GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON() ([]byte, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetMetric ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetMetric(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric)
SetMetric sets field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetUs ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) SetUs(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric)
SetUs sets field value
func (GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) ToMap ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) ToMap() (map[string]interface{}, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON(data []byte) (err error)
type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric ¶
type GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric struct { Unit string `json:"unit"` Value float32 `json:"value"` }
GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric struct for GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric(unit string, value float32) *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric 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 NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetricWithDefaults ¶
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetricWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetricWithDefaults instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric 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 (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnit ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnit() string
GetUnit returns the Unit field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnitOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValue ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValue() float32
GetValue returns the Value field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValueOk ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON() ([]byte, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetUnit ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetUnit(v string)
SetUnit sets field value
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetValue ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) SetValue(v float32)
SetValue sets field value
func (GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) ToMap ¶
func (o GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) ToMap() (map[string]interface{}, error)
func (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON ¶
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON(data []byte) (err error)
type GetShoppingList200Response ¶
type GetShoppingList200Response struct { Aisles []GetShoppingList200ResponseAislesInner `json:"aisles"` Cost float32 `json:"cost"` StartDate float32 `json:"startDate"` EndDate float32 `json:"endDate"` }
GetShoppingList200Response
func NewGetShoppingList200Response ¶
func NewGetShoppingList200Response(aisles []GetShoppingList200ResponseAislesInner, cost float32, startDate float32, endDate float32) *GetShoppingList200Response
NewGetShoppingList200Response instantiates a new GetShoppingList200Response 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 NewGetShoppingList200ResponseWithDefaults ¶
func NewGetShoppingList200ResponseWithDefaults() *GetShoppingList200Response
NewGetShoppingList200ResponseWithDefaults instantiates a new GetShoppingList200Response 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 (*GetShoppingList200Response) GetAisles ¶
func (o *GetShoppingList200Response) GetAisles() []GetShoppingList200ResponseAislesInner
GetAisles returns the Aisles field value
func (*GetShoppingList200Response) GetAislesOk ¶
func (o *GetShoppingList200Response) GetAislesOk() ([]GetShoppingList200ResponseAislesInner, bool)
GetAislesOk returns a tuple with the Aisles field value and a boolean to check if the value has been set.
func (*GetShoppingList200Response) GetCost ¶
func (o *GetShoppingList200Response) GetCost() float32
GetCost returns the Cost field value
func (*GetShoppingList200Response) GetCostOk ¶
func (o *GetShoppingList200Response) GetCostOk() (*float32, bool)
GetCostOk returns a tuple with the Cost field value and a boolean to check if the value has been set.
func (*GetShoppingList200Response) GetEndDate ¶
func (o *GetShoppingList200Response) GetEndDate() float32
GetEndDate returns the EndDate field value
func (*GetShoppingList200Response) GetEndDateOk ¶
func (o *GetShoppingList200Response) GetEndDateOk() (*float32, bool)
GetEndDateOk returns a tuple with the EndDate field value and a boolean to check if the value has been set.
func (*GetShoppingList200Response) GetStartDate ¶
func (o *GetShoppingList200Response) GetStartDate() float32
GetStartDate returns the StartDate field value
func (*GetShoppingList200Response) GetStartDateOk ¶
func (o *GetShoppingList200Response) GetStartDateOk() (*float32, bool)
GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set.
func (GetShoppingList200Response) MarshalJSON ¶
func (o GetShoppingList200Response) MarshalJSON() ([]byte, error)
func (*GetShoppingList200Response) SetAisles ¶
func (o *GetShoppingList200Response) SetAisles(v []GetShoppingList200ResponseAislesInner)
SetAisles sets field value
func (*GetShoppingList200Response) SetCost ¶
func (o *GetShoppingList200Response) SetCost(v float32)
SetCost sets field value
func (*GetShoppingList200Response) SetEndDate ¶
func (o *GetShoppingList200Response) SetEndDate(v float32)
SetEndDate sets field value
func (*GetShoppingList200Response) SetStartDate ¶
func (o *GetShoppingList200Response) SetStartDate(v float32)
SetStartDate sets field value
func (GetShoppingList200Response) ToMap ¶
func (o GetShoppingList200Response) ToMap() (map[string]interface{}, error)
func (*GetShoppingList200Response) UnmarshalJSON ¶
func (o *GetShoppingList200Response) UnmarshalJSON(data []byte) (err error)
type GetShoppingList200ResponseAislesInner ¶
type GetShoppingList200ResponseAislesInner struct { Aisle string `json:"aisle"` Items []GetShoppingList200ResponseAislesInnerItemsInner `json:"items,omitempty"` }
GetShoppingList200ResponseAislesInner struct for GetShoppingList200ResponseAislesInner
func NewGetShoppingList200ResponseAislesInner ¶
func NewGetShoppingList200ResponseAislesInner(aisle string) *GetShoppingList200ResponseAislesInner
NewGetShoppingList200ResponseAislesInner instantiates a new GetShoppingList200ResponseAislesInner 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 NewGetShoppingList200ResponseAislesInnerWithDefaults ¶
func NewGetShoppingList200ResponseAislesInnerWithDefaults() *GetShoppingList200ResponseAislesInner
NewGetShoppingList200ResponseAislesInnerWithDefaults instantiates a new GetShoppingList200ResponseAislesInner 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 (*GetShoppingList200ResponseAislesInner) GetAisle ¶
func (o *GetShoppingList200ResponseAislesInner) GetAisle() string
GetAisle returns the Aisle field value
func (*GetShoppingList200ResponseAislesInner) GetAisleOk ¶
func (o *GetShoppingList200ResponseAislesInner) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInner) GetItems ¶
func (o *GetShoppingList200ResponseAislesInner) GetItems() []GetShoppingList200ResponseAislesInnerItemsInner
GetItems returns the Items field value if set, zero value otherwise.
func (*GetShoppingList200ResponseAislesInner) GetItemsOk ¶
func (o *GetShoppingList200ResponseAislesInner) GetItemsOk() ([]GetShoppingList200ResponseAislesInnerItemsInner, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInner) HasItems ¶
func (o *GetShoppingList200ResponseAislesInner) HasItems() bool
HasItems returns a boolean if a field has been set.
func (GetShoppingList200ResponseAislesInner) MarshalJSON ¶
func (o GetShoppingList200ResponseAislesInner) MarshalJSON() ([]byte, error)
func (*GetShoppingList200ResponseAislesInner) SetAisle ¶
func (o *GetShoppingList200ResponseAislesInner) SetAisle(v string)
SetAisle sets field value
func (*GetShoppingList200ResponseAislesInner) SetItems ¶
func (o *GetShoppingList200ResponseAislesInner) SetItems(v []GetShoppingList200ResponseAislesInnerItemsInner)
SetItems gets a reference to the given []GetShoppingList200ResponseAislesInnerItemsInner and assigns it to the Items field.
func (GetShoppingList200ResponseAislesInner) ToMap ¶
func (o GetShoppingList200ResponseAislesInner) ToMap() (map[string]interface{}, error)
func (*GetShoppingList200ResponseAislesInner) UnmarshalJSON ¶
func (o *GetShoppingList200ResponseAislesInner) UnmarshalJSON(data []byte) (err error)
type GetShoppingList200ResponseAislesInnerItemsInner ¶
type GetShoppingList200ResponseAislesInnerItemsInner struct { Id int32 `json:"id"` Name string `json:"name"` Measures *GetShoppingList200ResponseAislesInnerItemsInnerMeasures `json:"measures,omitempty"` PantryItem bool `json:"pantryItem"` Aisle string `json:"aisle"` Cost float32 `json:"cost"` IngredientId int32 `json:"ingredientId"` }
GetShoppingList200ResponseAislesInnerItemsInner struct for GetShoppingList200ResponseAislesInnerItemsInner
func NewGetShoppingList200ResponseAislesInnerItemsInner ¶
func NewGetShoppingList200ResponseAislesInnerItemsInner(id int32, name string, pantryItem bool, aisle string, cost float32, ingredientId int32) *GetShoppingList200ResponseAislesInnerItemsInner
NewGetShoppingList200ResponseAislesInnerItemsInner instantiates a new GetShoppingList200ResponseAislesInnerItemsInner 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 NewGetShoppingList200ResponseAislesInnerItemsInnerWithDefaults ¶
func NewGetShoppingList200ResponseAislesInnerItemsInnerWithDefaults() *GetShoppingList200ResponseAislesInnerItemsInner
NewGetShoppingList200ResponseAislesInnerItemsInnerWithDefaults instantiates a new GetShoppingList200ResponseAislesInnerItemsInner 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 (*GetShoppingList200ResponseAislesInnerItemsInner) GetAisle ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetAisle() string
GetAisle returns the Aisle field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetAisleOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetCost ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetCost() float32
GetCost returns the Cost field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetCostOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetCostOk() (*float32, bool)
GetCostOk returns a tuple with the Cost field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetId ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetId() int32
GetId returns the Id field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetIdOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientId ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientId() int32
GetIngredientId returns the IngredientId field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientIdOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetIngredientIdOk() (*int32, bool)
GetIngredientIdOk returns a tuple with the IngredientId field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetMeasures ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetMeasures() GetShoppingList200ResponseAislesInnerItemsInnerMeasures
GetMeasures returns the Measures field value if set, zero value otherwise.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetMeasuresOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetMeasuresOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures, bool)
GetMeasuresOk returns a tuple with the Measures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetName ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetName() string
GetName returns the Name field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetNameOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItem ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItem() bool
GetPantryItem returns the PantryItem field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItemOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) GetPantryItemOk() (*bool, bool)
GetPantryItemOk returns a tuple with the PantryItem field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInner) HasMeasures ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) HasMeasures() bool
HasMeasures returns a boolean if a field has been set.
func (GetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON ¶
func (o GetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON() ([]byte, error)
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetAisle ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetAisle(v string)
SetAisle sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetCost ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetCost(v float32)
SetCost sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetId ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetId(v int32)
SetId sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetIngredientId ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetIngredientId(v int32)
SetIngredientId sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetMeasures ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetMeasures(v GetShoppingList200ResponseAislesInnerItemsInnerMeasures)
SetMeasures gets a reference to the given GetShoppingList200ResponseAislesInnerItemsInnerMeasures and assigns it to the Measures field.
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetName ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetName(v string)
SetName sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInner) SetPantryItem ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) SetPantryItem(v bool)
SetPantryItem sets field value
func (GetShoppingList200ResponseAislesInnerItemsInner) ToMap ¶
func (o GetShoppingList200ResponseAislesInnerItemsInner) ToMap() (map[string]interface{}, error)
func (*GetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON(data []byte) (err error)
type GetShoppingList200ResponseAislesInnerItemsInnerMeasures ¶
type GetShoppingList200ResponseAislesInnerItemsInnerMeasures struct { Original GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal `json:"original"` Metric GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal `json:"metric"` Us GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal `json:"us"` }
GetShoppingList200ResponseAislesInnerItemsInnerMeasures struct for GetShoppingList200ResponseAislesInnerItemsInnerMeasures
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasures ¶
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasures(original GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, metric GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, us GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) *GetShoppingList200ResponseAislesInnerItemsInnerMeasures
NewGetShoppingList200ResponseAislesInnerItemsInnerMeasures instantiates a new GetShoppingList200ResponseAislesInnerItemsInnerMeasures 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 NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresWithDefaults ¶
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresWithDefaults() *GetShoppingList200ResponseAislesInnerItemsInnerMeasures
NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresWithDefaults instantiates a new GetShoppingList200ResponseAislesInnerItemsInnerMeasures 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 (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetric ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetric() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
GetMetric returns the Metric field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetricOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetMetricOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
GetMetricOk returns a tuple with the Metric field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginal ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginal() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
GetOriginal returns the Original field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginalOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetOriginalOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUs ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUs() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
GetUs returns the Us field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUsOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) GetUsOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
GetUsOk returns a tuple with the Us field value and a boolean to check if the value has been set.
func (GetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON ¶
func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON() ([]byte, error)
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetMetric ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetMetric(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
SetMetric sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetOriginal ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetOriginal(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
SetOriginal sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetUs ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) SetUs(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
SetUs sets field value
func (GetShoppingList200ResponseAislesInnerItemsInnerMeasures) ToMap ¶
func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasures) ToMap() (map[string]interface{}, error)
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON(data []byte) (err error)
type GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal ¶
type GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal struct { Amount float32 `json:"amount"` Unit string `json:"unit"` }
GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal struct for GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal ¶
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal(amount float32, unit string) *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal instantiates a new GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal 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 NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginalWithDefaults ¶
func NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginalWithDefaults() *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
NewGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginalWithDefaults instantiates a new GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal 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 (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmount ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmount() float32
GetAmount returns the Amount field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmountOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnit ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnit() string
GetUnit returns the Unit field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnitOk ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON ¶
func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON() ([]byte, error)
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetAmount ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetAmount(v float32)
SetAmount sets field value
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetUnit ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) SetUnit(v string)
SetUnit sets field value
func (GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) ToMap ¶
func (o GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) ToMap() (map[string]interface{}, error)
func (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON ¶
func (o *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON(data []byte) (err error)
type GetSimilarRecipes200ResponseInner ¶
type GetSimilarRecipes200ResponseInner struct { Id int32 `json:"id"` Title string `json:"title"` ImageType string `json:"imageType"` ReadyInMinutes int32 `json:"readyInMinutes"` Servings float32 `json:"servings"` SourceUrl string `json:"sourceUrl"` }
GetSimilarRecipes200ResponseInner struct for GetSimilarRecipes200ResponseInner
func NewGetSimilarRecipes200ResponseInner ¶
func NewGetSimilarRecipes200ResponseInner(id int32, title string, imageType string, readyInMinutes int32, servings float32, sourceUrl string) *GetSimilarRecipes200ResponseInner
NewGetSimilarRecipes200ResponseInner instantiates a new GetSimilarRecipes200ResponseInner 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 NewGetSimilarRecipes200ResponseInnerWithDefaults ¶
func NewGetSimilarRecipes200ResponseInnerWithDefaults() *GetSimilarRecipes200ResponseInner
NewGetSimilarRecipes200ResponseInnerWithDefaults instantiates a new GetSimilarRecipes200ResponseInner 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 (*GetSimilarRecipes200ResponseInner) GetId ¶
func (o *GetSimilarRecipes200ResponseInner) GetId() int32
GetId returns the Id field value
func (*GetSimilarRecipes200ResponseInner) GetIdOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetSimilarRecipes200ResponseInner) GetImageType ¶
func (o *GetSimilarRecipes200ResponseInner) GetImageType() string
GetImageType returns the ImageType field value
func (*GetSimilarRecipes200ResponseInner) GetImageTypeOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*GetSimilarRecipes200ResponseInner) GetReadyInMinutes ¶
func (o *GetSimilarRecipes200ResponseInner) GetReadyInMinutes() int32
GetReadyInMinutes returns the ReadyInMinutes field value
func (*GetSimilarRecipes200ResponseInner) GetReadyInMinutesOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetReadyInMinutesOk() (*int32, bool)
GetReadyInMinutesOk returns a tuple with the ReadyInMinutes field value and a boolean to check if the value has been set.
func (*GetSimilarRecipes200ResponseInner) GetServings ¶
func (o *GetSimilarRecipes200ResponseInner) GetServings() float32
GetServings returns the Servings field value
func (*GetSimilarRecipes200ResponseInner) GetServingsOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*GetSimilarRecipes200ResponseInner) GetSourceUrl ¶
func (o *GetSimilarRecipes200ResponseInner) GetSourceUrl() string
GetSourceUrl returns the SourceUrl field value
func (*GetSimilarRecipes200ResponseInner) GetSourceUrlOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetSourceUrlOk() (*string, bool)
GetSourceUrlOk returns a tuple with the SourceUrl field value and a boolean to check if the value has been set.
func (*GetSimilarRecipes200ResponseInner) GetTitle ¶
func (o *GetSimilarRecipes200ResponseInner) GetTitle() string
GetTitle returns the Title field value
func (*GetSimilarRecipes200ResponseInner) GetTitleOk ¶
func (o *GetSimilarRecipes200ResponseInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetSimilarRecipes200ResponseInner) MarshalJSON ¶
func (o GetSimilarRecipes200ResponseInner) MarshalJSON() ([]byte, error)
func (*GetSimilarRecipes200ResponseInner) SetId ¶
func (o *GetSimilarRecipes200ResponseInner) SetId(v int32)
SetId sets field value
func (*GetSimilarRecipes200ResponseInner) SetImageType ¶
func (o *GetSimilarRecipes200ResponseInner) SetImageType(v string)
SetImageType sets field value
func (*GetSimilarRecipes200ResponseInner) SetReadyInMinutes ¶
func (o *GetSimilarRecipes200ResponseInner) SetReadyInMinutes(v int32)
SetReadyInMinutes sets field value
func (*GetSimilarRecipes200ResponseInner) SetServings ¶
func (o *GetSimilarRecipes200ResponseInner) SetServings(v float32)
SetServings sets field value
func (*GetSimilarRecipes200ResponseInner) SetSourceUrl ¶
func (o *GetSimilarRecipes200ResponseInner) SetSourceUrl(v string)
SetSourceUrl sets field value
func (*GetSimilarRecipes200ResponseInner) SetTitle ¶
func (o *GetSimilarRecipes200ResponseInner) SetTitle(v string)
SetTitle sets field value
func (GetSimilarRecipes200ResponseInner) ToMap ¶
func (o GetSimilarRecipes200ResponseInner) ToMap() (map[string]interface{}, error)
func (*GetSimilarRecipes200ResponseInner) UnmarshalJSON ¶
func (o *GetSimilarRecipes200ResponseInner) UnmarshalJSON(data []byte) (err error)
type GetWineDescription200Response ¶
type GetWineDescription200Response struct {
WineDescription string `json:"wineDescription"`
}
GetWineDescription200Response
func NewGetWineDescription200Response ¶
func NewGetWineDescription200Response(wineDescription string) *GetWineDescription200Response
NewGetWineDescription200Response instantiates a new GetWineDescription200Response 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 NewGetWineDescription200ResponseWithDefaults ¶
func NewGetWineDescription200ResponseWithDefaults() *GetWineDescription200Response
NewGetWineDescription200ResponseWithDefaults instantiates a new GetWineDescription200Response 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 (*GetWineDescription200Response) GetWineDescription ¶
func (o *GetWineDescription200Response) GetWineDescription() string
GetWineDescription returns the WineDescription field value
func (*GetWineDescription200Response) GetWineDescriptionOk ¶
func (o *GetWineDescription200Response) GetWineDescriptionOk() (*string, bool)
GetWineDescriptionOk returns a tuple with the WineDescription field value and a boolean to check if the value has been set.
func (GetWineDescription200Response) MarshalJSON ¶
func (o GetWineDescription200Response) MarshalJSON() ([]byte, error)
func (*GetWineDescription200Response) SetWineDescription ¶
func (o *GetWineDescription200Response) SetWineDescription(v string)
SetWineDescription sets field value
func (GetWineDescription200Response) ToMap ¶
func (o GetWineDescription200Response) ToMap() (map[string]interface{}, error)
func (*GetWineDescription200Response) UnmarshalJSON ¶
func (o *GetWineDescription200Response) UnmarshalJSON(data []byte) (err error)
type GetWinePairing200Response ¶
type GetWinePairing200Response struct { PairedWines []string `json:"pairedWines"` PairingText string `json:"pairingText"` ProductMatches []GetWinePairing200ResponseProductMatchesInner `json:"productMatches"` }
GetWinePairing200Response
func NewGetWinePairing200Response ¶
func NewGetWinePairing200Response(pairedWines []string, pairingText string, productMatches []GetWinePairing200ResponseProductMatchesInner) *GetWinePairing200Response
NewGetWinePairing200Response instantiates a new GetWinePairing200Response 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 NewGetWinePairing200ResponseWithDefaults ¶
func NewGetWinePairing200ResponseWithDefaults() *GetWinePairing200Response
NewGetWinePairing200ResponseWithDefaults instantiates a new GetWinePairing200Response 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 (*GetWinePairing200Response) GetPairedWines ¶
func (o *GetWinePairing200Response) GetPairedWines() []string
GetPairedWines returns the PairedWines field value
func (*GetWinePairing200Response) GetPairedWinesOk ¶
func (o *GetWinePairing200Response) GetPairedWinesOk() ([]string, bool)
GetPairedWinesOk returns a tuple with the PairedWines field value and a boolean to check if the value has been set.
func (*GetWinePairing200Response) GetPairingText ¶
func (o *GetWinePairing200Response) GetPairingText() string
GetPairingText returns the PairingText field value
func (*GetWinePairing200Response) GetPairingTextOk ¶
func (o *GetWinePairing200Response) GetPairingTextOk() (*string, bool)
GetPairingTextOk returns a tuple with the PairingText field value and a boolean to check if the value has been set.
func (*GetWinePairing200Response) GetProductMatches ¶
func (o *GetWinePairing200Response) GetProductMatches() []GetWinePairing200ResponseProductMatchesInner
GetProductMatches returns the ProductMatches field value
func (*GetWinePairing200Response) GetProductMatchesOk ¶
func (o *GetWinePairing200Response) GetProductMatchesOk() ([]GetWinePairing200ResponseProductMatchesInner, bool)
GetProductMatchesOk returns a tuple with the ProductMatches field value and a boolean to check if the value has been set.
func (GetWinePairing200Response) MarshalJSON ¶
func (o GetWinePairing200Response) MarshalJSON() ([]byte, error)
func (*GetWinePairing200Response) SetPairedWines ¶
func (o *GetWinePairing200Response) SetPairedWines(v []string)
SetPairedWines sets field value
func (*GetWinePairing200Response) SetPairingText ¶
func (o *GetWinePairing200Response) SetPairingText(v string)
SetPairingText sets field value
func (*GetWinePairing200Response) SetProductMatches ¶
func (o *GetWinePairing200Response) SetProductMatches(v []GetWinePairing200ResponseProductMatchesInner)
SetProductMatches sets field value
func (GetWinePairing200Response) ToMap ¶
func (o GetWinePairing200Response) ToMap() (map[string]interface{}, error)
func (*GetWinePairing200Response) UnmarshalJSON ¶
func (o *GetWinePairing200Response) UnmarshalJSON(data []byte) (err error)
type GetWinePairing200ResponseProductMatchesInner ¶
type GetWinePairing200ResponseProductMatchesInner struct { Id int32 `json:"id"` Title string `json:"title"` AverageRating float32 `json:"averageRating"` Description *string `json:"description,omitempty"` ImageUrl string `json:"imageUrl"` Link string `json:"link"` Price string `json:"price"` RatingCount int32 `json:"ratingCount"` Score float32 `json:"score"` }
GetWinePairing200ResponseProductMatchesInner struct for GetWinePairing200ResponseProductMatchesInner
func NewGetWinePairing200ResponseProductMatchesInner ¶
func NewGetWinePairing200ResponseProductMatchesInner(id int32, title string, averageRating float32, imageUrl string, link string, price string, ratingCount int32, score float32) *GetWinePairing200ResponseProductMatchesInner
NewGetWinePairing200ResponseProductMatchesInner instantiates a new GetWinePairing200ResponseProductMatchesInner 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 NewGetWinePairing200ResponseProductMatchesInnerWithDefaults ¶
func NewGetWinePairing200ResponseProductMatchesInnerWithDefaults() *GetWinePairing200ResponseProductMatchesInner
NewGetWinePairing200ResponseProductMatchesInnerWithDefaults instantiates a new GetWinePairing200ResponseProductMatchesInner 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 (*GetWinePairing200ResponseProductMatchesInner) GetAverageRating ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRating() float32
GetAverageRating returns the AverageRating field value
func (*GetWinePairing200ResponseProductMatchesInner) GetAverageRatingOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRatingOk() (*float32, bool)
GetAverageRatingOk returns a tuple with the AverageRating field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetDescription ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GetWinePairing200ResponseProductMatchesInner) GetDescriptionOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetId ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetId() int32
GetId returns the Id field value
func (*GetWinePairing200ResponseProductMatchesInner) GetIdOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetImageUrl ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field value
func (*GetWinePairing200ResponseProductMatchesInner) GetImageUrlOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetLink ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetLink() string
GetLink returns the Link field value
func (*GetWinePairing200ResponseProductMatchesInner) GetLinkOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetPrice ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetPrice() string
GetPrice returns the Price field value
func (*GetWinePairing200ResponseProductMatchesInner) GetPriceOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetRatingCount ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCount() int32
GetRatingCount returns the RatingCount field value
func (*GetWinePairing200ResponseProductMatchesInner) GetRatingCountOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCountOk() (*int32, bool)
GetRatingCountOk returns a tuple with the RatingCount field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetScore ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetScore() float32
GetScore returns the Score field value
func (*GetWinePairing200ResponseProductMatchesInner) GetScoreOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetScoreOk() (*float32, bool)
GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) GetTitle ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetTitle() string
GetTitle returns the Title field value
func (*GetWinePairing200ResponseProductMatchesInner) GetTitleOk ¶
func (o *GetWinePairing200ResponseProductMatchesInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*GetWinePairing200ResponseProductMatchesInner) HasDescription ¶
func (o *GetWinePairing200ResponseProductMatchesInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (GetWinePairing200ResponseProductMatchesInner) MarshalJSON ¶
func (o GetWinePairing200ResponseProductMatchesInner) MarshalJSON() ([]byte, error)
func (*GetWinePairing200ResponseProductMatchesInner) SetAverageRating ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetAverageRating(v float32)
SetAverageRating sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetDescription ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GetWinePairing200ResponseProductMatchesInner) SetId ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetId(v int32)
SetId sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetImageUrl ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetImageUrl(v string)
SetImageUrl sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetLink ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetLink(v string)
SetLink sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetPrice ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetPrice(v string)
SetPrice sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetRatingCount ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetRatingCount(v int32)
SetRatingCount sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetScore ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetScore(v float32)
SetScore sets field value
func (*GetWinePairing200ResponseProductMatchesInner) SetTitle ¶
func (o *GetWinePairing200ResponseProductMatchesInner) SetTitle(v string)
SetTitle sets field value
func (GetWinePairing200ResponseProductMatchesInner) ToMap ¶
func (o GetWinePairing200ResponseProductMatchesInner) ToMap() (map[string]interface{}, error)
func (*GetWinePairing200ResponseProductMatchesInner) UnmarshalJSON ¶
func (o *GetWinePairing200ResponseProductMatchesInner) UnmarshalJSON(data []byte) (err error)
type GetWineRecommendation200Response ¶
type GetWineRecommendation200Response struct { RecommendedWines []GetWineRecommendation200ResponseRecommendedWinesInner `json:"recommendedWines"` TotalFound int32 `json:"totalFound"` }
GetWineRecommendation200Response
func NewGetWineRecommendation200Response ¶
func NewGetWineRecommendation200Response(recommendedWines []GetWineRecommendation200ResponseRecommendedWinesInner, totalFound int32) *GetWineRecommendation200Response
NewGetWineRecommendation200Response instantiates a new GetWineRecommendation200Response 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 NewGetWineRecommendation200ResponseWithDefaults ¶
func NewGetWineRecommendation200ResponseWithDefaults() *GetWineRecommendation200Response
NewGetWineRecommendation200ResponseWithDefaults instantiates a new GetWineRecommendation200Response 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 (*GetWineRecommendation200Response) GetRecommendedWines ¶
func (o *GetWineRecommendation200Response) GetRecommendedWines() []GetWineRecommendation200ResponseRecommendedWinesInner
GetRecommendedWines returns the RecommendedWines field value
func (*GetWineRecommendation200Response) GetRecommendedWinesOk ¶
func (o *GetWineRecommendation200Response) GetRecommendedWinesOk() ([]GetWineRecommendation200ResponseRecommendedWinesInner, bool)
GetRecommendedWinesOk returns a tuple with the RecommendedWines field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200Response) GetTotalFound ¶
func (o *GetWineRecommendation200Response) GetTotalFound() int32
GetTotalFound returns the TotalFound field value
func (*GetWineRecommendation200Response) GetTotalFoundOk ¶
func (o *GetWineRecommendation200Response) GetTotalFoundOk() (*int32, bool)
GetTotalFoundOk returns a tuple with the TotalFound field value and a boolean to check if the value has been set.
func (GetWineRecommendation200Response) MarshalJSON ¶
func (o GetWineRecommendation200Response) MarshalJSON() ([]byte, error)
func (*GetWineRecommendation200Response) SetRecommendedWines ¶
func (o *GetWineRecommendation200Response) SetRecommendedWines(v []GetWineRecommendation200ResponseRecommendedWinesInner)
SetRecommendedWines sets field value
func (*GetWineRecommendation200Response) SetTotalFound ¶
func (o *GetWineRecommendation200Response) SetTotalFound(v int32)
SetTotalFound sets field value
func (GetWineRecommendation200Response) ToMap ¶
func (o GetWineRecommendation200Response) ToMap() (map[string]interface{}, error)
func (*GetWineRecommendation200Response) UnmarshalJSON ¶
func (o *GetWineRecommendation200Response) UnmarshalJSON(data []byte) (err error)
type GetWineRecommendation200ResponseRecommendedWinesInner ¶
type GetWineRecommendation200ResponseRecommendedWinesInner struct { Id int32 `json:"id"` Title string `json:"title"` AverageRating float32 `json:"averageRating"` Description string `json:"description"` ImageUrl string `json:"imageUrl"` Link string `json:"link"` Price string `json:"price"` RatingCount int32 `json:"ratingCount"` Score float32 `json:"score"` }
GetWineRecommendation200ResponseRecommendedWinesInner struct for GetWineRecommendation200ResponseRecommendedWinesInner
func NewGetWineRecommendation200ResponseRecommendedWinesInner ¶
func NewGetWineRecommendation200ResponseRecommendedWinesInner(id int32, title string, averageRating float32, description string, imageUrl string, link string, price string, ratingCount int32, score float32) *GetWineRecommendation200ResponseRecommendedWinesInner
NewGetWineRecommendation200ResponseRecommendedWinesInner instantiates a new GetWineRecommendation200ResponseRecommendedWinesInner 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 NewGetWineRecommendation200ResponseRecommendedWinesInnerWithDefaults ¶
func NewGetWineRecommendation200ResponseRecommendedWinesInnerWithDefaults() *GetWineRecommendation200ResponseRecommendedWinesInner
NewGetWineRecommendation200ResponseRecommendedWinesInnerWithDefaults instantiates a new GetWineRecommendation200ResponseRecommendedWinesInner 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 (*GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRating ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRating() float32
GetAverageRating returns the AverageRating field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRatingOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetAverageRatingOk() (*float32, bool)
GetAverageRatingOk returns a tuple with the AverageRating field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetDescription ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetDescription() string
GetDescription returns the Description field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetDescriptionOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetId ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetId() int32
GetId returns the Id field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetIdOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrl ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrlOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetLink ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetLink() string
GetLink returns the Link field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetLinkOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetPrice ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetPrice() string
GetPrice returns the Price field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetPriceOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCount ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCount() int32
GetRatingCount returns the RatingCount field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCountOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetRatingCountOk() (*int32, bool)
GetRatingCountOk returns a tuple with the RatingCount field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetScore ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetScore() float32
GetScore returns the Score field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetScoreOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetScoreOk() (*float32, bool)
GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetTitle ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetTitle() string
GetTitle returns the Title field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) GetTitleOk ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (GetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON ¶
func (o GetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON() ([]byte, error)
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetAverageRating ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetAverageRating(v float32)
SetAverageRating sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetDescription ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetDescription(v string)
SetDescription sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetId ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetId(v int32)
SetId sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetImageUrl ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetImageUrl(v string)
SetImageUrl sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetLink ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetLink(v string)
SetLink sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetPrice ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetPrice(v string)
SetPrice sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetRatingCount ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetRatingCount(v int32)
SetRatingCount sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetScore ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetScore(v float32)
SetScore sets field value
func (*GetWineRecommendation200ResponseRecommendedWinesInner) SetTitle ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) SetTitle(v string)
SetTitle sets field value
func (GetWineRecommendation200ResponseRecommendedWinesInner) ToMap ¶
func (o GetWineRecommendation200ResponseRecommendedWinesInner) ToMap() (map[string]interface{}, error)
func (*GetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON ¶
func (o *GetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON(data []byte) (err error)
type GuessNutritionByDishName200Response ¶
type GuessNutritionByDishName200Response struct { Calories GuessNutritionByDishName200ResponseCalories `json:"calories"` Carbs GuessNutritionByDishName200ResponseCalories `json:"carbs"` Fat GuessNutritionByDishName200ResponseCalories `json:"fat"` Protein GuessNutritionByDishName200ResponseCalories `json:"protein"` RecipesUsed int32 `json:"recipesUsed"` }
GuessNutritionByDishName200Response
func NewGuessNutritionByDishName200Response ¶
func NewGuessNutritionByDishName200Response(calories GuessNutritionByDishName200ResponseCalories, carbs GuessNutritionByDishName200ResponseCalories, fat GuessNutritionByDishName200ResponseCalories, protein GuessNutritionByDishName200ResponseCalories, recipesUsed int32) *GuessNutritionByDishName200Response
NewGuessNutritionByDishName200Response instantiates a new GuessNutritionByDishName200Response 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 NewGuessNutritionByDishName200ResponseWithDefaults ¶
func NewGuessNutritionByDishName200ResponseWithDefaults() *GuessNutritionByDishName200Response
NewGuessNutritionByDishName200ResponseWithDefaults instantiates a new GuessNutritionByDishName200Response 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 (*GuessNutritionByDishName200Response) GetCalories ¶
func (o *GuessNutritionByDishName200Response) GetCalories() GuessNutritionByDishName200ResponseCalories
GetCalories returns the Calories field value
func (*GuessNutritionByDishName200Response) GetCaloriesOk ¶
func (o *GuessNutritionByDishName200Response) GetCaloriesOk() (*GuessNutritionByDishName200ResponseCalories, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200Response) GetCarbs ¶
func (o *GuessNutritionByDishName200Response) GetCarbs() GuessNutritionByDishName200ResponseCalories
GetCarbs returns the Carbs field value
func (*GuessNutritionByDishName200Response) GetCarbsOk ¶
func (o *GuessNutritionByDishName200Response) GetCarbsOk() (*GuessNutritionByDishName200ResponseCalories, bool)
GetCarbsOk returns a tuple with the Carbs field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200Response) GetFat ¶
func (o *GuessNutritionByDishName200Response) GetFat() GuessNutritionByDishName200ResponseCalories
GetFat returns the Fat field value
func (*GuessNutritionByDishName200Response) GetFatOk ¶
func (o *GuessNutritionByDishName200Response) GetFatOk() (*GuessNutritionByDishName200ResponseCalories, bool)
GetFatOk returns a tuple with the Fat field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200Response) GetProtein ¶
func (o *GuessNutritionByDishName200Response) GetProtein() GuessNutritionByDishName200ResponseCalories
GetProtein returns the Protein field value
func (*GuessNutritionByDishName200Response) GetProteinOk ¶
func (o *GuessNutritionByDishName200Response) GetProteinOk() (*GuessNutritionByDishName200ResponseCalories, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200Response) GetRecipesUsed ¶
func (o *GuessNutritionByDishName200Response) GetRecipesUsed() int32
GetRecipesUsed returns the RecipesUsed field value
func (*GuessNutritionByDishName200Response) GetRecipesUsedOk ¶
func (o *GuessNutritionByDishName200Response) GetRecipesUsedOk() (*int32, bool)
GetRecipesUsedOk returns a tuple with the RecipesUsed field value and a boolean to check if the value has been set.
func (GuessNutritionByDishName200Response) MarshalJSON ¶
func (o GuessNutritionByDishName200Response) MarshalJSON() ([]byte, error)
func (*GuessNutritionByDishName200Response) SetCalories ¶
func (o *GuessNutritionByDishName200Response) SetCalories(v GuessNutritionByDishName200ResponseCalories)
SetCalories sets field value
func (*GuessNutritionByDishName200Response) SetCarbs ¶
func (o *GuessNutritionByDishName200Response) SetCarbs(v GuessNutritionByDishName200ResponseCalories)
SetCarbs sets field value
func (*GuessNutritionByDishName200Response) SetFat ¶
func (o *GuessNutritionByDishName200Response) SetFat(v GuessNutritionByDishName200ResponseCalories)
SetFat sets field value
func (*GuessNutritionByDishName200Response) SetProtein ¶
func (o *GuessNutritionByDishName200Response) SetProtein(v GuessNutritionByDishName200ResponseCalories)
SetProtein sets field value
func (*GuessNutritionByDishName200Response) SetRecipesUsed ¶
func (o *GuessNutritionByDishName200Response) SetRecipesUsed(v int32)
SetRecipesUsed sets field value
func (GuessNutritionByDishName200Response) ToMap ¶
func (o GuessNutritionByDishName200Response) ToMap() (map[string]interface{}, error)
func (*GuessNutritionByDishName200Response) UnmarshalJSON ¶
func (o *GuessNutritionByDishName200Response) UnmarshalJSON(data []byte) (err error)
type GuessNutritionByDishName200ResponseCalories ¶
type GuessNutritionByDishName200ResponseCalories struct { ConfidenceRange95Percent GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent `json:"confidenceRange95Percent"` StandardDeviation float32 `json:"standardDeviation"` Unit string `json:"unit"` Value float32 `json:"value"` }
GuessNutritionByDishName200ResponseCalories struct for GuessNutritionByDishName200ResponseCalories
func NewGuessNutritionByDishName200ResponseCalories ¶
func NewGuessNutritionByDishName200ResponseCalories(confidenceRange95Percent GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent, standardDeviation float32, unit string, value float32) *GuessNutritionByDishName200ResponseCalories
NewGuessNutritionByDishName200ResponseCalories instantiates a new GuessNutritionByDishName200ResponseCalories 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 NewGuessNutritionByDishName200ResponseCaloriesWithDefaults ¶
func NewGuessNutritionByDishName200ResponseCaloriesWithDefaults() *GuessNutritionByDishName200ResponseCalories
NewGuessNutritionByDishName200ResponseCaloriesWithDefaults instantiates a new GuessNutritionByDishName200ResponseCalories 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 (*GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95Percent ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95Percent() GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
GetConfidenceRange95Percent returns the ConfidenceRange95Percent field value
func (*GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95PercentOk ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetConfidenceRange95PercentOk() (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent, bool)
GetConfidenceRange95PercentOk returns a tuple with the ConfidenceRange95Percent field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200ResponseCalories) GetStandardDeviation ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetStandardDeviation() float32
GetStandardDeviation returns the StandardDeviation field value
func (*GuessNutritionByDishName200ResponseCalories) GetStandardDeviationOk ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetStandardDeviationOk() (*float32, bool)
GetStandardDeviationOk returns a tuple with the StandardDeviation field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200ResponseCalories) GetUnit ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetUnit() string
GetUnit returns the Unit field value
func (*GuessNutritionByDishName200ResponseCalories) GetUnitOk ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200ResponseCalories) GetValue ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetValue() float32
GetValue returns the Value field value
func (*GuessNutritionByDishName200ResponseCalories) GetValueOk ¶
func (o *GuessNutritionByDishName200ResponseCalories) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (GuessNutritionByDishName200ResponseCalories) MarshalJSON ¶
func (o GuessNutritionByDishName200ResponseCalories) MarshalJSON() ([]byte, error)
func (*GuessNutritionByDishName200ResponseCalories) SetConfidenceRange95Percent ¶
func (o *GuessNutritionByDishName200ResponseCalories) SetConfidenceRange95Percent(v GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent)
SetConfidenceRange95Percent sets field value
func (*GuessNutritionByDishName200ResponseCalories) SetStandardDeviation ¶
func (o *GuessNutritionByDishName200ResponseCalories) SetStandardDeviation(v float32)
SetStandardDeviation sets field value
func (*GuessNutritionByDishName200ResponseCalories) SetUnit ¶
func (o *GuessNutritionByDishName200ResponseCalories) SetUnit(v string)
SetUnit sets field value
func (*GuessNutritionByDishName200ResponseCalories) SetValue ¶
func (o *GuessNutritionByDishName200ResponseCalories) SetValue(v float32)
SetValue sets field value
func (GuessNutritionByDishName200ResponseCalories) ToMap ¶
func (o GuessNutritionByDishName200ResponseCalories) ToMap() (map[string]interface{}, error)
func (*GuessNutritionByDishName200ResponseCalories) UnmarshalJSON ¶
func (o *GuessNutritionByDishName200ResponseCalories) UnmarshalJSON(data []byte) (err error)
type GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent ¶
type GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent struct { Max float32 `json:"max"` Min float32 `json:"min"` }
GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent struct for GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
func NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent ¶
func NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent(max float32, min float32) *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent instantiates a new GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent 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 NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95PercentWithDefaults ¶
func NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95PercentWithDefaults() *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
NewGuessNutritionByDishName200ResponseCaloriesConfidenceRange95PercentWithDefaults instantiates a new GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent 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 (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMax ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMax() float32
GetMax returns the Max field value
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMaxOk ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMaxOk() (*float32, bool)
GetMaxOk returns a tuple with the Max field value and a boolean to check if the value has been set.
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMin ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMin() float32
GetMin returns the Min field value
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMinOk ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) GetMinOk() (*float32, bool)
GetMinOk returns a tuple with the Min field value and a boolean to check if the value has been set.
func (GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON ¶
func (o GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMax ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMax(v float32)
SetMax sets field value
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMin ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) SetMin(v float32)
SetMin sets field value
func (GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) ToMap ¶
func (o GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) ToMap() (map[string]interface{}, error)
func (*GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON ¶
func (o *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200Response ¶
type ImageAnalysisByURL200Response struct { Nutrition ImageAnalysisByURL200ResponseNutrition `json:"nutrition"` Category ImageAnalysisByURL200ResponseCategory `json:"category"` Recipes []ImageAnalysisByURL200ResponseRecipesInner `json:"recipes"` }
ImageAnalysisByURL200Response
func NewImageAnalysisByURL200Response ¶
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 ¶
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 (*ImageAnalysisByURL200Response) GetCategory ¶
func (o *ImageAnalysisByURL200Response) GetCategory() ImageAnalysisByURL200ResponseCategory
GetCategory returns the Category field value
func (*ImageAnalysisByURL200Response) GetCategoryOk ¶
func (o *ImageAnalysisByURL200Response) GetCategoryOk() (*ImageAnalysisByURL200ResponseCategory, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200Response) GetNutrition ¶
func (o *ImageAnalysisByURL200Response) GetNutrition() ImageAnalysisByURL200ResponseNutrition
GetNutrition returns the Nutrition field value
func (*ImageAnalysisByURL200Response) GetNutritionOk ¶
func (o *ImageAnalysisByURL200Response) GetNutritionOk() (*ImageAnalysisByURL200ResponseNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200Response) GetRecipes ¶
func (o *ImageAnalysisByURL200Response) GetRecipes() []ImageAnalysisByURL200ResponseRecipesInner
GetRecipes returns the Recipes field value
func (*ImageAnalysisByURL200Response) GetRecipesOk ¶
func (o *ImageAnalysisByURL200Response) GetRecipesOk() ([]ImageAnalysisByURL200ResponseRecipesInner, bool)
GetRecipesOk returns a tuple with the Recipes field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200Response) MarshalJSON ¶
func (o ImageAnalysisByURL200Response) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200Response) SetCategory ¶
func (o *ImageAnalysisByURL200Response) SetCategory(v ImageAnalysisByURL200ResponseCategory)
SetCategory sets field value
func (*ImageAnalysisByURL200Response) SetNutrition ¶
func (o *ImageAnalysisByURL200Response) SetNutrition(v ImageAnalysisByURL200ResponseNutrition)
SetNutrition sets field value
func (*ImageAnalysisByURL200Response) SetRecipes ¶
func (o *ImageAnalysisByURL200Response) SetRecipes(v []ImageAnalysisByURL200ResponseRecipesInner)
SetRecipes sets field value
func (ImageAnalysisByURL200Response) ToMap ¶
func (o ImageAnalysisByURL200Response) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200Response) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200Response) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200ResponseCategory ¶
type ImageAnalysisByURL200ResponseCategory struct { Name string `json:"name"` Probability float32 `json:"probability"` }
ImageAnalysisByURL200ResponseCategory struct for ImageAnalysisByURL200ResponseCategory
func NewImageAnalysisByURL200ResponseCategory ¶
func NewImageAnalysisByURL200ResponseCategory(name string, probability float32) *ImageAnalysisByURL200ResponseCategory
NewImageAnalysisByURL200ResponseCategory instantiates a new ImageAnalysisByURL200ResponseCategory 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 NewImageAnalysisByURL200ResponseCategoryWithDefaults ¶
func NewImageAnalysisByURL200ResponseCategoryWithDefaults() *ImageAnalysisByURL200ResponseCategory
NewImageAnalysisByURL200ResponseCategoryWithDefaults instantiates a new ImageAnalysisByURL200ResponseCategory 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 (*ImageAnalysisByURL200ResponseCategory) GetName ¶
func (o *ImageAnalysisByURL200ResponseCategory) GetName() string
GetName returns the Name field value
func (*ImageAnalysisByURL200ResponseCategory) GetNameOk ¶
func (o *ImageAnalysisByURL200ResponseCategory) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseCategory) GetProbability ¶
func (o *ImageAnalysisByURL200ResponseCategory) GetProbability() float32
GetProbability returns the Probability field value
func (*ImageAnalysisByURL200ResponseCategory) GetProbabilityOk ¶
func (o *ImageAnalysisByURL200ResponseCategory) GetProbabilityOk() (*float32, bool)
GetProbabilityOk returns a tuple with the Probability field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200ResponseCategory) MarshalJSON ¶
func (o ImageAnalysisByURL200ResponseCategory) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200ResponseCategory) SetName ¶
func (o *ImageAnalysisByURL200ResponseCategory) SetName(v string)
SetName sets field value
func (*ImageAnalysisByURL200ResponseCategory) SetProbability ¶
func (o *ImageAnalysisByURL200ResponseCategory) SetProbability(v float32)
SetProbability sets field value
func (ImageAnalysisByURL200ResponseCategory) ToMap ¶
func (o ImageAnalysisByURL200ResponseCategory) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200ResponseCategory) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200ResponseCategory) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200ResponseNutrition ¶
type ImageAnalysisByURL200ResponseNutrition struct { RecipesUsed int32 `json:"recipesUsed"` Calories ImageAnalysisByURL200ResponseNutritionCalories `json:"calories"` Fat ImageAnalysisByURL200ResponseNutritionCalories `json:"fat"` Protein ImageAnalysisByURL200ResponseNutritionCalories `json:"protein"` Carbs ImageAnalysisByURL200ResponseNutritionCalories `json:"carbs"` }
ImageAnalysisByURL200ResponseNutrition struct for ImageAnalysisByURL200ResponseNutrition
func NewImageAnalysisByURL200ResponseNutrition ¶
func NewImageAnalysisByURL200ResponseNutrition(recipesUsed int32, calories ImageAnalysisByURL200ResponseNutritionCalories, fat ImageAnalysisByURL200ResponseNutritionCalories, protein ImageAnalysisByURL200ResponseNutritionCalories, carbs ImageAnalysisByURL200ResponseNutritionCalories) *ImageAnalysisByURL200ResponseNutrition
NewImageAnalysisByURL200ResponseNutrition instantiates a new ImageAnalysisByURL200ResponseNutrition 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 NewImageAnalysisByURL200ResponseNutritionWithDefaults ¶
func NewImageAnalysisByURL200ResponseNutritionWithDefaults() *ImageAnalysisByURL200ResponseNutrition
NewImageAnalysisByURL200ResponseNutritionWithDefaults instantiates a new ImageAnalysisByURL200ResponseNutrition 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 (*ImageAnalysisByURL200ResponseNutrition) GetCalories ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetCalories() ImageAnalysisByURL200ResponseNutritionCalories
GetCalories returns the Calories field value
func (*ImageAnalysisByURL200ResponseNutrition) GetCaloriesOk ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetCaloriesOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutrition) GetCarbs ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetCarbs() ImageAnalysisByURL200ResponseNutritionCalories
GetCarbs returns the Carbs field value
func (*ImageAnalysisByURL200ResponseNutrition) GetCarbsOk ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetCarbsOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
GetCarbsOk returns a tuple with the Carbs field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutrition) GetFat ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetFat() ImageAnalysisByURL200ResponseNutritionCalories
GetFat returns the Fat field value
func (*ImageAnalysisByURL200ResponseNutrition) GetFatOk ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetFatOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
GetFatOk returns a tuple with the Fat field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutrition) GetProtein ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetProtein() ImageAnalysisByURL200ResponseNutritionCalories
GetProtein returns the Protein field value
func (*ImageAnalysisByURL200ResponseNutrition) GetProteinOk ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetProteinOk() (*ImageAnalysisByURL200ResponseNutritionCalories, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutrition) GetRecipesUsed ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetRecipesUsed() int32
GetRecipesUsed returns the RecipesUsed field value
func (*ImageAnalysisByURL200ResponseNutrition) GetRecipesUsedOk ¶
func (o *ImageAnalysisByURL200ResponseNutrition) GetRecipesUsedOk() (*int32, bool)
GetRecipesUsedOk returns a tuple with the RecipesUsed field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200ResponseNutrition) MarshalJSON ¶
func (o ImageAnalysisByURL200ResponseNutrition) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200ResponseNutrition) SetCalories ¶
func (o *ImageAnalysisByURL200ResponseNutrition) SetCalories(v ImageAnalysisByURL200ResponseNutritionCalories)
SetCalories sets field value
func (*ImageAnalysisByURL200ResponseNutrition) SetCarbs ¶
func (o *ImageAnalysisByURL200ResponseNutrition) SetCarbs(v ImageAnalysisByURL200ResponseNutritionCalories)
SetCarbs sets field value
func (*ImageAnalysisByURL200ResponseNutrition) SetFat ¶
func (o *ImageAnalysisByURL200ResponseNutrition) SetFat(v ImageAnalysisByURL200ResponseNutritionCalories)
SetFat sets field value
func (*ImageAnalysisByURL200ResponseNutrition) SetProtein ¶
func (o *ImageAnalysisByURL200ResponseNutrition) SetProtein(v ImageAnalysisByURL200ResponseNutritionCalories)
SetProtein sets field value
func (*ImageAnalysisByURL200ResponseNutrition) SetRecipesUsed ¶
func (o *ImageAnalysisByURL200ResponseNutrition) SetRecipesUsed(v int32)
SetRecipesUsed sets field value
func (ImageAnalysisByURL200ResponseNutrition) ToMap ¶
func (o ImageAnalysisByURL200ResponseNutrition) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200ResponseNutrition) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200ResponseNutrition) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200ResponseNutritionCalories ¶
type ImageAnalysisByURL200ResponseNutritionCalories struct { Value float32 `json:"value"` Unit string `json:"unit"` ConfidenceRange95Percent ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent `json:"confidenceRange95Percent"` StandardDeviation float32 `json:"standardDeviation"` }
ImageAnalysisByURL200ResponseNutritionCalories struct for ImageAnalysisByURL200ResponseNutritionCalories
func NewImageAnalysisByURL200ResponseNutritionCalories ¶
func NewImageAnalysisByURL200ResponseNutritionCalories(value float32, unit string, confidenceRange95Percent ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent, standardDeviation float32) *ImageAnalysisByURL200ResponseNutritionCalories
NewImageAnalysisByURL200ResponseNutritionCalories instantiates a new ImageAnalysisByURL200ResponseNutritionCalories 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 NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults ¶
func NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults() *ImageAnalysisByURL200ResponseNutritionCalories
NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults instantiates a new ImageAnalysisByURL200ResponseNutritionCalories 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 (*ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95Percent ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95Percent() ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
GetConfidenceRange95Percent returns the ConfidenceRange95Percent field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95PercentOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95PercentOk() (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent, bool)
GetConfidenceRange95PercentOk returns a tuple with the ConfidenceRange95Percent field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviation ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviation() float32
GetStandardDeviation returns the StandardDeviation field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviationOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviationOk() (*float32, bool)
GetStandardDeviationOk returns a tuple with the StandardDeviation field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetUnit ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnit() string
GetUnit returns the Unit field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetUnitOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetValue ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValue() float32
GetValue returns the Value field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) GetValueOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON ¶
func (o ImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200ResponseNutritionCalories) SetConfidenceRange95Percent ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetConfidenceRange95Percent(v ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent)
SetConfidenceRange95Percent sets field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) SetStandardDeviation ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetStandardDeviation(v float32)
SetStandardDeviation sets field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) SetUnit ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetUnit(v string)
SetUnit sets field value
func (*ImageAnalysisByURL200ResponseNutritionCalories) SetValue ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetValue(v float32)
SetValue sets field value
func (ImageAnalysisByURL200ResponseNutritionCalories) ToMap ¶
func (o ImageAnalysisByURL200ResponseNutritionCalories) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent ¶
type ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent struct { Min float32 `json:"min"` Max float32 `json:"max"` }
ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent struct for ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
func NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent ¶
func NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent(min float32, max float32) *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent instantiates a new ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent 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 NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95PercentWithDefaults ¶
func NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95PercentWithDefaults() *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
NewImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95PercentWithDefaults instantiates a new ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent 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 (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMax ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMax() float32
GetMax returns the Max field value
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMaxOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMaxOk() (*float32, bool)
GetMaxOk returns a tuple with the Max field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMin ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMin() float32
GetMin returns the Min field value
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMinOk ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) GetMinOk() (*float32, bool)
GetMinOk returns a tuple with the Min field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON ¶
func (o ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMax ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMax(v float32)
SetMax sets field value
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMin ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) SetMin(v float32)
SetMin sets field value
func (ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) ToMap ¶
func (o ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON(data []byte) (err error)
type ImageAnalysisByURL200ResponseRecipesInner ¶
type ImageAnalysisByURL200ResponseRecipesInner struct { Id int32 `json:"id"` Title string `json:"title"` ImageType string `json:"imageType"` Url string `json:"url"` }
ImageAnalysisByURL200ResponseRecipesInner struct for ImageAnalysisByURL200ResponseRecipesInner
func NewImageAnalysisByURL200ResponseRecipesInner ¶
func NewImageAnalysisByURL200ResponseRecipesInner(id int32, title string, imageType string, url string) *ImageAnalysisByURL200ResponseRecipesInner
NewImageAnalysisByURL200ResponseRecipesInner instantiates a new ImageAnalysisByURL200ResponseRecipesInner 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 NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults ¶
func NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults() *ImageAnalysisByURL200ResponseRecipesInner
NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults instantiates a new ImageAnalysisByURL200ResponseRecipesInner 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 (*ImageAnalysisByURL200ResponseRecipesInner) GetId ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetId() int32
GetId returns the Id field value
func (*ImageAnalysisByURL200ResponseRecipesInner) GetIdOk ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseRecipesInner) GetImageType ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageType() string
GetImageType returns the ImageType field value
func (*ImageAnalysisByURL200ResponseRecipesInner) GetImageTypeOk ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseRecipesInner) GetTitle ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitle() string
GetTitle returns the Title field value
func (*ImageAnalysisByURL200ResponseRecipesInner) GetTitleOk ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ImageAnalysisByURL200ResponseRecipesInner) GetUrl ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrl() string
GetUrl returns the Url field value
func (*ImageAnalysisByURL200ResponseRecipesInner) GetUrlOk ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (ImageAnalysisByURL200ResponseRecipesInner) MarshalJSON ¶
func (o ImageAnalysisByURL200ResponseRecipesInner) MarshalJSON() ([]byte, error)
func (*ImageAnalysisByURL200ResponseRecipesInner) SetId ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) SetId(v int32)
SetId sets field value
func (*ImageAnalysisByURL200ResponseRecipesInner) SetImageType ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) SetImageType(v string)
SetImageType sets field value
func (*ImageAnalysisByURL200ResponseRecipesInner) SetTitle ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) SetTitle(v string)
SetTitle sets field value
func (*ImageAnalysisByURL200ResponseRecipesInner) SetUrl ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) SetUrl(v string)
SetUrl sets field value
func (ImageAnalysisByURL200ResponseRecipesInner) ToMap ¶
func (o ImageAnalysisByURL200ResponseRecipesInner) ToMap() (map[string]interface{}, error)
func (*ImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON ¶
func (o *ImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON(data []byte) (err error)
type ImageClassificationByURL200Response ¶
type ImageClassificationByURL200Response struct { Category string `json:"category"` Probability float32 `json:"probability"` }
ImageClassificationByURL200Response
func NewImageClassificationByURL200Response ¶
func NewImageClassificationByURL200Response(category string, probability float32) *ImageClassificationByURL200Response
NewImageClassificationByURL200Response instantiates a new ImageClassificationByURL200Response 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 NewImageClassificationByURL200ResponseWithDefaults ¶
func NewImageClassificationByURL200ResponseWithDefaults() *ImageClassificationByURL200Response
NewImageClassificationByURL200ResponseWithDefaults instantiates a new ImageClassificationByURL200Response 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 (*ImageClassificationByURL200Response) GetCategory ¶
func (o *ImageClassificationByURL200Response) GetCategory() string
GetCategory returns the Category field value
func (*ImageClassificationByURL200Response) GetCategoryOk ¶
func (o *ImageClassificationByURL200Response) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*ImageClassificationByURL200Response) GetProbability ¶
func (o *ImageClassificationByURL200Response) GetProbability() float32
GetProbability returns the Probability field value
func (*ImageClassificationByURL200Response) GetProbabilityOk ¶
func (o *ImageClassificationByURL200Response) GetProbabilityOk() (*float32, bool)
GetProbabilityOk returns a tuple with the Probability field value and a boolean to check if the value has been set.
func (ImageClassificationByURL200Response) MarshalJSON ¶
func (o ImageClassificationByURL200Response) MarshalJSON() ([]byte, error)
func (*ImageClassificationByURL200Response) SetCategory ¶
func (o *ImageClassificationByURL200Response) SetCategory(v string)
SetCategory sets field value
func (*ImageClassificationByURL200Response) SetProbability ¶
func (o *ImageClassificationByURL200Response) SetProbability(v float32)
SetProbability sets field value
func (ImageClassificationByURL200Response) ToMap ¶
func (o ImageClassificationByURL200Response) ToMap() (map[string]interface{}, error)
func (*ImageClassificationByURL200Response) UnmarshalJSON ¶
func (o *ImageClassificationByURL200Response) UnmarshalJSON(data []byte) (err error)
type IngredientBasics ¶
type IngredientBasics struct { Description NullableString `json:"description"` Name string `json:"name"` SafetyLevel NullableString `json:"safety_level"` }
IngredientBasics struct for IngredientBasics
func NewIngredientBasics ¶
func NewIngredientBasics(description NullableString, name string, safetyLevel NullableString) *IngredientBasics
NewIngredientBasics instantiates a new IngredientBasics 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 NewIngredientBasicsWithDefaults ¶
func NewIngredientBasicsWithDefaults() *IngredientBasics
NewIngredientBasicsWithDefaults instantiates a new IngredientBasics 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 (*IngredientBasics) GetDescription ¶
func (o *IngredientBasics) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*IngredientBasics) GetDescriptionOk ¶
func (o *IngredientBasics) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IngredientBasics) GetName ¶
func (o *IngredientBasics) GetName() string
GetName returns the Name field value
func (*IngredientBasics) GetNameOk ¶
func (o *IngredientBasics) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IngredientBasics) GetSafetyLevel ¶
func (o *IngredientBasics) GetSafetyLevel() string
GetSafetyLevel returns the SafetyLevel field value If the value is explicit nil, the zero value for string will be returned
func (*IngredientBasics) GetSafetyLevelOk ¶
func (o *IngredientBasics) GetSafetyLevelOk() (*string, bool)
GetSafetyLevelOk returns a tuple with the SafetyLevel field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (IngredientBasics) MarshalJSON ¶
func (o IngredientBasics) MarshalJSON() ([]byte, error)
func (*IngredientBasics) SetDescription ¶
func (o *IngredientBasics) SetDescription(v string)
SetDescription sets field value
func (*IngredientBasics) SetName ¶
func (o *IngredientBasics) SetName(v string)
SetName sets field value
func (*IngredientBasics) SetSafetyLevel ¶
func (o *IngredientBasics) SetSafetyLevel(v string)
SetSafetyLevel sets field value
func (IngredientBasics) ToMap ¶
func (o IngredientBasics) ToMap() (map[string]interface{}, error)
func (*IngredientBasics) UnmarshalJSON ¶
func (o *IngredientBasics) UnmarshalJSON(data []byte) (err error)
type IngredientInformation ¶
type IngredientInformation struct { Id int32 `json:"id"` Original string `json:"original"` OriginalName string `json:"originalName"` Name string `json:"name"` Amount float32 `json:"amount"` Unit string `json:"unit"` UnitShort string `json:"unitShort"` UnitLong string `json:"unitLong"` PossibleUnits []string `json:"possibleUnits"` EstimatedCost IngredientInformationEstimatedCost `json:"estimatedCost"` Consistency string `json:"consistency"` ShoppingListUnits []string `json:"shoppingListUnits,omitempty"` Aisle string `json:"aisle"` Image string `json:"image"` Meta []string `json:"meta"` Nutrition *IngredientInformationNutrition `json:"nutrition,omitempty"` CategoryPath []string `json:"categoryPath,omitempty"` }
IngredientInformation
func NewIngredientInformation ¶
func NewIngredientInformation(id int32, original string, originalName string, name string, amount float32, unit string, unitShort string, unitLong string, possibleUnits []string, estimatedCost IngredientInformationEstimatedCost, consistency string, aisle string, image string, meta []string) *IngredientInformation
NewIngredientInformation instantiates a new IngredientInformation 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 NewIngredientInformationWithDefaults ¶
func NewIngredientInformationWithDefaults() *IngredientInformation
NewIngredientInformationWithDefaults instantiates a new IngredientInformation 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 (*IngredientInformation) GetAisle ¶
func (o *IngredientInformation) GetAisle() string
GetAisle returns the Aisle field value
func (*IngredientInformation) GetAisleOk ¶
func (o *IngredientInformation) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetAmount ¶
func (o *IngredientInformation) GetAmount() float32
GetAmount returns the Amount field value
func (*IngredientInformation) GetAmountOk ¶
func (o *IngredientInformation) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetCategoryPath ¶
func (o *IngredientInformation) GetCategoryPath() []string
GetCategoryPath returns the CategoryPath field value if set, zero value otherwise.
func (*IngredientInformation) GetCategoryPathOk ¶
func (o *IngredientInformation) GetCategoryPathOk() ([]string, bool)
GetCategoryPathOk returns a tuple with the CategoryPath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IngredientInformation) GetConsistency ¶
func (o *IngredientInformation) GetConsistency() string
GetConsistency returns the Consistency field value
func (*IngredientInformation) GetConsistencyOk ¶
func (o *IngredientInformation) GetConsistencyOk() (*string, bool)
GetConsistencyOk returns a tuple with the Consistency field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetEstimatedCost ¶
func (o *IngredientInformation) GetEstimatedCost() IngredientInformationEstimatedCost
GetEstimatedCost returns the EstimatedCost field value
func (*IngredientInformation) GetEstimatedCostOk ¶
func (o *IngredientInformation) GetEstimatedCostOk() (*IngredientInformationEstimatedCost, bool)
GetEstimatedCostOk returns a tuple with the EstimatedCost field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetId ¶
func (o *IngredientInformation) GetId() int32
GetId returns the Id field value
func (*IngredientInformation) GetIdOk ¶
func (o *IngredientInformation) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetImage ¶
func (o *IngredientInformation) GetImage() string
GetImage returns the Image field value
func (*IngredientInformation) GetImageOk ¶
func (o *IngredientInformation) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetMeta ¶
func (o *IngredientInformation) GetMeta() []string
GetMeta returns the Meta field value
func (*IngredientInformation) GetMetaOk ¶
func (o *IngredientInformation) GetMetaOk() ([]string, bool)
GetMetaOk returns a tuple with the Meta field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetName ¶
func (o *IngredientInformation) GetName() string
GetName returns the Name field value
func (*IngredientInformation) GetNameOk ¶
func (o *IngredientInformation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetNutrition ¶
func (o *IngredientInformation) GetNutrition() IngredientInformationNutrition
GetNutrition returns the Nutrition field value if set, zero value otherwise.
func (*IngredientInformation) GetNutritionOk ¶
func (o *IngredientInformation) GetNutritionOk() (*IngredientInformationNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IngredientInformation) GetOriginal ¶
func (o *IngredientInformation) GetOriginal() string
GetOriginal returns the Original field value
func (*IngredientInformation) GetOriginalName ¶
func (o *IngredientInformation) GetOriginalName() string
GetOriginalName returns the OriginalName field value
func (*IngredientInformation) GetOriginalNameOk ¶
func (o *IngredientInformation) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetOriginalOk ¶
func (o *IngredientInformation) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetPossibleUnits ¶
func (o *IngredientInformation) GetPossibleUnits() []string
GetPossibleUnits returns the PossibleUnits field value
func (*IngredientInformation) GetPossibleUnitsOk ¶
func (o *IngredientInformation) GetPossibleUnitsOk() ([]string, bool)
GetPossibleUnitsOk returns a tuple with the PossibleUnits field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetShoppingListUnits ¶
func (o *IngredientInformation) GetShoppingListUnits() []string
GetShoppingListUnits returns the ShoppingListUnits field value if set, zero value otherwise.
func (*IngredientInformation) GetShoppingListUnitsOk ¶
func (o *IngredientInformation) GetShoppingListUnitsOk() ([]string, bool)
GetShoppingListUnitsOk returns a tuple with the ShoppingListUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IngredientInformation) GetUnit ¶
func (o *IngredientInformation) GetUnit() string
GetUnit returns the Unit field value
func (*IngredientInformation) GetUnitLong ¶
func (o *IngredientInformation) GetUnitLong() string
GetUnitLong returns the UnitLong field value
func (*IngredientInformation) GetUnitLongOk ¶
func (o *IngredientInformation) GetUnitLongOk() (*string, bool)
GetUnitLongOk returns a tuple with the UnitLong field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetUnitOk ¶
func (o *IngredientInformation) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*IngredientInformation) GetUnitShort ¶
func (o *IngredientInformation) GetUnitShort() string
GetUnitShort returns the UnitShort field value
func (*IngredientInformation) GetUnitShortOk ¶
func (o *IngredientInformation) GetUnitShortOk() (*string, bool)
GetUnitShortOk returns a tuple with the UnitShort field value and a boolean to check if the value has been set.
func (*IngredientInformation) HasCategoryPath ¶
func (o *IngredientInformation) HasCategoryPath() bool
HasCategoryPath returns a boolean if a field has been set.
func (*IngredientInformation) HasNutrition ¶
func (o *IngredientInformation) HasNutrition() bool
HasNutrition returns a boolean if a field has been set.
func (*IngredientInformation) HasShoppingListUnits ¶
func (o *IngredientInformation) HasShoppingListUnits() bool
HasShoppingListUnits returns a boolean if a field has been set.
func (IngredientInformation) MarshalJSON ¶
func (o IngredientInformation) MarshalJSON() ([]byte, error)
func (*IngredientInformation) SetAisle ¶
func (o *IngredientInformation) SetAisle(v string)
SetAisle sets field value
func (*IngredientInformation) SetAmount ¶
func (o *IngredientInformation) SetAmount(v float32)
SetAmount sets field value
func (*IngredientInformation) SetCategoryPath ¶
func (o *IngredientInformation) SetCategoryPath(v []string)
SetCategoryPath gets a reference to the given []string and assigns it to the CategoryPath field.
func (*IngredientInformation) SetConsistency ¶
func (o *IngredientInformation) SetConsistency(v string)
SetConsistency sets field value
func (*IngredientInformation) SetEstimatedCost ¶
func (o *IngredientInformation) SetEstimatedCost(v IngredientInformationEstimatedCost)
SetEstimatedCost sets field value
func (*IngredientInformation) SetId ¶
func (o *IngredientInformation) SetId(v int32)
SetId sets field value
func (*IngredientInformation) SetImage ¶
func (o *IngredientInformation) SetImage(v string)
SetImage sets field value
func (*IngredientInformation) SetMeta ¶
func (o *IngredientInformation) SetMeta(v []string)
SetMeta sets field value
func (*IngredientInformation) SetName ¶
func (o *IngredientInformation) SetName(v string)
SetName sets field value
func (*IngredientInformation) SetNutrition ¶
func (o *IngredientInformation) SetNutrition(v IngredientInformationNutrition)
SetNutrition gets a reference to the given IngredientInformationNutrition and assigns it to the Nutrition field.
func (*IngredientInformation) SetOriginal ¶
func (o *IngredientInformation) SetOriginal(v string)
SetOriginal sets field value
func (*IngredientInformation) SetOriginalName ¶
func (o *IngredientInformation) SetOriginalName(v string)
SetOriginalName sets field value
func (*IngredientInformation) SetPossibleUnits ¶
func (o *IngredientInformation) SetPossibleUnits(v []string)
SetPossibleUnits sets field value
func (*IngredientInformation) SetShoppingListUnits ¶
func (o *IngredientInformation) SetShoppingListUnits(v []string)
SetShoppingListUnits gets a reference to the given []string and assigns it to the ShoppingListUnits field.
func (*IngredientInformation) SetUnit ¶
func (o *IngredientInformation) SetUnit(v string)
SetUnit sets field value
func (*IngredientInformation) SetUnitLong ¶
func (o *IngredientInformation) SetUnitLong(v string)
SetUnitLong sets field value
func (*IngredientInformation) SetUnitShort ¶
func (o *IngredientInformation) SetUnitShort(v string)
SetUnitShort sets field value
func (IngredientInformation) ToMap ¶
func (o IngredientInformation) ToMap() (map[string]interface{}, error)
func (*IngredientInformation) UnmarshalJSON ¶
func (o *IngredientInformation) UnmarshalJSON(data []byte) (err error)
type IngredientInformationEstimatedCost ¶
type IngredientInformationEstimatedCost struct { Value float32 `json:"value"` Unit string `json:"unit"` }
IngredientInformationEstimatedCost struct for IngredientInformationEstimatedCost
func NewIngredientInformationEstimatedCost ¶
func NewIngredientInformationEstimatedCost(value float32, unit string) *IngredientInformationEstimatedCost
NewIngredientInformationEstimatedCost instantiates a new IngredientInformationEstimatedCost 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 NewIngredientInformationEstimatedCostWithDefaults ¶
func NewIngredientInformationEstimatedCostWithDefaults() *IngredientInformationEstimatedCost
NewIngredientInformationEstimatedCostWithDefaults instantiates a new IngredientInformationEstimatedCost 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 (*IngredientInformationEstimatedCost) GetUnit ¶
func (o *IngredientInformationEstimatedCost) GetUnit() string
GetUnit returns the Unit field value
func (*IngredientInformationEstimatedCost) GetUnitOk ¶
func (o *IngredientInformationEstimatedCost) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*IngredientInformationEstimatedCost) GetValue ¶
func (o *IngredientInformationEstimatedCost) GetValue() float32
GetValue returns the Value field value
func (*IngredientInformationEstimatedCost) GetValueOk ¶
func (o *IngredientInformationEstimatedCost) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (IngredientInformationEstimatedCost) MarshalJSON ¶
func (o IngredientInformationEstimatedCost) MarshalJSON() ([]byte, error)
func (*IngredientInformationEstimatedCost) SetUnit ¶
func (o *IngredientInformationEstimatedCost) SetUnit(v string)
SetUnit sets field value
func (*IngredientInformationEstimatedCost) SetValue ¶
func (o *IngredientInformationEstimatedCost) SetValue(v float32)
SetValue sets field value
func (IngredientInformationEstimatedCost) ToMap ¶
func (o IngredientInformationEstimatedCost) ToMap() (map[string]interface{}, error)
func (*IngredientInformationEstimatedCost) UnmarshalJSON ¶
func (o *IngredientInformationEstimatedCost) UnmarshalJSON(data []byte) (err error)
type IngredientInformationNutrition ¶
type IngredientInformationNutrition struct { Nutrients []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner `json:"nutrients"` Properties []IngredientInformationNutritionPropertiesInner `json:"properties"` CaloricBreakdown SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown `json:"caloricBreakdown"` WeightPerServing GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal `json:"weightPerServing"` }
IngredientInformationNutrition struct for IngredientInformationNutrition
func NewIngredientInformationNutrition ¶
func NewIngredientInformationNutrition(nutrients []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, properties []IngredientInformationNutritionPropertiesInner, caloricBreakdown SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown, weightPerServing GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) *IngredientInformationNutrition
NewIngredientInformationNutrition instantiates a new IngredientInformationNutrition 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 NewIngredientInformationNutritionWithDefaults ¶
func NewIngredientInformationNutritionWithDefaults() *IngredientInformationNutrition
NewIngredientInformationNutritionWithDefaults instantiates a new IngredientInformationNutrition 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 (*IngredientInformationNutrition) GetCaloricBreakdown ¶
func (o *IngredientInformationNutrition) GetCaloricBreakdown() SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
GetCaloricBreakdown returns the CaloricBreakdown field value
func (*IngredientInformationNutrition) GetCaloricBreakdownOk ¶
func (o *IngredientInformationNutrition) GetCaloricBreakdownOk() (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown, bool)
GetCaloricBreakdownOk returns a tuple with the CaloricBreakdown field value and a boolean to check if the value has been set.
func (*IngredientInformationNutrition) GetNutrients ¶
func (o *IngredientInformationNutrition) GetNutrients() []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
GetNutrients returns the Nutrients field value
func (*IngredientInformationNutrition) GetNutrientsOk ¶
func (o *IngredientInformationNutrition) GetNutrientsOk() ([]SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, bool)
GetNutrientsOk returns a tuple with the Nutrients field value and a boolean to check if the value has been set.
func (*IngredientInformationNutrition) GetProperties ¶
func (o *IngredientInformationNutrition) GetProperties() []IngredientInformationNutritionPropertiesInner
GetProperties returns the Properties field value
func (*IngredientInformationNutrition) GetPropertiesOk ¶
func (o *IngredientInformationNutrition) GetPropertiesOk() ([]IngredientInformationNutritionPropertiesInner, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*IngredientInformationNutrition) GetWeightPerServing ¶
func (o *IngredientInformationNutrition) GetWeightPerServing() GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
GetWeightPerServing returns the WeightPerServing field value
func (*IngredientInformationNutrition) GetWeightPerServingOk ¶
func (o *IngredientInformationNutrition) GetWeightPerServingOk() (*GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal, bool)
GetWeightPerServingOk returns a tuple with the WeightPerServing field value and a boolean to check if the value has been set.
func (IngredientInformationNutrition) MarshalJSON ¶
func (o IngredientInformationNutrition) MarshalJSON() ([]byte, error)
func (*IngredientInformationNutrition) SetCaloricBreakdown ¶
func (o *IngredientInformationNutrition) SetCaloricBreakdown(v SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown)
SetCaloricBreakdown sets field value
func (*IngredientInformationNutrition) SetNutrients ¶
func (o *IngredientInformationNutrition) SetNutrients(v []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner)
SetNutrients sets field value
func (*IngredientInformationNutrition) SetProperties ¶
func (o *IngredientInformationNutrition) SetProperties(v []IngredientInformationNutritionPropertiesInner)
SetProperties sets field value
func (*IngredientInformationNutrition) SetWeightPerServing ¶
func (o *IngredientInformationNutrition) SetWeightPerServing(v GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal)
SetWeightPerServing sets field value
func (IngredientInformationNutrition) ToMap ¶
func (o IngredientInformationNutrition) ToMap() (map[string]interface{}, error)
func (*IngredientInformationNutrition) UnmarshalJSON ¶
func (o *IngredientInformationNutrition) UnmarshalJSON(data []byte) (err error)
type IngredientInformationNutritionPropertiesInner ¶
type IngredientInformationNutritionPropertiesInner struct { Name string `json:"name"` Amount float32 `json:"amount"` Unit string `json:"unit"` }
IngredientInformationNutritionPropertiesInner struct for IngredientInformationNutritionPropertiesInner
func NewIngredientInformationNutritionPropertiesInner ¶
func NewIngredientInformationNutritionPropertiesInner(name string, amount float32, unit string) *IngredientInformationNutritionPropertiesInner
NewIngredientInformationNutritionPropertiesInner instantiates a new IngredientInformationNutritionPropertiesInner 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 NewIngredientInformationNutritionPropertiesInnerWithDefaults ¶
func NewIngredientInformationNutritionPropertiesInnerWithDefaults() *IngredientInformationNutritionPropertiesInner
NewIngredientInformationNutritionPropertiesInnerWithDefaults instantiates a new IngredientInformationNutritionPropertiesInner 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 (*IngredientInformationNutritionPropertiesInner) GetAmount ¶
func (o *IngredientInformationNutritionPropertiesInner) GetAmount() float32
GetAmount returns the Amount field value
func (*IngredientInformationNutritionPropertiesInner) GetAmountOk ¶
func (o *IngredientInformationNutritionPropertiesInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*IngredientInformationNutritionPropertiesInner) GetName ¶
func (o *IngredientInformationNutritionPropertiesInner) GetName() string
GetName returns the Name field value
func (*IngredientInformationNutritionPropertiesInner) GetNameOk ¶
func (o *IngredientInformationNutritionPropertiesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IngredientInformationNutritionPropertiesInner) GetUnit ¶
func (o *IngredientInformationNutritionPropertiesInner) GetUnit() string
GetUnit returns the Unit field value
func (*IngredientInformationNutritionPropertiesInner) GetUnitOk ¶
func (o *IngredientInformationNutritionPropertiesInner) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (IngredientInformationNutritionPropertiesInner) MarshalJSON ¶
func (o IngredientInformationNutritionPropertiesInner) MarshalJSON() ([]byte, error)
func (*IngredientInformationNutritionPropertiesInner) SetAmount ¶
func (o *IngredientInformationNutritionPropertiesInner) SetAmount(v float32)
SetAmount sets field value
func (*IngredientInformationNutritionPropertiesInner) SetName ¶
func (o *IngredientInformationNutritionPropertiesInner) SetName(v string)
SetName sets field value
func (*IngredientInformationNutritionPropertiesInner) SetUnit ¶
func (o *IngredientInformationNutritionPropertiesInner) SetUnit(v string)
SetUnit sets field value
func (IngredientInformationNutritionPropertiesInner) ToMap ¶
func (o IngredientInformationNutritionPropertiesInner) ToMap() (map[string]interface{}, error)
func (*IngredientInformationNutritionPropertiesInner) UnmarshalJSON ¶
func (o *IngredientInformationNutritionPropertiesInner) UnmarshalJSON(data []byte) (err error)
type IngredientSearch200Response ¶
type IngredientSearch200Response struct { Results []IngredientSearch200ResponseResultsInner `json:"results"` Offset int32 `json:"offset"` Number int32 `json:"number"` TotalResults int32 `json:"totalResults"` }
IngredientSearch200Response
func NewIngredientSearch200Response ¶
func NewIngredientSearch200Response(results []IngredientSearch200ResponseResultsInner, offset int32, number int32, totalResults int32) *IngredientSearch200Response
NewIngredientSearch200Response instantiates a new IngredientSearch200Response 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 NewIngredientSearch200ResponseWithDefaults ¶
func NewIngredientSearch200ResponseWithDefaults() *IngredientSearch200Response
NewIngredientSearch200ResponseWithDefaults instantiates a new IngredientSearch200Response 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 (*IngredientSearch200Response) GetNumber ¶
func (o *IngredientSearch200Response) GetNumber() int32
GetNumber returns the Number field value
func (*IngredientSearch200Response) GetNumberOk ¶
func (o *IngredientSearch200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*IngredientSearch200Response) GetOffset ¶
func (o *IngredientSearch200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*IngredientSearch200Response) GetOffsetOk ¶
func (o *IngredientSearch200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*IngredientSearch200Response) GetResults ¶
func (o *IngredientSearch200Response) GetResults() []IngredientSearch200ResponseResultsInner
GetResults returns the Results field value
func (*IngredientSearch200Response) GetResultsOk ¶
func (o *IngredientSearch200Response) GetResultsOk() ([]IngredientSearch200ResponseResultsInner, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*IngredientSearch200Response) GetTotalResults ¶
func (o *IngredientSearch200Response) GetTotalResults() int32
GetTotalResults returns the TotalResults field value
func (*IngredientSearch200Response) GetTotalResultsOk ¶
func (o *IngredientSearch200Response) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set.
func (IngredientSearch200Response) MarshalJSON ¶
func (o IngredientSearch200Response) MarshalJSON() ([]byte, error)
func (*IngredientSearch200Response) SetNumber ¶
func (o *IngredientSearch200Response) SetNumber(v int32)
SetNumber sets field value
func (*IngredientSearch200Response) SetOffset ¶
func (o *IngredientSearch200Response) SetOffset(v int32)
SetOffset sets field value
func (*IngredientSearch200Response) SetResults ¶
func (o *IngredientSearch200Response) SetResults(v []IngredientSearch200ResponseResultsInner)
SetResults sets field value
func (*IngredientSearch200Response) SetTotalResults ¶
func (o *IngredientSearch200Response) SetTotalResults(v int32)
SetTotalResults sets field value
func (IngredientSearch200Response) ToMap ¶
func (o IngredientSearch200Response) ToMap() (map[string]interface{}, error)
func (*IngredientSearch200Response) UnmarshalJSON ¶
func (o *IngredientSearch200Response) UnmarshalJSON(data []byte) (err error)
type IngredientSearch200ResponseResultsInner ¶
type IngredientSearch200ResponseResultsInner struct { Id int32 `json:"id"` Name string `json:"name"` Image string `json:"image"` }
IngredientSearch200ResponseResultsInner struct for IngredientSearch200ResponseResultsInner
func NewIngredientSearch200ResponseResultsInner ¶
func NewIngredientSearch200ResponseResultsInner(id int32, name string, image string) *IngredientSearch200ResponseResultsInner
NewIngredientSearch200ResponseResultsInner instantiates a new IngredientSearch200ResponseResultsInner 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 NewIngredientSearch200ResponseResultsInnerWithDefaults ¶
func NewIngredientSearch200ResponseResultsInnerWithDefaults() *IngredientSearch200ResponseResultsInner
NewIngredientSearch200ResponseResultsInnerWithDefaults instantiates a new IngredientSearch200ResponseResultsInner 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 (*IngredientSearch200ResponseResultsInner) GetId ¶
func (o *IngredientSearch200ResponseResultsInner) GetId() int32
GetId returns the Id field value
func (*IngredientSearch200ResponseResultsInner) GetIdOk ¶
func (o *IngredientSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IngredientSearch200ResponseResultsInner) GetImage ¶
func (o *IngredientSearch200ResponseResultsInner) GetImage() string
GetImage returns the Image field value
func (*IngredientSearch200ResponseResultsInner) GetImageOk ¶
func (o *IngredientSearch200ResponseResultsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*IngredientSearch200ResponseResultsInner) GetName ¶
func (o *IngredientSearch200ResponseResultsInner) GetName() string
GetName returns the Name field value
func (*IngredientSearch200ResponseResultsInner) GetNameOk ¶
func (o *IngredientSearch200ResponseResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IngredientSearch200ResponseResultsInner) MarshalJSON ¶
func (o IngredientSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*IngredientSearch200ResponseResultsInner) SetId ¶
func (o *IngredientSearch200ResponseResultsInner) SetId(v int32)
SetId sets field value
func (*IngredientSearch200ResponseResultsInner) SetImage ¶
func (o *IngredientSearch200ResponseResultsInner) SetImage(v string)
SetImage sets field value
func (*IngredientSearch200ResponseResultsInner) SetName ¶
func (o *IngredientSearch200ResponseResultsInner) SetName(v string)
SetName sets field value
func (IngredientSearch200ResponseResultsInner) ToMap ¶
func (o IngredientSearch200ResponseResultsInner) ToMap() (map[string]interface{}, error)
func (*IngredientSearch200ResponseResultsInner) UnmarshalJSON ¶
func (o *IngredientSearch200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
type IngredientsAPIService ¶
type IngredientsAPIService service
IngredientsAPIService IngredientsAPI service
func (*IngredientsAPIService) AutocompleteIngredientSearch ¶
func (a *IngredientsAPIService) AutocompleteIngredientSearch(ctx context.Context) ApiAutocompleteIngredientSearchRequest
AutocompleteIngredientSearch Autocomplete Ingredient Search
Autocomplete the entry of an ingredient.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAutocompleteIngredientSearchRequest
func (*IngredientsAPIService) AutocompleteIngredientSearchExecute ¶
func (a *IngredientsAPIService) AutocompleteIngredientSearchExecute(r ApiAutocompleteIngredientSearchRequest) ([]AutocompleteIngredientSearch200ResponseInner, *http.Response, error)
Execute executes the request
@return []AutocompleteIngredientSearch200ResponseInner
func (*IngredientsAPIService) ComputeIngredientAmount ¶
func (a *IngredientsAPIService) ComputeIngredientAmount(ctx context.Context, id int32) ApiComputeIngredientAmountRequest
ComputeIngredientAmount Compute Ingredient Amount
Compute the amount you need of a certain ingredient for a certain nutritional goal. For example, how much pineapple do you have to eat to get 10 grams of protein?
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the ingredient you want the amount for. @return ApiComputeIngredientAmountRequest
func (*IngredientsAPIService) ComputeIngredientAmountExecute ¶
func (a *IngredientsAPIService) ComputeIngredientAmountExecute(r ApiComputeIngredientAmountRequest) (*ComputeIngredientAmount200Response, *http.Response, error)
Execute executes the request
@return ComputeIngredientAmount200Response
func (*IngredientsAPIService) GetIngredientInformation ¶
func (a *IngredientsAPIService) GetIngredientInformation(ctx context.Context, id int32) ApiGetIngredientInformationRequest
GetIngredientInformation Get Ingredient Information
Use an ingredient id to get all available information about an ingredient, such as its image and supermarket aisle.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ingredient id. @return ApiGetIngredientInformationRequest
func (*IngredientsAPIService) GetIngredientInformationExecute ¶
func (a *IngredientsAPIService) GetIngredientInformationExecute(r ApiGetIngredientInformationRequest) (*IngredientInformation, *http.Response, error)
Execute executes the request
@return IngredientInformation
func (*IngredientsAPIService) GetIngredientSubstitutes ¶
func (a *IngredientsAPIService) GetIngredientSubstitutes(ctx context.Context) ApiGetIngredientSubstitutesRequest
GetIngredientSubstitutes Get Ingredient Substitutes
Search for substitutes for a given ingredient.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIngredientSubstitutesRequest
func (*IngredientsAPIService) GetIngredientSubstitutesByID ¶
func (a *IngredientsAPIService) GetIngredientSubstitutesByID(ctx context.Context, id int32) ApiGetIngredientSubstitutesByIDRequest
GetIngredientSubstitutesByID Get Ingredient Substitutes by ID
Search for substitutes for a given ingredient.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the ingredient you want substitutes for. @return ApiGetIngredientSubstitutesByIDRequest
func (*IngredientsAPIService) GetIngredientSubstitutesByIDExecute ¶
func (a *IngredientsAPIService) GetIngredientSubstitutesByIDExecute(r ApiGetIngredientSubstitutesByIDRequest) (*GetIngredientSubstitutes200Response, *http.Response, error)
Execute executes the request
@return GetIngredientSubstitutes200Response
func (*IngredientsAPIService) GetIngredientSubstitutesExecute ¶
func (a *IngredientsAPIService) GetIngredientSubstitutesExecute(r ApiGetIngredientSubstitutesRequest) (*GetIngredientSubstitutes200Response, *http.Response, error)
Execute executes the request
@return GetIngredientSubstitutes200Response
func (*IngredientsAPIService) IngredientSearch ¶
func (a *IngredientsAPIService) IngredientSearch(ctx context.Context) ApiIngredientSearchRequest
IngredientSearch Ingredient Search
Search for simple whole foods (e.g. fruits, vegetables, nuts, grains, meat, fish, dairy etc.).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIngredientSearchRequest
func (*IngredientsAPIService) IngredientSearchExecute ¶
func (a *IngredientsAPIService) IngredientSearchExecute(r ApiIngredientSearchRequest) (*IngredientSearch200Response, *http.Response, error)
Execute executes the request
@return IngredientSearch200Response
func (*IngredientsAPIService) IngredientsByIDImage ¶
func (a *IngredientsAPIService) IngredientsByIDImage(ctx context.Context, id int32) ApiIngredientsByIDImageRequest
IngredientsByIDImage Ingredients by ID Image
Visualize a recipe's ingredient list.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiIngredientsByIDImageRequest
func (*IngredientsAPIService) IngredientsByIDImageExecute ¶
func (a *IngredientsAPIService) IngredientsByIDImageExecute(r ApiIngredientsByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*IngredientsAPIService) MapIngredientsToGroceryProducts ¶
func (a *IngredientsAPIService) MapIngredientsToGroceryProducts(ctx context.Context) ApiMapIngredientsToGroceryProductsRequest
MapIngredientsToGroceryProducts Map Ingredients to Grocery Products
Map a set of ingredients to products you can buy in the grocery store.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMapIngredientsToGroceryProductsRequest
func (*IngredientsAPIService) MapIngredientsToGroceryProductsExecute ¶
func (a *IngredientsAPIService) MapIngredientsToGroceryProductsExecute(r ApiMapIngredientsToGroceryProductsRequest) ([]MapIngredientsToGroceryProducts200ResponseInner, *http.Response, error)
Execute executes the request
@return []MapIngredientsToGroceryProducts200ResponseInner
func (*IngredientsAPIService) VisualizeIngredients ¶
func (a *IngredientsAPIService) VisualizeIngredients(ctx context.Context) ApiVisualizeIngredientsRequest
VisualizeIngredients Ingredients Widget
Visualize ingredients of a recipe. You can play around with that endpoint!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiVisualizeIngredientsRequest
func (*IngredientsAPIService) VisualizeIngredientsExecute ¶
func (a *IngredientsAPIService) VisualizeIngredientsExecute(r ApiVisualizeIngredientsRequest) (string, *http.Response, error)
Execute executes the request
@return string
type MapIngredientsToGroceryProducts200ResponseInner ¶
type MapIngredientsToGroceryProducts200ResponseInner struct { Original string `json:"original"` OriginalName string `json:"originalName"` IngredientImage string `json:"ingredientImage"` Meta []string `json:"meta"` Products []MapIngredientsToGroceryProducts200ResponseInnerProductsInner `json:"products"` }
MapIngredientsToGroceryProducts200ResponseInner struct for MapIngredientsToGroceryProducts200ResponseInner
func NewMapIngredientsToGroceryProducts200ResponseInner ¶
func NewMapIngredientsToGroceryProducts200ResponseInner(original string, originalName string, ingredientImage string, meta []string, products []MapIngredientsToGroceryProducts200ResponseInnerProductsInner) *MapIngredientsToGroceryProducts200ResponseInner
NewMapIngredientsToGroceryProducts200ResponseInner instantiates a new MapIngredientsToGroceryProducts200ResponseInner 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 NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults ¶
func NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults() *MapIngredientsToGroceryProducts200ResponseInner
NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults instantiates a new MapIngredientsToGroceryProducts200ResponseInner 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 (*MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImage ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImage() string
GetIngredientImage returns the IngredientImage field value
func (*MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImageOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImageOk() (*string, bool)
GetIngredientImageOk returns a tuple with the IngredientImage field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInner) GetMeta ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMeta() []string
GetMeta returns the Meta field value
func (*MapIngredientsToGroceryProducts200ResponseInner) GetMetaOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMetaOk() ([]string, bool)
GetMetaOk returns a tuple with the Meta field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInner) GetOriginal ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginal() string
GetOriginal returns the Original field value
func (*MapIngredientsToGroceryProducts200ResponseInner) GetOriginalName ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalName() string
GetOriginalName returns the OriginalName field value
func (*MapIngredientsToGroceryProducts200ResponseInner) GetOriginalNameOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInner) GetOriginalOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInner) GetProducts ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProducts() []MapIngredientsToGroceryProducts200ResponseInnerProductsInner
GetProducts returns the Products field value
func (*MapIngredientsToGroceryProducts200ResponseInner) GetProductsOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProductsOk() ([]MapIngredientsToGroceryProducts200ResponseInnerProductsInner, bool)
GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.
func (MapIngredientsToGroceryProducts200ResponseInner) MarshalJSON ¶
func (o MapIngredientsToGroceryProducts200ResponseInner) MarshalJSON() ([]byte, error)
func (*MapIngredientsToGroceryProducts200ResponseInner) SetIngredientImage ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetIngredientImage(v string)
SetIngredientImage sets field value
func (*MapIngredientsToGroceryProducts200ResponseInner) SetMeta ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetMeta(v []string)
SetMeta sets field value
func (*MapIngredientsToGroceryProducts200ResponseInner) SetOriginal ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginal(v string)
SetOriginal sets field value
func (*MapIngredientsToGroceryProducts200ResponseInner) SetOriginalName ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginalName(v string)
SetOriginalName sets field value
func (*MapIngredientsToGroceryProducts200ResponseInner) SetProducts ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetProducts(v []MapIngredientsToGroceryProducts200ResponseInnerProductsInner)
SetProducts sets field value
func (MapIngredientsToGroceryProducts200ResponseInner) ToMap ¶
func (o MapIngredientsToGroceryProducts200ResponseInner) ToMap() (map[string]interface{}, error)
func (*MapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON ¶
func (o *MapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON(data []byte) (err error)
type MapIngredientsToGroceryProducts200ResponseInnerProductsInner ¶
type MapIngredientsToGroceryProducts200ResponseInnerProductsInner struct { Id int32 `json:"id"` Title string `json:"title"` Upc string `json:"upc"` }
MapIngredientsToGroceryProducts200ResponseInnerProductsInner struct for MapIngredientsToGroceryProducts200ResponseInnerProductsInner
func NewMapIngredientsToGroceryProducts200ResponseInnerProductsInner ¶
func NewMapIngredientsToGroceryProducts200ResponseInnerProductsInner(id int32, title string, upc string) *MapIngredientsToGroceryProducts200ResponseInnerProductsInner
NewMapIngredientsToGroceryProducts200ResponseInnerProductsInner instantiates a new MapIngredientsToGroceryProducts200ResponseInnerProductsInner 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 NewMapIngredientsToGroceryProducts200ResponseInnerProductsInnerWithDefaults ¶
func NewMapIngredientsToGroceryProducts200ResponseInnerProductsInnerWithDefaults() *MapIngredientsToGroceryProducts200ResponseInnerProductsInner
NewMapIngredientsToGroceryProducts200ResponseInnerProductsInnerWithDefaults instantiates a new MapIngredientsToGroceryProducts200ResponseInnerProductsInner 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 (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetId ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetId() int32
GetId returns the Id field value
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetIdOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitle ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitle() string
GetTitle returns the Title field value
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitleOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpc ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpc() string
GetUpc returns the Upc field value
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpcOk ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field value and a boolean to check if the value has been set.
func (MapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON ¶
func (o MapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON() ([]byte, error)
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetId ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetId(v int32)
SetId sets field value
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetTitle ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetTitle(v string)
SetTitle sets field value
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetUpc ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetUpc(v string)
SetUpc sets field value
func (MapIngredientsToGroceryProducts200ResponseInnerProductsInner) ToMap ¶
func (o MapIngredientsToGroceryProducts200ResponseInnerProductsInner) ToMap() (map[string]interface{}, error)
func (*MapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON ¶
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON(data []byte) (err error)
type MapIngredientsToGroceryProductsRequest ¶
type MapIngredientsToGroceryProductsRequest struct { Ingredients []string `json:"ingredients"` Servings float32 `json:"servings"` }
MapIngredientsToGroceryProductsRequest
func NewMapIngredientsToGroceryProductsRequest ¶
func NewMapIngredientsToGroceryProductsRequest(ingredients []string, servings float32) *MapIngredientsToGroceryProductsRequest
NewMapIngredientsToGroceryProductsRequest instantiates a new MapIngredientsToGroceryProductsRequest 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 NewMapIngredientsToGroceryProductsRequestWithDefaults ¶
func NewMapIngredientsToGroceryProductsRequestWithDefaults() *MapIngredientsToGroceryProductsRequest
NewMapIngredientsToGroceryProductsRequestWithDefaults instantiates a new MapIngredientsToGroceryProductsRequest 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 (*MapIngredientsToGroceryProductsRequest) GetIngredients ¶
func (o *MapIngredientsToGroceryProductsRequest) GetIngredients() []string
GetIngredients returns the Ingredients field value
func (*MapIngredientsToGroceryProductsRequest) GetIngredientsOk ¶
func (o *MapIngredientsToGroceryProductsRequest) GetIngredientsOk() ([]string, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*MapIngredientsToGroceryProductsRequest) GetServings ¶
func (o *MapIngredientsToGroceryProductsRequest) GetServings() float32
GetServings returns the Servings field value
func (*MapIngredientsToGroceryProductsRequest) GetServingsOk ¶
func (o *MapIngredientsToGroceryProductsRequest) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (MapIngredientsToGroceryProductsRequest) MarshalJSON ¶
func (o MapIngredientsToGroceryProductsRequest) MarshalJSON() ([]byte, error)
func (*MapIngredientsToGroceryProductsRequest) SetIngredients ¶
func (o *MapIngredientsToGroceryProductsRequest) SetIngredients(v []string)
SetIngredients sets field value
func (*MapIngredientsToGroceryProductsRequest) SetServings ¶
func (o *MapIngredientsToGroceryProductsRequest) SetServings(v float32)
SetServings sets field value
func (MapIngredientsToGroceryProductsRequest) ToMap ¶
func (o MapIngredientsToGroceryProductsRequest) ToMap() (map[string]interface{}, error)
func (*MapIngredientsToGroceryProductsRequest) UnmarshalJSON ¶
func (o *MapIngredientsToGroceryProductsRequest) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type MealPlanningAPIService ¶
type MealPlanningAPIService service
MealPlanningAPIService MealPlanningAPI service
func (*MealPlanningAPIService) AddMealPlanTemplate ¶
func (a *MealPlanningAPIService) AddMealPlanTemplate(ctx context.Context, username string) ApiAddMealPlanTemplateRequest
AddMealPlanTemplate Add Meal Plan Template
Add a meal plan template for a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @return ApiAddMealPlanTemplateRequest
func (*MealPlanningAPIService) AddMealPlanTemplateExecute ¶
func (a *MealPlanningAPIService) AddMealPlanTemplateExecute(r ApiAddMealPlanTemplateRequest) (*AddMealPlanTemplate200Response, *http.Response, error)
Execute executes the request
@return AddMealPlanTemplate200Response
func (*MealPlanningAPIService) AddToMealPlan ¶
func (a *MealPlanningAPIService) AddToMealPlan(ctx context.Context, username string) ApiAddToMealPlanRequest
AddToMealPlan Add to Meal Plan
Add an item to the user's meal plan.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @return ApiAddToMealPlanRequest
func (*MealPlanningAPIService) AddToMealPlanExecute ¶
func (a *MealPlanningAPIService) AddToMealPlanExecute(r ApiAddToMealPlanRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*MealPlanningAPIService) AddToShoppingList ¶
func (a *MealPlanningAPIService) AddToShoppingList(ctx context.Context, username string) ApiAddToShoppingListRequest
AddToShoppingList Add to Shopping List
Add an item to the current shopping list of a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @return ApiAddToShoppingListRequest
func (*MealPlanningAPIService) AddToShoppingListExecute ¶
func (a *MealPlanningAPIService) AddToShoppingListExecute(r ApiAddToShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
Execute executes the request
@return GetShoppingList200Response
func (*MealPlanningAPIService) ClearMealPlanDay ¶
func (a *MealPlanningAPIService) ClearMealPlanDay(ctx context.Context, username string, date string) ApiClearMealPlanDayRequest
ClearMealPlanDay Clear Meal Plan Day
Delete all planned items from the user's meal plan for a specific day.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param date The date in the format yyyy-mm-dd. @return ApiClearMealPlanDayRequest
func (*MealPlanningAPIService) ClearMealPlanDayExecute ¶
func (a *MealPlanningAPIService) ClearMealPlanDayExecute(r ApiClearMealPlanDayRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*MealPlanningAPIService) ConnectUser ¶
func (a *MealPlanningAPIService) ConnectUser(ctx context.Context) ApiConnectUserRequest
ConnectUser Connect User
In order to call user-specific endpoints, you need to connect your app's users to spoonacular users.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiConnectUserRequest
func (*MealPlanningAPIService) ConnectUserExecute ¶
func (a *MealPlanningAPIService) ConnectUserExecute(r ApiConnectUserRequest) (*ConnectUser200Response, *http.Response, error)
Execute executes the request
@return ConnectUser200Response
func (*MealPlanningAPIService) DeleteFromMealPlan ¶
func (a *MealPlanningAPIService) DeleteFromMealPlan(ctx context.Context, username string, id int32) ApiDeleteFromMealPlanRequest
DeleteFromMealPlan Delete from Meal Plan
Delete an item from the user's meal plan.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param id The shopping list item id. @return ApiDeleteFromMealPlanRequest
func (*MealPlanningAPIService) DeleteFromMealPlanExecute ¶
func (a *MealPlanningAPIService) DeleteFromMealPlanExecute(r ApiDeleteFromMealPlanRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*MealPlanningAPIService) DeleteFromShoppingList ¶
func (a *MealPlanningAPIService) DeleteFromShoppingList(ctx context.Context, username string, id int32) ApiDeleteFromShoppingListRequest
DeleteFromShoppingList Delete from Shopping List
Delete an item from the current shopping list of the user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param id The shopping list item id. @return ApiDeleteFromShoppingListRequest
func (*MealPlanningAPIService) DeleteFromShoppingListExecute ¶
func (a *MealPlanningAPIService) DeleteFromShoppingListExecute(r ApiDeleteFromShoppingListRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*MealPlanningAPIService) DeleteMealPlanTemplate ¶
func (a *MealPlanningAPIService) DeleteMealPlanTemplate(ctx context.Context, username string, id int32) ApiDeleteMealPlanTemplateRequest
DeleteMealPlanTemplate Delete Meal Plan Template
Delete a meal plan template for a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param id The shopping list item id. @return ApiDeleteMealPlanTemplateRequest
func (*MealPlanningAPIService) DeleteMealPlanTemplateExecute ¶
func (a *MealPlanningAPIService) DeleteMealPlanTemplateExecute(r ApiDeleteMealPlanTemplateRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*MealPlanningAPIService) GenerateMealPlan ¶
func (a *MealPlanningAPIService) GenerateMealPlan(ctx context.Context) ApiGenerateMealPlanRequest
GenerateMealPlan Generate Meal Plan
Generate a meal plan with three meals per day (breakfast, lunch, and dinner).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGenerateMealPlanRequest
func (*MealPlanningAPIService) GenerateMealPlanExecute ¶
func (a *MealPlanningAPIService) GenerateMealPlanExecute(r ApiGenerateMealPlanRequest) (*GenerateMealPlan200Response, *http.Response, error)
Execute executes the request
@return GenerateMealPlan200Response
func (*MealPlanningAPIService) GenerateShoppingList ¶
func (a *MealPlanningAPIService) GenerateShoppingList(ctx context.Context, username string, startDate string, endDate string) ApiGenerateShoppingListRequest
GenerateShoppingList Generate Shopping List
Generate the shopping list for a user from the meal planner in a given time frame.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param startDate The start date in the format yyyy-mm-dd. @param endDate The end date in the format yyyy-mm-dd. @return ApiGenerateShoppingListRequest
func (*MealPlanningAPIService) GenerateShoppingListExecute ¶
func (a *MealPlanningAPIService) GenerateShoppingListExecute(r ApiGenerateShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
Execute executes the request
@return GetShoppingList200Response
func (*MealPlanningAPIService) GetMealPlanTemplate ¶
func (a *MealPlanningAPIService) GetMealPlanTemplate(ctx context.Context, username string, id int32) ApiGetMealPlanTemplateRequest
GetMealPlanTemplate Get Meal Plan Template
Get information about a meal plan template.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param id The shopping list item id. @return ApiGetMealPlanTemplateRequest
func (*MealPlanningAPIService) GetMealPlanTemplateExecute ¶
func (a *MealPlanningAPIService) GetMealPlanTemplateExecute(r ApiGetMealPlanTemplateRequest) (*GetMealPlanTemplate200Response, *http.Response, error)
Execute executes the request
@return GetMealPlanTemplate200Response
func (*MealPlanningAPIService) GetMealPlanTemplates ¶
func (a *MealPlanningAPIService) GetMealPlanTemplates(ctx context.Context, username string) ApiGetMealPlanTemplatesRequest
GetMealPlanTemplates Get Meal Plan Templates
Get meal plan templates from user or public ones.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @return ApiGetMealPlanTemplatesRequest
func (*MealPlanningAPIService) GetMealPlanTemplatesExecute ¶
func (a *MealPlanningAPIService) GetMealPlanTemplatesExecute(r ApiGetMealPlanTemplatesRequest) (*GetMealPlanTemplates200Response, *http.Response, error)
Execute executes the request
@return GetMealPlanTemplates200Response
func (*MealPlanningAPIService) GetMealPlanWeek ¶
func (a *MealPlanningAPIService) GetMealPlanWeek(ctx context.Context, username string, startDate string) ApiGetMealPlanWeekRequest
GetMealPlanWeek Get Meal Plan Week
Retrieve a meal planned week for the given user. The username must be a spoonacular user and the hash must the the user's hash that can be found in his/her account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @param startDate The start date of the meal planned week in the format yyyy-mm-dd. @return ApiGetMealPlanWeekRequest
func (*MealPlanningAPIService) GetMealPlanWeekExecute ¶
func (a *MealPlanningAPIService) GetMealPlanWeekExecute(r ApiGetMealPlanWeekRequest) (*GetMealPlanWeek200Response, *http.Response, error)
Execute executes the request
@return GetMealPlanWeek200Response
func (*MealPlanningAPIService) GetShoppingList ¶
func (a *MealPlanningAPIService) GetShoppingList(ctx context.Context, username string) ApiGetShoppingListRequest
GetShoppingList Get Shopping List
Get the current shopping list for the given user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param username The username. @return ApiGetShoppingListRequest
func (*MealPlanningAPIService) GetShoppingListExecute ¶
func (a *MealPlanningAPIService) GetShoppingListExecute(r ApiGetShoppingListRequest) (*GetShoppingList200Response, *http.Response, error)
Execute executes the request
@return GetShoppingList200Response
type MenuItem ¶
type MenuItem struct { Id int32 `json:"id"` Title string `json:"title"` RestaurantChain string `json:"restaurantChain"` Nutrition *SearchGroceryProductsByUPC200ResponseNutrition `json:"nutrition,omitempty"` Badges []string `json:"badges,omitempty"` Breadcrumbs []string `json:"breadcrumbs,omitempty"` GeneratedText NullableString `json:"generatedText,omitempty"` ImageType *string `json:"imageType,omitempty"` Likes *int32 `json:"likes,omitempty"` Servings *MenuItemServings `json:"servings,omitempty"` Price NullableFloat32 `json:"price"` SpoonacularScore NullableFloat32 `json:"spoonacularScore"` }
MenuItem
func NewMenuItem ¶
func NewMenuItem(id int32, title string, restaurantChain string, price NullableFloat32, spoonacularScore NullableFloat32) *MenuItem
NewMenuItem instantiates a new MenuItem 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 NewMenuItemWithDefaults ¶
func NewMenuItemWithDefaults() *MenuItem
NewMenuItemWithDefaults instantiates a new MenuItem 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 (*MenuItem) GetBadgesOk ¶
GetBadgesOk returns a tuple with the Badges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetBreadcrumbs ¶
GetBreadcrumbs returns the Breadcrumbs field value if set, zero value otherwise.
func (*MenuItem) GetBreadcrumbsOk ¶
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetGeneratedText ¶
GetGeneratedText returns the GeneratedText field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MenuItem) GetGeneratedTextOk ¶
GetGeneratedTextOk returns a tuple with the GeneratedText field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MenuItem) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MenuItem) GetImageType ¶
GetImageType returns the ImageType field value if set, zero value otherwise.
func (*MenuItem) GetImageTypeOk ¶
GetImageTypeOk returns a tuple with the ImageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetLikesOk ¶
GetLikesOk returns a tuple with the Likes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetNutrition ¶
func (o *MenuItem) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
GetNutrition returns the Nutrition field value if set, zero value otherwise.
func (*MenuItem) GetNutritionOk ¶
func (o *MenuItem) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetPrice ¶
GetPrice returns the Price field value If the value is explicit nil, the zero value for float32 will be returned
func (*MenuItem) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MenuItem) GetRestaurantChain ¶
GetRestaurantChain returns the RestaurantChain field value
func (*MenuItem) GetRestaurantChainOk ¶
GetRestaurantChainOk returns a tuple with the RestaurantChain field value and a boolean to check if the value has been set.
func (*MenuItem) GetServings ¶
func (o *MenuItem) GetServings() MenuItemServings
GetServings returns the Servings field value if set, zero value otherwise.
func (*MenuItem) GetServingsOk ¶
func (o *MenuItem) GetServingsOk() (*MenuItemServings, bool)
GetServingsOk returns a tuple with the Servings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MenuItem) GetSpoonacularScore ¶
GetSpoonacularScore returns the SpoonacularScore field value If the value is explicit nil, the zero value for float32 will be returned
func (*MenuItem) GetSpoonacularScoreOk ¶
GetSpoonacularScoreOk returns a tuple with the SpoonacularScore field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MenuItem) GetTitleOk ¶
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*MenuItem) HasBreadcrumbs ¶
HasBreadcrumbs returns a boolean if a field has been set.
func (*MenuItem) HasGeneratedText ¶
HasGeneratedText returns a boolean if a field has been set.
func (*MenuItem) HasImageType ¶
HasImageType returns a boolean if a field has been set.
func (*MenuItem) HasNutrition ¶
HasNutrition returns a boolean if a field has been set.
func (*MenuItem) HasServings ¶
HasServings returns a boolean if a field has been set.
func (MenuItem) MarshalJSON ¶
func (*MenuItem) SetBadges ¶
SetBadges gets a reference to the given []string and assigns it to the Badges field.
func (*MenuItem) SetBreadcrumbs ¶
SetBreadcrumbs gets a reference to the given []string and assigns it to the Breadcrumbs field.
func (*MenuItem) SetGeneratedText ¶
SetGeneratedText gets a reference to the given NullableString and assigns it to the GeneratedText field.
func (*MenuItem) SetGeneratedTextNil ¶
func (o *MenuItem) SetGeneratedTextNil()
SetGeneratedTextNil sets the value for GeneratedText to be an explicit nil
func (*MenuItem) SetImageType ¶
SetImageType gets a reference to the given string and assigns it to the ImageType field.
func (*MenuItem) SetLikes ¶
SetLikes gets a reference to the given int32 and assigns it to the Likes field.
func (*MenuItem) SetNutrition ¶
func (o *MenuItem) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
SetNutrition gets a reference to the given SearchGroceryProductsByUPC200ResponseNutrition and assigns it to the Nutrition field.
func (*MenuItem) SetRestaurantChain ¶
SetRestaurantChain sets field value
func (*MenuItem) SetServings ¶
func (o *MenuItem) SetServings(v MenuItemServings)
SetServings gets a reference to the given MenuItemServings and assigns it to the Servings field.
func (*MenuItem) SetSpoonacularScore ¶
SetSpoonacularScore sets field value
func (*MenuItem) UnmarshalJSON ¶
func (*MenuItem) UnsetGeneratedText ¶
func (o *MenuItem) UnsetGeneratedText()
UnsetGeneratedText ensures that no value is present for GeneratedText, not even an explicit nil
type MenuItemServings ¶
type MenuItemServings struct { Number float32 `json:"number"` Size NullableFloat32 `json:"size"` Unit NullableString `json:"unit"` }
MenuItemServings struct for MenuItemServings
func NewMenuItemServings ¶
func NewMenuItemServings(number float32, size NullableFloat32, unit NullableString) *MenuItemServings
NewMenuItemServings instantiates a new MenuItemServings 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 NewMenuItemServingsWithDefaults ¶
func NewMenuItemServingsWithDefaults() *MenuItemServings
NewMenuItemServingsWithDefaults instantiates a new MenuItemServings 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 (*MenuItemServings) GetNumber ¶
func (o *MenuItemServings) GetNumber() float32
GetNumber returns the Number field value
func (*MenuItemServings) GetNumberOk ¶
func (o *MenuItemServings) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*MenuItemServings) GetSize ¶
func (o *MenuItemServings) GetSize() float32
GetSize returns the Size field value If the value is explicit nil, the zero value for float32 will be returned
func (*MenuItemServings) GetSizeOk ¶
func (o *MenuItemServings) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MenuItemServings) GetUnit ¶
func (o *MenuItemServings) GetUnit() string
GetUnit returns the Unit field value If the value is explicit nil, the zero value for string will be returned
func (*MenuItemServings) GetUnitOk ¶
func (o *MenuItemServings) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (MenuItemServings) MarshalJSON ¶
func (o MenuItemServings) MarshalJSON() ([]byte, error)
func (*MenuItemServings) SetNumber ¶
func (o *MenuItemServings) SetNumber(v float32)
SetNumber sets field value
func (*MenuItemServings) SetSize ¶
func (o *MenuItemServings) SetSize(v float32)
SetSize sets field value
func (*MenuItemServings) SetUnit ¶
func (o *MenuItemServings) SetUnit(v string)
SetUnit sets field value
func (MenuItemServings) ToMap ¶
func (o MenuItemServings) ToMap() (map[string]interface{}, error)
func (*MenuItemServings) UnmarshalJSON ¶
func (o *MenuItemServings) UnmarshalJSON(data []byte) (err error)
type MenuItemsAPIService ¶
type MenuItemsAPIService service
MenuItemsAPIService MenuItemsAPI service
func (*MenuItemsAPIService) AutocompleteMenuItemSearch ¶
func (a *MenuItemsAPIService) AutocompleteMenuItemSearch(ctx context.Context) ApiAutocompleteMenuItemSearchRequest
AutocompleteMenuItemSearch Autocomplete Menu Item Search
Generate suggestions for menu items based on a (partial) query. The matches will be found by looking in the title only.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAutocompleteMenuItemSearchRequest
func (*MenuItemsAPIService) AutocompleteMenuItemSearchExecute ¶
func (a *MenuItemsAPIService) AutocompleteMenuItemSearchExecute(r ApiAutocompleteMenuItemSearchRequest) (*AutocompleteProductSearch200Response, *http.Response, error)
Execute executes the request
@return AutocompleteProductSearch200Response
func (*MenuItemsAPIService) GetMenuItemInformation ¶
func (a *MenuItemsAPIService) GetMenuItemInformation(ctx context.Context, id int32) ApiGetMenuItemInformationRequest
GetMenuItemInformation Get Menu Item Information
Use a menu item id to get all available information about a menu item, such as nutrition.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The menu item id. @return ApiGetMenuItemInformationRequest
func (*MenuItemsAPIService) GetMenuItemInformationExecute ¶
func (a *MenuItemsAPIService) GetMenuItemInformationExecute(r ApiGetMenuItemInformationRequest) (*MenuItem, *http.Response, error)
Execute executes the request
@return MenuItem
func (*MenuItemsAPIService) MenuItemNutritionByIDImage ¶
func (a *MenuItemsAPIService) MenuItemNutritionByIDImage(ctx context.Context, id int32) ApiMenuItemNutritionByIDImageRequest
MenuItemNutritionByIDImage Menu Item Nutrition by ID Image
Visualize a menu item's nutritional information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The menu item id. @return ApiMenuItemNutritionByIDImageRequest
func (*MenuItemsAPIService) MenuItemNutritionByIDImageExecute ¶
func (a *MenuItemsAPIService) MenuItemNutritionByIDImageExecute(r ApiMenuItemNutritionByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*MenuItemsAPIService) MenuItemNutritionLabelImage ¶
func (a *MenuItemsAPIService) MenuItemNutritionLabelImage(ctx context.Context, id int32) ApiMenuItemNutritionLabelImageRequest
MenuItemNutritionLabelImage Menu Item Nutrition Label Image
Visualize a menu item's nutritional label information as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The menu item id. @return ApiMenuItemNutritionLabelImageRequest
func (*MenuItemsAPIService) MenuItemNutritionLabelImageExecute ¶
func (a *MenuItemsAPIService) MenuItemNutritionLabelImageExecute(r ApiMenuItemNutritionLabelImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*MenuItemsAPIService) MenuItemNutritionLabelWidget ¶
func (a *MenuItemsAPIService) MenuItemNutritionLabelWidget(ctx context.Context, id int32) ApiMenuItemNutritionLabelWidgetRequest
MenuItemNutritionLabelWidget Menu Item Nutrition Label Widget
Visualize a menu item's nutritional label information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The menu item id. @return ApiMenuItemNutritionLabelWidgetRequest
func (*MenuItemsAPIService) MenuItemNutritionLabelWidgetExecute ¶
func (a *MenuItemsAPIService) MenuItemNutritionLabelWidgetExecute(r ApiMenuItemNutritionLabelWidgetRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*MenuItemsAPIService) SearchMenuItems ¶
func (a *MenuItemsAPIService) SearchMenuItems(ctx context.Context) ApiSearchMenuItemsRequest
SearchMenuItems Search Menu Items
Search over 115,000 menu items from over 800 fast food and chain restaurants. For example, McDonald's Big Mac or Starbucks Mocha.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchMenuItemsRequest
func (*MenuItemsAPIService) SearchMenuItemsExecute ¶
func (a *MenuItemsAPIService) SearchMenuItemsExecute(r ApiSearchMenuItemsRequest) (*SearchMenuItems200Response, *http.Response, error)
Execute executes the request
@return SearchMenuItems200Response
func (*MenuItemsAPIService) VisualizeMenuItemNutritionByID ¶
func (a *MenuItemsAPIService) VisualizeMenuItemNutritionByID(ctx context.Context, id int32) ApiVisualizeMenuItemNutritionByIDRequest
VisualizeMenuItemNutritionByID Menu Item Nutrition by ID Widget
Visualize a menu item's nutritional information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The menu item id. @return ApiVisualizeMenuItemNutritionByIDRequest
func (*MenuItemsAPIService) VisualizeMenuItemNutritionByIDExecute ¶
func (a *MenuItemsAPIService) VisualizeMenuItemNutritionByIDExecute(r ApiVisualizeMenuItemNutritionByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
type MiscAPIService ¶
type MiscAPIService service
MiscAPIService MiscAPI service
func (*MiscAPIService) DetectFoodInText ¶
func (a *MiscAPIService) DetectFoodInText(ctx context.Context) ApiDetectFoodInTextRequest
DetectFoodInText Detect Food in Text
Take any text and find all mentions of food contained within it. This task is also called Named Entity Recognition (NER). In this case, the entities are foods. Either dishes, such as pizza or cheeseburger, or ingredients, such as cucumber or almonds.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDetectFoodInTextRequest
func (*MiscAPIService) DetectFoodInTextExecute ¶
func (a *MiscAPIService) DetectFoodInTextExecute(r ApiDetectFoodInTextRequest) (*DetectFoodInText200Response, *http.Response, error)
Execute executes the request
@return DetectFoodInText200Response
func (*MiscAPIService) GetARandomFoodJoke ¶
func (a *MiscAPIService) GetARandomFoodJoke(ctx context.Context) ApiGetARandomFoodJokeRequest
GetARandomFoodJoke Random Food Joke
Get a random joke that is related to food. Caution: this is an endpoint for adults!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetARandomFoodJokeRequest
func (*MiscAPIService) GetARandomFoodJokeExecute ¶
func (a *MiscAPIService) GetARandomFoodJokeExecute(r ApiGetARandomFoodJokeRequest) (*GetARandomFoodJoke200Response, *http.Response, error)
Execute executes the request
@return GetARandomFoodJoke200Response
func (*MiscAPIService) GetConversationSuggests ¶
func (a *MiscAPIService) GetConversationSuggests(ctx context.Context) ApiGetConversationSuggestsRequest
GetConversationSuggests Conversation Suggests
This endpoint returns suggestions for things the user can say or ask the chatbot.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetConversationSuggestsRequest
func (*MiscAPIService) GetConversationSuggestsExecute ¶
func (a *MiscAPIService) GetConversationSuggestsExecute(r ApiGetConversationSuggestsRequest) (*GetConversationSuggests200Response, *http.Response, error)
Execute executes the request
@return GetConversationSuggests200Response
func (*MiscAPIService) GetRandomFoodTrivia ¶
func (a *MiscAPIService) GetRandomFoodTrivia(ctx context.Context) ApiGetRandomFoodTriviaRequest
GetRandomFoodTrivia Random Food Trivia
Returns random food trivia.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRandomFoodTriviaRequest
func (*MiscAPIService) GetRandomFoodTriviaExecute ¶
func (a *MiscAPIService) GetRandomFoodTriviaExecute(r ApiGetRandomFoodTriviaRequest) (*GetARandomFoodJoke200Response, *http.Response, error)
Execute executes the request
@return GetARandomFoodJoke200Response
func (*MiscAPIService) ImageAnalysisByURL ¶
func (a *MiscAPIService) ImageAnalysisByURL(ctx context.Context) ApiImageAnalysisByURLRequest
ImageAnalysisByURL Image Analysis by URL
Analyze a food image. The API tries to classify the image, guess the nutrition, and find a matching recipes.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiImageAnalysisByURLRequest
func (*MiscAPIService) ImageAnalysisByURLExecute ¶
func (a *MiscAPIService) ImageAnalysisByURLExecute(r ApiImageAnalysisByURLRequest) (*ImageAnalysisByURL200Response, *http.Response, error)
Execute executes the request
@return ImageAnalysisByURL200Response
func (*MiscAPIService) ImageClassificationByURL ¶
func (a *MiscAPIService) ImageClassificationByURL(ctx context.Context) ApiImageClassificationByURLRequest
ImageClassificationByURL Image Classification by URL
Classify a food image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiImageClassificationByURLRequest
func (*MiscAPIService) ImageClassificationByURLExecute ¶
func (a *MiscAPIService) ImageClassificationByURLExecute(r ApiImageClassificationByURLRequest) (*ImageClassificationByURL200Response, *http.Response, error)
Execute executes the request
@return ImageClassificationByURL200Response
func (*MiscAPIService) SearchAllFood ¶
func (a *MiscAPIService) SearchAllFood(ctx context.Context) ApiSearchAllFoodRequest
SearchAllFood Search All Food
Search all food content with one call. That includes recipes, grocery products, menu items, simple foods (ingredients), and food videos.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchAllFoodRequest
func (*MiscAPIService) SearchAllFoodExecute ¶
func (a *MiscAPIService) SearchAllFoodExecute(r ApiSearchAllFoodRequest) (*SearchAllFood200Response, *http.Response, error)
Execute executes the request
@return SearchAllFood200Response
func (*MiscAPIService) SearchCustomFoods ¶
func (a *MiscAPIService) SearchCustomFoods(ctx context.Context) ApiSearchCustomFoodsRequest
SearchCustomFoods Search Custom Foods
Search custom foods in a user's account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchCustomFoodsRequest
func (*MiscAPIService) SearchCustomFoodsExecute ¶
func (a *MiscAPIService) SearchCustomFoodsExecute(r ApiSearchCustomFoodsRequest) (*SearchCustomFoods200Response, *http.Response, error)
Execute executes the request
@return SearchCustomFoods200Response
func (*MiscAPIService) SearchFoodVideos ¶
func (a *MiscAPIService) SearchFoodVideos(ctx context.Context) ApiSearchFoodVideosRequest
SearchFoodVideos Search Food Videos
Find recipe and other food related videos.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchFoodVideosRequest
func (*MiscAPIService) SearchFoodVideosExecute ¶
func (a *MiscAPIService) SearchFoodVideosExecute(r ApiSearchFoodVideosRequest) (*SearchFoodVideos200Response, *http.Response, error)
Execute executes the request
@return SearchFoodVideos200Response
func (*MiscAPIService) SearchSiteContent ¶
func (a *MiscAPIService) SearchSiteContent(ctx context.Context) ApiSearchSiteContentRequest
SearchSiteContent Search Site Content
Search spoonacular's site content. You'll be able to find everything that you could also find using the search suggestions on spoonacular.com. This is a suggest API so you can send partial strings as queries.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchSiteContentRequest
func (*MiscAPIService) SearchSiteContentExecute ¶
func (a *MiscAPIService) SearchSiteContentExecute(r ApiSearchSiteContentRequest) (*SearchSiteContent200Response, *http.Response, error)
Execute executes the request
@return SearchSiteContent200Response
func (*MiscAPIService) TalkToChatbot ¶
func (a *MiscAPIService) TalkToChatbot(ctx context.Context) ApiTalkToChatbotRequest
TalkToChatbot Talk to Chatbot
This endpoint can be used to have a conversation about food with the spoonacular chatbot. Use the "Get Conversation Suggests" endpoint to show your user what he or she can say.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTalkToChatbotRequest
func (*MiscAPIService) TalkToChatbotExecute ¶
func (a *MiscAPIService) TalkToChatbotExecute(r ApiTalkToChatbotRequest) (*TalkToChatbot200Response, *http.Response, error)
Execute executes the request
@return TalkToChatbot200Response
type NullableAddMealPlanTemplate200Response ¶
type NullableAddMealPlanTemplate200Response struct {
// contains filtered or unexported fields
}
func NewNullableAddMealPlanTemplate200Response ¶
func NewNullableAddMealPlanTemplate200Response(val *AddMealPlanTemplate200Response) *NullableAddMealPlanTemplate200Response
func (NullableAddMealPlanTemplate200Response) Get ¶
func (v NullableAddMealPlanTemplate200Response) Get() *AddMealPlanTemplate200Response
func (NullableAddMealPlanTemplate200Response) IsSet ¶
func (v NullableAddMealPlanTemplate200Response) IsSet() bool
func (NullableAddMealPlanTemplate200Response) MarshalJSON ¶
func (v NullableAddMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
func (*NullableAddMealPlanTemplate200Response) Set ¶
func (v *NullableAddMealPlanTemplate200Response) Set(val *AddMealPlanTemplate200Response)
func (*NullableAddMealPlanTemplate200Response) UnmarshalJSON ¶
func (v *NullableAddMealPlanTemplate200Response) UnmarshalJSON(src []byte) error
func (*NullableAddMealPlanTemplate200Response) Unset ¶
func (v *NullableAddMealPlanTemplate200Response) Unset()
type NullableAddMealPlanTemplate200ResponseItemsInner ¶
type NullableAddMealPlanTemplate200ResponseItemsInner struct {
// contains filtered or unexported fields
}
func NewNullableAddMealPlanTemplate200ResponseItemsInner ¶
func NewNullableAddMealPlanTemplate200ResponseItemsInner(val *AddMealPlanTemplate200ResponseItemsInner) *NullableAddMealPlanTemplate200ResponseItemsInner
func (NullableAddMealPlanTemplate200ResponseItemsInner) IsSet ¶
func (v NullableAddMealPlanTemplate200ResponseItemsInner) IsSet() bool
func (NullableAddMealPlanTemplate200ResponseItemsInner) MarshalJSON ¶
func (v NullableAddMealPlanTemplate200ResponseItemsInner) MarshalJSON() ([]byte, error)
func (*NullableAddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON ¶
func (v *NullableAddMealPlanTemplate200ResponseItemsInner) UnmarshalJSON(src []byte) error
func (*NullableAddMealPlanTemplate200ResponseItemsInner) Unset ¶
func (v *NullableAddMealPlanTemplate200ResponseItemsInner) Unset()
type NullableAddMealPlanTemplate200ResponseItemsInnerValue ¶
type NullableAddMealPlanTemplate200ResponseItemsInnerValue struct {
// contains filtered or unexported fields
}
func NewNullableAddMealPlanTemplate200ResponseItemsInnerValue ¶
func NewNullableAddMealPlanTemplate200ResponseItemsInnerValue(val *AddMealPlanTemplate200ResponseItemsInnerValue) *NullableAddMealPlanTemplate200ResponseItemsInnerValue
func (NullableAddMealPlanTemplate200ResponseItemsInnerValue) IsSet ¶
func (v NullableAddMealPlanTemplate200ResponseItemsInnerValue) IsSet() bool
func (NullableAddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON ¶
func (v NullableAddMealPlanTemplate200ResponseItemsInnerValue) MarshalJSON() ([]byte, error)
func (*NullableAddMealPlanTemplate200ResponseItemsInnerValue) UnmarshalJSON ¶
func (v *NullableAddMealPlanTemplate200ResponseItemsInnerValue) UnmarshalJSON(src []byte) error
func (*NullableAddMealPlanTemplate200ResponseItemsInnerValue) Unset ¶
func (v *NullableAddMealPlanTemplate200ResponseItemsInnerValue) Unset()
type NullableAddToMealPlanRequest ¶
type NullableAddToMealPlanRequest struct {
// contains filtered or unexported fields
}
func NewNullableAddToMealPlanRequest ¶
func NewNullableAddToMealPlanRequest(val *AddToMealPlanRequest) *NullableAddToMealPlanRequest
func (NullableAddToMealPlanRequest) Get ¶
func (v NullableAddToMealPlanRequest) Get() *AddToMealPlanRequest
func (NullableAddToMealPlanRequest) IsSet ¶
func (v NullableAddToMealPlanRequest) IsSet() bool
func (NullableAddToMealPlanRequest) MarshalJSON ¶
func (v NullableAddToMealPlanRequest) MarshalJSON() ([]byte, error)
func (*NullableAddToMealPlanRequest) Set ¶
func (v *NullableAddToMealPlanRequest) Set(val *AddToMealPlanRequest)
func (*NullableAddToMealPlanRequest) UnmarshalJSON ¶
func (v *NullableAddToMealPlanRequest) UnmarshalJSON(src []byte) error
func (*NullableAddToMealPlanRequest) Unset ¶
func (v *NullableAddToMealPlanRequest) Unset()
type NullableAddToMealPlanRequestValue ¶
type NullableAddToMealPlanRequestValue struct {
// contains filtered or unexported fields
}
func NewNullableAddToMealPlanRequestValue ¶
func NewNullableAddToMealPlanRequestValue(val *AddToMealPlanRequestValue) *NullableAddToMealPlanRequestValue
func (NullableAddToMealPlanRequestValue) Get ¶
func (v NullableAddToMealPlanRequestValue) Get() *AddToMealPlanRequestValue
func (NullableAddToMealPlanRequestValue) IsSet ¶
func (v NullableAddToMealPlanRequestValue) IsSet() bool
func (NullableAddToMealPlanRequestValue) MarshalJSON ¶
func (v NullableAddToMealPlanRequestValue) MarshalJSON() ([]byte, error)
func (*NullableAddToMealPlanRequestValue) Set ¶
func (v *NullableAddToMealPlanRequestValue) Set(val *AddToMealPlanRequestValue)
func (*NullableAddToMealPlanRequestValue) UnmarshalJSON ¶
func (v *NullableAddToMealPlanRequestValue) UnmarshalJSON(src []byte) error
func (*NullableAddToMealPlanRequestValue) Unset ¶
func (v *NullableAddToMealPlanRequestValue) Unset()
type NullableAddToMealPlanRequestValueIngredientsInner ¶
type NullableAddToMealPlanRequestValueIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableAddToMealPlanRequestValueIngredientsInner ¶
func NewNullableAddToMealPlanRequestValueIngredientsInner(val *AddToMealPlanRequestValueIngredientsInner) *NullableAddToMealPlanRequestValueIngredientsInner
func (NullableAddToMealPlanRequestValueIngredientsInner) IsSet ¶
func (v NullableAddToMealPlanRequestValueIngredientsInner) IsSet() bool
func (NullableAddToMealPlanRequestValueIngredientsInner) MarshalJSON ¶
func (v NullableAddToMealPlanRequestValueIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableAddToMealPlanRequestValueIngredientsInner) UnmarshalJSON ¶
func (v *NullableAddToMealPlanRequestValueIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableAddToMealPlanRequestValueIngredientsInner) Unset ¶
func (v *NullableAddToMealPlanRequestValueIngredientsInner) Unset()
type NullableAddToShoppingListRequest ¶
type NullableAddToShoppingListRequest struct {
// contains filtered or unexported fields
}
func NewNullableAddToShoppingListRequest ¶
func NewNullableAddToShoppingListRequest(val *AddToShoppingListRequest) *NullableAddToShoppingListRequest
func (NullableAddToShoppingListRequest) Get ¶
func (v NullableAddToShoppingListRequest) Get() *AddToShoppingListRequest
func (NullableAddToShoppingListRequest) IsSet ¶
func (v NullableAddToShoppingListRequest) IsSet() bool
func (NullableAddToShoppingListRequest) MarshalJSON ¶
func (v NullableAddToShoppingListRequest) MarshalJSON() ([]byte, error)
func (*NullableAddToShoppingListRequest) Set ¶
func (v *NullableAddToShoppingListRequest) Set(val *AddToShoppingListRequest)
func (*NullableAddToShoppingListRequest) UnmarshalJSON ¶
func (v *NullableAddToShoppingListRequest) UnmarshalJSON(src []byte) error
func (*NullableAddToShoppingListRequest) Unset ¶
func (v *NullableAddToShoppingListRequest) Unset()
type NullableAnalyzeARecipeSearchQuery200Response ¶
type NullableAnalyzeARecipeSearchQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeARecipeSearchQuery200Response ¶
func NewNullableAnalyzeARecipeSearchQuery200Response(val *AnalyzeARecipeSearchQuery200Response) *NullableAnalyzeARecipeSearchQuery200Response
func (NullableAnalyzeARecipeSearchQuery200Response) IsSet ¶
func (v NullableAnalyzeARecipeSearchQuery200Response) IsSet() bool
func (NullableAnalyzeARecipeSearchQuery200Response) MarshalJSON ¶
func (v NullableAnalyzeARecipeSearchQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeARecipeSearchQuery200Response) Set ¶
func (v *NullableAnalyzeARecipeSearchQuery200Response) Set(val *AnalyzeARecipeSearchQuery200Response)
func (*NullableAnalyzeARecipeSearchQuery200Response) UnmarshalJSON ¶
func (v *NullableAnalyzeARecipeSearchQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeARecipeSearchQuery200Response) Unset ¶
func (v *NullableAnalyzeARecipeSearchQuery200Response) Unset()
type NullableAnalyzeARecipeSearchQuery200ResponseDishesInner ¶
type NullableAnalyzeARecipeSearchQuery200ResponseDishesInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeARecipeSearchQuery200ResponseDishesInner ¶
func NewNullableAnalyzeARecipeSearchQuery200ResponseDishesInner(val *AnalyzeARecipeSearchQuery200ResponseDishesInner) *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner
func (NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) IsSet ¶
func (v NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) IsSet() bool
func (NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON ¶
func (v NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON ¶
func (v *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) Unset ¶
func (v *NullableAnalyzeARecipeSearchQuery200ResponseDishesInner) Unset()
type NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner ¶
type NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner ¶
func NewNullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner(val *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner
func (NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) IsSet ¶
func (v NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) IsSet() bool
func (NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON ¶
func (v NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON ¶
func (v *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) Unset ¶
func (v *NullableAnalyzeARecipeSearchQuery200ResponseIngredientsInner) Unset()
type NullableAnalyzeRecipeInstructions200Response ¶
type NullableAnalyzeRecipeInstructions200Response struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeInstructions200Response ¶
func NewNullableAnalyzeRecipeInstructions200Response(val *AnalyzeRecipeInstructions200Response) *NullableAnalyzeRecipeInstructions200Response
func (NullableAnalyzeRecipeInstructions200Response) IsSet ¶
func (v NullableAnalyzeRecipeInstructions200Response) IsSet() bool
func (NullableAnalyzeRecipeInstructions200Response) MarshalJSON ¶
func (v NullableAnalyzeRecipeInstructions200Response) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeInstructions200Response) Set ¶
func (v *NullableAnalyzeRecipeInstructions200Response) Set(val *AnalyzeRecipeInstructions200Response)
func (*NullableAnalyzeRecipeInstructions200Response) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeInstructions200Response) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeRecipeInstructions200Response) Unset ¶
func (v *NullableAnalyzeRecipeInstructions200Response) Unset()
type NullableAnalyzeRecipeInstructions200ResponseIngredientsInner ¶
type NullableAnalyzeRecipeInstructions200ResponseIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeInstructions200ResponseIngredientsInner ¶
func NewNullableAnalyzeRecipeInstructions200ResponseIngredientsInner(val *AnalyzeRecipeInstructions200ResponseIngredientsInner) *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner
func (NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) IsSet ¶
func (v NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) IsSet() bool
func (NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON ¶
func (v NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) Unset ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseIngredientsInner) Unset()
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner ¶
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner ¶
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner(val *AnalyzeRecipeInstructions200ResponseParsedInstructionsInner) *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) IsSet ¶
func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) IsSet() bool
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON ¶
func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) Unset ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInner) Unset()
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner ¶
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner ¶
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner(val *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON ¶
func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) UnmarshalJSON(src []byte) error
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner ¶
type NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner ¶
func NewNullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner(val *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) Get ¶
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) IsSet ¶
func (NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON ¶
func (v NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) Set ¶
func (*NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner) UnmarshalJSON(src []byte) error
type NullableAnalyzeRecipeRequest ¶
type NullableAnalyzeRecipeRequest struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeRecipeRequest ¶
func NewNullableAnalyzeRecipeRequest(val *AnalyzeRecipeRequest) *NullableAnalyzeRecipeRequest
func (NullableAnalyzeRecipeRequest) Get ¶
func (v NullableAnalyzeRecipeRequest) Get() *AnalyzeRecipeRequest
func (NullableAnalyzeRecipeRequest) IsSet ¶
func (v NullableAnalyzeRecipeRequest) IsSet() bool
func (NullableAnalyzeRecipeRequest) MarshalJSON ¶
func (v NullableAnalyzeRecipeRequest) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeRecipeRequest) Set ¶
func (v *NullableAnalyzeRecipeRequest) Set(val *AnalyzeRecipeRequest)
func (*NullableAnalyzeRecipeRequest) UnmarshalJSON ¶
func (v *NullableAnalyzeRecipeRequest) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeRecipeRequest) Unset ¶
func (v *NullableAnalyzeRecipeRequest) Unset()
type NullableAutocompleteIngredientSearch200ResponseInner ¶
type NullableAutocompleteIngredientSearch200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableAutocompleteIngredientSearch200ResponseInner ¶
func NewNullableAutocompleteIngredientSearch200ResponseInner(val *AutocompleteIngredientSearch200ResponseInner) *NullableAutocompleteIngredientSearch200ResponseInner
func (NullableAutocompleteIngredientSearch200ResponseInner) IsSet ¶
func (v NullableAutocompleteIngredientSearch200ResponseInner) IsSet() bool
func (NullableAutocompleteIngredientSearch200ResponseInner) MarshalJSON ¶
func (v NullableAutocompleteIngredientSearch200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableAutocompleteIngredientSearch200ResponseInner) UnmarshalJSON ¶
func (v *NullableAutocompleteIngredientSearch200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableAutocompleteIngredientSearch200ResponseInner) Unset ¶
func (v *NullableAutocompleteIngredientSearch200ResponseInner) Unset()
type NullableAutocompleteProductSearch200Response ¶
type NullableAutocompleteProductSearch200Response struct {
// contains filtered or unexported fields
}
func NewNullableAutocompleteProductSearch200Response ¶
func NewNullableAutocompleteProductSearch200Response(val *AutocompleteProductSearch200Response) *NullableAutocompleteProductSearch200Response
func (NullableAutocompleteProductSearch200Response) IsSet ¶
func (v NullableAutocompleteProductSearch200Response) IsSet() bool
func (NullableAutocompleteProductSearch200Response) MarshalJSON ¶
func (v NullableAutocompleteProductSearch200Response) MarshalJSON() ([]byte, error)
func (*NullableAutocompleteProductSearch200Response) Set ¶
func (v *NullableAutocompleteProductSearch200Response) Set(val *AutocompleteProductSearch200Response)
func (*NullableAutocompleteProductSearch200Response) UnmarshalJSON ¶
func (v *NullableAutocompleteProductSearch200Response) UnmarshalJSON(src []byte) error
func (*NullableAutocompleteProductSearch200Response) Unset ¶
func (v *NullableAutocompleteProductSearch200Response) Unset()
type NullableAutocompleteProductSearch200ResponseResultsInner ¶
type NullableAutocompleteProductSearch200ResponseResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableAutocompleteProductSearch200ResponseResultsInner ¶
func NewNullableAutocompleteProductSearch200ResponseResultsInner(val *AutocompleteProductSearch200ResponseResultsInner) *NullableAutocompleteProductSearch200ResponseResultsInner
func (NullableAutocompleteProductSearch200ResponseResultsInner) IsSet ¶
func (v NullableAutocompleteProductSearch200ResponseResultsInner) IsSet() bool
func (NullableAutocompleteProductSearch200ResponseResultsInner) MarshalJSON ¶
func (v NullableAutocompleteProductSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*NullableAutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON ¶
func (v *NullableAutocompleteProductSearch200ResponseResultsInner) UnmarshalJSON(src []byte) error
func (*NullableAutocompleteProductSearch200ResponseResultsInner) Unset ¶
func (v *NullableAutocompleteProductSearch200ResponseResultsInner) Unset()
type NullableAutocompleteRecipeSearch200ResponseInner ¶
type NullableAutocompleteRecipeSearch200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableAutocompleteRecipeSearch200ResponseInner ¶
func NewNullableAutocompleteRecipeSearch200ResponseInner(val *AutocompleteRecipeSearch200ResponseInner) *NullableAutocompleteRecipeSearch200ResponseInner
func (NullableAutocompleteRecipeSearch200ResponseInner) IsSet ¶
func (v NullableAutocompleteRecipeSearch200ResponseInner) IsSet() bool
func (NullableAutocompleteRecipeSearch200ResponseInner) MarshalJSON ¶
func (v NullableAutocompleteRecipeSearch200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableAutocompleteRecipeSearch200ResponseInner) UnmarshalJSON ¶
func (v *NullableAutocompleteRecipeSearch200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableAutocompleteRecipeSearch200ResponseInner) Unset ¶
func (v *NullableAutocompleteRecipeSearch200ResponseInner) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableClassifyCuisine200Response ¶
type NullableClassifyCuisine200Response struct {
// contains filtered or unexported fields
}
func NewNullableClassifyCuisine200Response ¶
func NewNullableClassifyCuisine200Response(val *ClassifyCuisine200Response) *NullableClassifyCuisine200Response
func (NullableClassifyCuisine200Response) Get ¶
func (v NullableClassifyCuisine200Response) Get() *ClassifyCuisine200Response
func (NullableClassifyCuisine200Response) IsSet ¶
func (v NullableClassifyCuisine200Response) IsSet() bool
func (NullableClassifyCuisine200Response) MarshalJSON ¶
func (v NullableClassifyCuisine200Response) MarshalJSON() ([]byte, error)
func (*NullableClassifyCuisine200Response) Set ¶
func (v *NullableClassifyCuisine200Response) Set(val *ClassifyCuisine200Response)
func (*NullableClassifyCuisine200Response) UnmarshalJSON ¶
func (v *NullableClassifyCuisine200Response) UnmarshalJSON(src []byte) error
func (*NullableClassifyCuisine200Response) Unset ¶
func (v *NullableClassifyCuisine200Response) Unset()
type NullableClassifyGroceryProduct200Response ¶
type NullableClassifyGroceryProduct200Response struct {
// contains filtered or unexported fields
}
func NewNullableClassifyGroceryProduct200Response ¶
func NewNullableClassifyGroceryProduct200Response(val *ClassifyGroceryProduct200Response) *NullableClassifyGroceryProduct200Response
func (NullableClassifyGroceryProduct200Response) IsSet ¶
func (v NullableClassifyGroceryProduct200Response) IsSet() bool
func (NullableClassifyGroceryProduct200Response) MarshalJSON ¶
func (v NullableClassifyGroceryProduct200Response) MarshalJSON() ([]byte, error)
func (*NullableClassifyGroceryProduct200Response) Set ¶
func (v *NullableClassifyGroceryProduct200Response) Set(val *ClassifyGroceryProduct200Response)
func (*NullableClassifyGroceryProduct200Response) UnmarshalJSON ¶
func (v *NullableClassifyGroceryProduct200Response) UnmarshalJSON(src []byte) error
func (*NullableClassifyGroceryProduct200Response) Unset ¶
func (v *NullableClassifyGroceryProduct200Response) Unset()
type NullableClassifyGroceryProductBulk200ResponseInner ¶
type NullableClassifyGroceryProductBulk200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableClassifyGroceryProductBulk200ResponseInner ¶
func NewNullableClassifyGroceryProductBulk200ResponseInner(val *ClassifyGroceryProductBulk200ResponseInner) *NullableClassifyGroceryProductBulk200ResponseInner
func (NullableClassifyGroceryProductBulk200ResponseInner) IsSet ¶
func (v NullableClassifyGroceryProductBulk200ResponseInner) IsSet() bool
func (NullableClassifyGroceryProductBulk200ResponseInner) MarshalJSON ¶
func (v NullableClassifyGroceryProductBulk200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON ¶
func (v *NullableClassifyGroceryProductBulk200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableClassifyGroceryProductBulk200ResponseInner) Unset ¶
func (v *NullableClassifyGroceryProductBulk200ResponseInner) Unset()
type NullableClassifyGroceryProductBulkRequestInner ¶
type NullableClassifyGroceryProductBulkRequestInner struct {
// contains filtered or unexported fields
}
func NewNullableClassifyGroceryProductBulkRequestInner ¶
func NewNullableClassifyGroceryProductBulkRequestInner(val *ClassifyGroceryProductBulkRequestInner) *NullableClassifyGroceryProductBulkRequestInner
func (NullableClassifyGroceryProductBulkRequestInner) IsSet ¶
func (v NullableClassifyGroceryProductBulkRequestInner) IsSet() bool
func (NullableClassifyGroceryProductBulkRequestInner) MarshalJSON ¶
func (v NullableClassifyGroceryProductBulkRequestInner) MarshalJSON() ([]byte, error)
func (*NullableClassifyGroceryProductBulkRequestInner) Set ¶
func (v *NullableClassifyGroceryProductBulkRequestInner) Set(val *ClassifyGroceryProductBulkRequestInner)
func (*NullableClassifyGroceryProductBulkRequestInner) UnmarshalJSON ¶
func (v *NullableClassifyGroceryProductBulkRequestInner) UnmarshalJSON(src []byte) error
func (*NullableClassifyGroceryProductBulkRequestInner) Unset ¶
func (v *NullableClassifyGroceryProductBulkRequestInner) Unset()
type NullableClassifyGroceryProductRequest ¶
type NullableClassifyGroceryProductRequest struct {
// contains filtered or unexported fields
}
func NewNullableClassifyGroceryProductRequest ¶
func NewNullableClassifyGroceryProductRequest(val *ClassifyGroceryProductRequest) *NullableClassifyGroceryProductRequest
func (NullableClassifyGroceryProductRequest) Get ¶
func (v NullableClassifyGroceryProductRequest) Get() *ClassifyGroceryProductRequest
func (NullableClassifyGroceryProductRequest) IsSet ¶
func (v NullableClassifyGroceryProductRequest) IsSet() bool
func (NullableClassifyGroceryProductRequest) MarshalJSON ¶
func (v NullableClassifyGroceryProductRequest) MarshalJSON() ([]byte, error)
func (*NullableClassifyGroceryProductRequest) Set ¶
func (v *NullableClassifyGroceryProductRequest) Set(val *ClassifyGroceryProductRequest)
func (*NullableClassifyGroceryProductRequest) UnmarshalJSON ¶
func (v *NullableClassifyGroceryProductRequest) UnmarshalJSON(src []byte) error
func (*NullableClassifyGroceryProductRequest) Unset ¶
func (v *NullableClassifyGroceryProductRequest) Unset()
type NullableComparableProduct ¶
type NullableComparableProduct struct {
// contains filtered or unexported fields
}
func NewNullableComparableProduct ¶
func NewNullableComparableProduct(val *ComparableProduct) *NullableComparableProduct
func (NullableComparableProduct) Get ¶
func (v NullableComparableProduct) Get() *ComparableProduct
func (NullableComparableProduct) IsSet ¶
func (v NullableComparableProduct) IsSet() bool
func (NullableComparableProduct) MarshalJSON ¶
func (v NullableComparableProduct) MarshalJSON() ([]byte, error)
func (*NullableComparableProduct) Set ¶
func (v *NullableComparableProduct) Set(val *ComparableProduct)
func (*NullableComparableProduct) UnmarshalJSON ¶
func (v *NullableComparableProduct) UnmarshalJSON(src []byte) error
func (*NullableComparableProduct) Unset ¶
func (v *NullableComparableProduct) Unset()
type NullableComputeGlycemicLoad200Response ¶
type NullableComputeGlycemicLoad200Response struct {
// contains filtered or unexported fields
}
func NewNullableComputeGlycemicLoad200Response ¶
func NewNullableComputeGlycemicLoad200Response(val *ComputeGlycemicLoad200Response) *NullableComputeGlycemicLoad200Response
func (NullableComputeGlycemicLoad200Response) Get ¶
func (v NullableComputeGlycemicLoad200Response) Get() *ComputeGlycemicLoad200Response
func (NullableComputeGlycemicLoad200Response) IsSet ¶
func (v NullableComputeGlycemicLoad200Response) IsSet() bool
func (NullableComputeGlycemicLoad200Response) MarshalJSON ¶
func (v NullableComputeGlycemicLoad200Response) MarshalJSON() ([]byte, error)
func (*NullableComputeGlycemicLoad200Response) Set ¶
func (v *NullableComputeGlycemicLoad200Response) Set(val *ComputeGlycemicLoad200Response)
func (*NullableComputeGlycemicLoad200Response) UnmarshalJSON ¶
func (v *NullableComputeGlycemicLoad200Response) UnmarshalJSON(src []byte) error
func (*NullableComputeGlycemicLoad200Response) Unset ¶
func (v *NullableComputeGlycemicLoad200Response) Unset()
type NullableComputeGlycemicLoad200ResponseIngredientsInner ¶
type NullableComputeGlycemicLoad200ResponseIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableComputeGlycemicLoad200ResponseIngredientsInner ¶
func NewNullableComputeGlycemicLoad200ResponseIngredientsInner(val *ComputeGlycemicLoad200ResponseIngredientsInner) *NullableComputeGlycemicLoad200ResponseIngredientsInner
func (NullableComputeGlycemicLoad200ResponseIngredientsInner) IsSet ¶
func (v NullableComputeGlycemicLoad200ResponseIngredientsInner) IsSet() bool
func (NullableComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON ¶
func (v NullableComputeGlycemicLoad200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON ¶
func (v *NullableComputeGlycemicLoad200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableComputeGlycemicLoad200ResponseIngredientsInner) Unset ¶
func (v *NullableComputeGlycemicLoad200ResponseIngredientsInner) Unset()
type NullableComputeGlycemicLoadRequest ¶
type NullableComputeGlycemicLoadRequest struct {
// contains filtered or unexported fields
}
func NewNullableComputeGlycemicLoadRequest ¶
func NewNullableComputeGlycemicLoadRequest(val *ComputeGlycemicLoadRequest) *NullableComputeGlycemicLoadRequest
func (NullableComputeGlycemicLoadRequest) Get ¶
func (v NullableComputeGlycemicLoadRequest) Get() *ComputeGlycemicLoadRequest
func (NullableComputeGlycemicLoadRequest) IsSet ¶
func (v NullableComputeGlycemicLoadRequest) IsSet() bool
func (NullableComputeGlycemicLoadRequest) MarshalJSON ¶
func (v NullableComputeGlycemicLoadRequest) MarshalJSON() ([]byte, error)
func (*NullableComputeGlycemicLoadRequest) Set ¶
func (v *NullableComputeGlycemicLoadRequest) Set(val *ComputeGlycemicLoadRequest)
func (*NullableComputeGlycemicLoadRequest) UnmarshalJSON ¶
func (v *NullableComputeGlycemicLoadRequest) UnmarshalJSON(src []byte) error
func (*NullableComputeGlycemicLoadRequest) Unset ¶
func (v *NullableComputeGlycemicLoadRequest) Unset()
type NullableComputeIngredientAmount200Response ¶
type NullableComputeIngredientAmount200Response struct {
// contains filtered or unexported fields
}
func NewNullableComputeIngredientAmount200Response ¶
func NewNullableComputeIngredientAmount200Response(val *ComputeIngredientAmount200Response) *NullableComputeIngredientAmount200Response
func (NullableComputeIngredientAmount200Response) IsSet ¶
func (v NullableComputeIngredientAmount200Response) IsSet() bool
func (NullableComputeIngredientAmount200Response) MarshalJSON ¶
func (v NullableComputeIngredientAmount200Response) MarshalJSON() ([]byte, error)
func (*NullableComputeIngredientAmount200Response) Set ¶
func (v *NullableComputeIngredientAmount200Response) Set(val *ComputeIngredientAmount200Response)
func (*NullableComputeIngredientAmount200Response) UnmarshalJSON ¶
func (v *NullableComputeIngredientAmount200Response) UnmarshalJSON(src []byte) error
func (*NullableComputeIngredientAmount200Response) Unset ¶
func (v *NullableComputeIngredientAmount200Response) Unset()
type NullableConnectUser200Response ¶
type NullableConnectUser200Response struct {
// contains filtered or unexported fields
}
func NewNullableConnectUser200Response ¶
func NewNullableConnectUser200Response(val *ConnectUser200Response) *NullableConnectUser200Response
func (NullableConnectUser200Response) Get ¶
func (v NullableConnectUser200Response) Get() *ConnectUser200Response
func (NullableConnectUser200Response) IsSet ¶
func (v NullableConnectUser200Response) IsSet() bool
func (NullableConnectUser200Response) MarshalJSON ¶
func (v NullableConnectUser200Response) MarshalJSON() ([]byte, error)
func (*NullableConnectUser200Response) Set ¶
func (v *NullableConnectUser200Response) Set(val *ConnectUser200Response)
func (*NullableConnectUser200Response) UnmarshalJSON ¶
func (v *NullableConnectUser200Response) UnmarshalJSON(src []byte) error
func (*NullableConnectUser200Response) Unset ¶
func (v *NullableConnectUser200Response) Unset()
type NullableConnectUserRequest ¶
type NullableConnectUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectUserRequest ¶
func NewNullableConnectUserRequest(val *ConnectUserRequest) *NullableConnectUserRequest
func (NullableConnectUserRequest) Get ¶
func (v NullableConnectUserRequest) Get() *ConnectUserRequest
func (NullableConnectUserRequest) IsSet ¶
func (v NullableConnectUserRequest) IsSet() bool
func (NullableConnectUserRequest) MarshalJSON ¶
func (v NullableConnectUserRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectUserRequest) Set ¶
func (v *NullableConnectUserRequest) Set(val *ConnectUserRequest)
func (*NullableConnectUserRequest) UnmarshalJSON ¶
func (v *NullableConnectUserRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectUserRequest) Unset ¶
func (v *NullableConnectUserRequest) Unset()
type NullableConvertAmounts200Response ¶
type NullableConvertAmounts200Response struct {
// contains filtered or unexported fields
}
func NewNullableConvertAmounts200Response ¶
func NewNullableConvertAmounts200Response(val *ConvertAmounts200Response) *NullableConvertAmounts200Response
func (NullableConvertAmounts200Response) Get ¶
func (v NullableConvertAmounts200Response) Get() *ConvertAmounts200Response
func (NullableConvertAmounts200Response) IsSet ¶
func (v NullableConvertAmounts200Response) IsSet() bool
func (NullableConvertAmounts200Response) MarshalJSON ¶
func (v NullableConvertAmounts200Response) MarshalJSON() ([]byte, error)
func (*NullableConvertAmounts200Response) Set ¶
func (v *NullableConvertAmounts200Response) Set(val *ConvertAmounts200Response)
func (*NullableConvertAmounts200Response) UnmarshalJSON ¶
func (v *NullableConvertAmounts200Response) UnmarshalJSON(src []byte) error
func (*NullableConvertAmounts200Response) Unset ¶
func (v *NullableConvertAmounts200Response) Unset()
type NullableCreateRecipeCard200Response ¶
type NullableCreateRecipeCard200Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateRecipeCard200Response ¶
func NewNullableCreateRecipeCard200Response(val *CreateRecipeCard200Response) *NullableCreateRecipeCard200Response
func (NullableCreateRecipeCard200Response) Get ¶
func (v NullableCreateRecipeCard200Response) Get() *CreateRecipeCard200Response
func (NullableCreateRecipeCard200Response) IsSet ¶
func (v NullableCreateRecipeCard200Response) IsSet() bool
func (NullableCreateRecipeCard200Response) MarshalJSON ¶
func (v NullableCreateRecipeCard200Response) MarshalJSON() ([]byte, error)
func (*NullableCreateRecipeCard200Response) Set ¶
func (v *NullableCreateRecipeCard200Response) Set(val *CreateRecipeCard200Response)
func (*NullableCreateRecipeCard200Response) UnmarshalJSON ¶
func (v *NullableCreateRecipeCard200Response) UnmarshalJSON(src []byte) error
func (*NullableCreateRecipeCard200Response) Unset ¶
func (v *NullableCreateRecipeCard200Response) Unset()
type NullableDetectFoodInText200Response ¶
type NullableDetectFoodInText200Response struct {
// contains filtered or unexported fields
}
func NewNullableDetectFoodInText200Response ¶
func NewNullableDetectFoodInText200Response(val *DetectFoodInText200Response) *NullableDetectFoodInText200Response
func (NullableDetectFoodInText200Response) Get ¶
func (v NullableDetectFoodInText200Response) Get() *DetectFoodInText200Response
func (NullableDetectFoodInText200Response) IsSet ¶
func (v NullableDetectFoodInText200Response) IsSet() bool
func (NullableDetectFoodInText200Response) MarshalJSON ¶
func (v NullableDetectFoodInText200Response) MarshalJSON() ([]byte, error)
func (*NullableDetectFoodInText200Response) Set ¶
func (v *NullableDetectFoodInText200Response) Set(val *DetectFoodInText200Response)
func (*NullableDetectFoodInText200Response) UnmarshalJSON ¶
func (v *NullableDetectFoodInText200Response) UnmarshalJSON(src []byte) error
func (*NullableDetectFoodInText200Response) Unset ¶
func (v *NullableDetectFoodInText200Response) Unset()
type NullableDetectFoodInText200ResponseAnnotationsInner ¶
type NullableDetectFoodInText200ResponseAnnotationsInner struct {
// contains filtered or unexported fields
}
func NewNullableDetectFoodInText200ResponseAnnotationsInner ¶
func NewNullableDetectFoodInText200ResponseAnnotationsInner(val *DetectFoodInText200ResponseAnnotationsInner) *NullableDetectFoodInText200ResponseAnnotationsInner
func (NullableDetectFoodInText200ResponseAnnotationsInner) IsSet ¶
func (v NullableDetectFoodInText200ResponseAnnotationsInner) IsSet() bool
func (NullableDetectFoodInText200ResponseAnnotationsInner) MarshalJSON ¶
func (v NullableDetectFoodInText200ResponseAnnotationsInner) MarshalJSON() ([]byte, error)
func (*NullableDetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON ¶
func (v *NullableDetectFoodInText200ResponseAnnotationsInner) UnmarshalJSON(src []byte) error
func (*NullableDetectFoodInText200ResponseAnnotationsInner) Unset ¶
func (v *NullableDetectFoodInText200ResponseAnnotationsInner) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGenerateMealPlan200Response ¶
type NullableGenerateMealPlan200Response struct {
// contains filtered or unexported fields
}
func NewNullableGenerateMealPlan200Response ¶
func NewNullableGenerateMealPlan200Response(val *GenerateMealPlan200Response) *NullableGenerateMealPlan200Response
func (NullableGenerateMealPlan200Response) Get ¶
func (v NullableGenerateMealPlan200Response) Get() *GenerateMealPlan200Response
func (NullableGenerateMealPlan200Response) IsSet ¶
func (v NullableGenerateMealPlan200Response) IsSet() bool
func (NullableGenerateMealPlan200Response) MarshalJSON ¶
func (v NullableGenerateMealPlan200Response) MarshalJSON() ([]byte, error)
func (*NullableGenerateMealPlan200Response) Set ¶
func (v *NullableGenerateMealPlan200Response) Set(val *GenerateMealPlan200Response)
func (*NullableGenerateMealPlan200Response) UnmarshalJSON ¶
func (v *NullableGenerateMealPlan200Response) UnmarshalJSON(src []byte) error
func (*NullableGenerateMealPlan200Response) Unset ¶
func (v *NullableGenerateMealPlan200Response) Unset()
type NullableGenerateMealPlan200ResponseNutrients ¶
type NullableGenerateMealPlan200ResponseNutrients struct {
// contains filtered or unexported fields
}
func NewNullableGenerateMealPlan200ResponseNutrients ¶
func NewNullableGenerateMealPlan200ResponseNutrients(val *GenerateMealPlan200ResponseNutrients) *NullableGenerateMealPlan200ResponseNutrients
func (NullableGenerateMealPlan200ResponseNutrients) IsSet ¶
func (v NullableGenerateMealPlan200ResponseNutrients) IsSet() bool
func (NullableGenerateMealPlan200ResponseNutrients) MarshalJSON ¶
func (v NullableGenerateMealPlan200ResponseNutrients) MarshalJSON() ([]byte, error)
func (*NullableGenerateMealPlan200ResponseNutrients) Set ¶
func (v *NullableGenerateMealPlan200ResponseNutrients) Set(val *GenerateMealPlan200ResponseNutrients)
func (*NullableGenerateMealPlan200ResponseNutrients) UnmarshalJSON ¶
func (v *NullableGenerateMealPlan200ResponseNutrients) UnmarshalJSON(src []byte) error
func (*NullableGenerateMealPlan200ResponseNutrients) Unset ¶
func (v *NullableGenerateMealPlan200ResponseNutrients) Unset()
type NullableGetARandomFoodJoke200Response ¶
type NullableGetARandomFoodJoke200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetARandomFoodJoke200Response ¶
func NewNullableGetARandomFoodJoke200Response(val *GetARandomFoodJoke200Response) *NullableGetARandomFoodJoke200Response
func (NullableGetARandomFoodJoke200Response) Get ¶
func (v NullableGetARandomFoodJoke200Response) Get() *GetARandomFoodJoke200Response
func (NullableGetARandomFoodJoke200Response) IsSet ¶
func (v NullableGetARandomFoodJoke200Response) IsSet() bool
func (NullableGetARandomFoodJoke200Response) MarshalJSON ¶
func (v NullableGetARandomFoodJoke200Response) MarshalJSON() ([]byte, error)
func (*NullableGetARandomFoodJoke200Response) Set ¶
func (v *NullableGetARandomFoodJoke200Response) Set(val *GetARandomFoodJoke200Response)
func (*NullableGetARandomFoodJoke200Response) UnmarshalJSON ¶
func (v *NullableGetARandomFoodJoke200Response) UnmarshalJSON(src []byte) error
func (*NullableGetARandomFoodJoke200Response) Unset ¶
func (v *NullableGetARandomFoodJoke200Response) Unset()
type NullableGetAnalyzedRecipeInstructions200ResponseInner ¶
type NullableGetAnalyzedRecipeInstructions200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableGetAnalyzedRecipeInstructions200ResponseInner ¶
func NewNullableGetAnalyzedRecipeInstructions200ResponseInner(val *GetAnalyzedRecipeInstructions200ResponseInner) *NullableGetAnalyzedRecipeInstructions200ResponseInner
func (NullableGetAnalyzedRecipeInstructions200ResponseInner) IsSet ¶
func (v NullableGetAnalyzedRecipeInstructions200ResponseInner) IsSet() bool
func (NullableGetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON ¶
func (v NullableGetAnalyzedRecipeInstructions200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableGetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON ¶
func (v *NullableGetAnalyzedRecipeInstructions200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableGetAnalyzedRecipeInstructions200ResponseInner) Unset ¶
func (v *NullableGetAnalyzedRecipeInstructions200ResponseInner) Unset()
type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner ¶
type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner ¶
func NewNullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner(val *GetAnalyzedRecipeInstructions200ResponseInnerStepsInner) *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner
func (NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) IsSet ¶
func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) IsSet() bool
func (NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON ¶
func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) MarshalJSON() ([]byte, error)
func (*NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON ¶
func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) UnmarshalJSON(src []byte) error
func (*NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) Unset ¶
func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInner) Unset()
type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner ¶
type NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner ¶
func NewNullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner(val *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner
func (NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON ¶
func (v NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON ¶
func (v *NullableGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) UnmarshalJSON(src []byte) error
type NullableGetComparableProducts200Response ¶
type NullableGetComparableProducts200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetComparableProducts200Response ¶
func NewNullableGetComparableProducts200Response(val *GetComparableProducts200Response) *NullableGetComparableProducts200Response
func (NullableGetComparableProducts200Response) IsSet ¶
func (v NullableGetComparableProducts200Response) IsSet() bool
func (NullableGetComparableProducts200Response) MarshalJSON ¶
func (v NullableGetComparableProducts200Response) MarshalJSON() ([]byte, error)
func (*NullableGetComparableProducts200Response) Set ¶
func (v *NullableGetComparableProducts200Response) Set(val *GetComparableProducts200Response)
func (*NullableGetComparableProducts200Response) UnmarshalJSON ¶
func (v *NullableGetComparableProducts200Response) UnmarshalJSON(src []byte) error
func (*NullableGetComparableProducts200Response) Unset ¶
func (v *NullableGetComparableProducts200Response) Unset()
type NullableGetComparableProducts200ResponseComparableProducts ¶
type NullableGetComparableProducts200ResponseComparableProducts struct {
// contains filtered or unexported fields
}
func NewNullableGetComparableProducts200ResponseComparableProducts ¶
func NewNullableGetComparableProducts200ResponseComparableProducts(val *GetComparableProducts200ResponseComparableProducts) *NullableGetComparableProducts200ResponseComparableProducts
func (NullableGetComparableProducts200ResponseComparableProducts) IsSet ¶
func (v NullableGetComparableProducts200ResponseComparableProducts) IsSet() bool
func (NullableGetComparableProducts200ResponseComparableProducts) MarshalJSON ¶
func (v NullableGetComparableProducts200ResponseComparableProducts) MarshalJSON() ([]byte, error)
func (*NullableGetComparableProducts200ResponseComparableProducts) UnmarshalJSON ¶
func (v *NullableGetComparableProducts200ResponseComparableProducts) UnmarshalJSON(src []byte) error
func (*NullableGetComparableProducts200ResponseComparableProducts) Unset ¶
func (v *NullableGetComparableProducts200ResponseComparableProducts) Unset()
type NullableGetConversationSuggests200Response ¶
type NullableGetConversationSuggests200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetConversationSuggests200Response ¶
func NewNullableGetConversationSuggests200Response(val *GetConversationSuggests200Response) *NullableGetConversationSuggests200Response
func (NullableGetConversationSuggests200Response) IsSet ¶
func (v NullableGetConversationSuggests200Response) IsSet() bool
func (NullableGetConversationSuggests200Response) MarshalJSON ¶
func (v NullableGetConversationSuggests200Response) MarshalJSON() ([]byte, error)
func (*NullableGetConversationSuggests200Response) Set ¶
func (v *NullableGetConversationSuggests200Response) Set(val *GetConversationSuggests200Response)
func (*NullableGetConversationSuggests200Response) UnmarshalJSON ¶
func (v *NullableGetConversationSuggests200Response) UnmarshalJSON(src []byte) error
func (*NullableGetConversationSuggests200Response) Unset ¶
func (v *NullableGetConversationSuggests200Response) Unset()
type NullableGetConversationSuggests200ResponseSuggests ¶
type NullableGetConversationSuggests200ResponseSuggests struct {
// contains filtered or unexported fields
}
func NewNullableGetConversationSuggests200ResponseSuggests ¶
func NewNullableGetConversationSuggests200ResponseSuggests(val *GetConversationSuggests200ResponseSuggests) *NullableGetConversationSuggests200ResponseSuggests
func (NullableGetConversationSuggests200ResponseSuggests) IsSet ¶
func (v NullableGetConversationSuggests200ResponseSuggests) IsSet() bool
func (NullableGetConversationSuggests200ResponseSuggests) MarshalJSON ¶
func (v NullableGetConversationSuggests200ResponseSuggests) MarshalJSON() ([]byte, error)
func (*NullableGetConversationSuggests200ResponseSuggests) UnmarshalJSON ¶
func (v *NullableGetConversationSuggests200ResponseSuggests) UnmarshalJSON(src []byte) error
func (*NullableGetConversationSuggests200ResponseSuggests) Unset ¶
func (v *NullableGetConversationSuggests200ResponseSuggests) Unset()
type NullableGetConversationSuggests200ResponseSuggestsInner ¶
type NullableGetConversationSuggests200ResponseSuggestsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetConversationSuggests200ResponseSuggestsInner ¶
func NewNullableGetConversationSuggests200ResponseSuggestsInner(val *GetConversationSuggests200ResponseSuggestsInner) *NullableGetConversationSuggests200ResponseSuggestsInner
func (NullableGetConversationSuggests200ResponseSuggestsInner) IsSet ¶
func (v NullableGetConversationSuggests200ResponseSuggestsInner) IsSet() bool
func (NullableGetConversationSuggests200ResponseSuggestsInner) MarshalJSON ¶
func (v NullableGetConversationSuggests200ResponseSuggestsInner) MarshalJSON() ([]byte, error)
func (*NullableGetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON ¶
func (v *NullableGetConversationSuggests200ResponseSuggestsInner) UnmarshalJSON(src []byte) error
func (*NullableGetConversationSuggests200ResponseSuggestsInner) Unset ¶
func (v *NullableGetConversationSuggests200ResponseSuggestsInner) Unset()
type NullableGetDishPairingForWine200Response ¶
type NullableGetDishPairingForWine200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetDishPairingForWine200Response ¶
func NewNullableGetDishPairingForWine200Response(val *GetDishPairingForWine200Response) *NullableGetDishPairingForWine200Response
func (NullableGetDishPairingForWine200Response) IsSet ¶
func (v NullableGetDishPairingForWine200Response) IsSet() bool
func (NullableGetDishPairingForWine200Response) MarshalJSON ¶
func (v NullableGetDishPairingForWine200Response) MarshalJSON() ([]byte, error)
func (*NullableGetDishPairingForWine200Response) Set ¶
func (v *NullableGetDishPairingForWine200Response) Set(val *GetDishPairingForWine200Response)
func (*NullableGetDishPairingForWine200Response) UnmarshalJSON ¶
func (v *NullableGetDishPairingForWine200Response) UnmarshalJSON(src []byte) error
func (*NullableGetDishPairingForWine200Response) Unset ¶
func (v *NullableGetDishPairingForWine200Response) Unset()
type NullableGetIngredientSubstitutes200Response ¶
type NullableGetIngredientSubstitutes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetIngredientSubstitutes200Response ¶
func NewNullableGetIngredientSubstitutes200Response(val *GetIngredientSubstitutes200Response) *NullableGetIngredientSubstitutes200Response
func (NullableGetIngredientSubstitutes200Response) IsSet ¶
func (v NullableGetIngredientSubstitutes200Response) IsSet() bool
func (NullableGetIngredientSubstitutes200Response) MarshalJSON ¶
func (v NullableGetIngredientSubstitutes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIngredientSubstitutes200Response) Set ¶
func (v *NullableGetIngredientSubstitutes200Response) Set(val *GetIngredientSubstitutes200Response)
func (*NullableGetIngredientSubstitutes200Response) UnmarshalJSON ¶
func (v *NullableGetIngredientSubstitutes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetIngredientSubstitutes200Response) Unset ¶
func (v *NullableGetIngredientSubstitutes200Response) Unset()
type NullableGetMealPlanTemplate200Response ¶
type NullableGetMealPlanTemplate200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplate200Response ¶
func NewNullableGetMealPlanTemplate200Response(val *GetMealPlanTemplate200Response) *NullableGetMealPlanTemplate200Response
func (NullableGetMealPlanTemplate200Response) Get ¶
func (v NullableGetMealPlanTemplate200Response) Get() *GetMealPlanTemplate200Response
func (NullableGetMealPlanTemplate200Response) IsSet ¶
func (v NullableGetMealPlanTemplate200Response) IsSet() bool
func (NullableGetMealPlanTemplate200Response) MarshalJSON ¶
func (v NullableGetMealPlanTemplate200Response) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplate200Response) Set ¶
func (v *NullableGetMealPlanTemplate200Response) Set(val *GetMealPlanTemplate200Response)
func (*NullableGetMealPlanTemplate200Response) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplate200Response) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplate200Response) Unset ¶
func (v *NullableGetMealPlanTemplate200Response) Unset()
type NullableGetMealPlanTemplate200ResponseDaysInner ¶
type NullableGetMealPlanTemplate200ResponseDaysInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplate200ResponseDaysInner ¶
func NewNullableGetMealPlanTemplate200ResponseDaysInner(val *GetMealPlanTemplate200ResponseDaysInner) *NullableGetMealPlanTemplate200ResponseDaysInner
func (NullableGetMealPlanTemplate200ResponseDaysInner) IsSet ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInner) IsSet() bool
func (NullableGetMealPlanTemplate200ResponseDaysInner) MarshalJSON ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInner) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplate200ResponseDaysInner) Unset ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInner) Unset()
type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner ¶
type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplate200ResponseDaysInnerItemsInner ¶
func NewNullableGetMealPlanTemplate200ResponseDaysInnerItemsInner(val *GetMealPlanTemplate200ResponseDaysInnerItemsInner) *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner
func (NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) IsSet ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) IsSet() bool
func (NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) Unset ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInner) Unset()
type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue ¶
type NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue ¶
func NewNullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue(val *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
func (NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) IsSet ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) IsSet() bool
func (NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON ¶
func (v NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) Unset ¶
func (v *NullableGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) Unset()
type NullableGetMealPlanTemplates200Response ¶
type NullableGetMealPlanTemplates200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplates200Response ¶
func NewNullableGetMealPlanTemplates200Response(val *GetMealPlanTemplates200Response) *NullableGetMealPlanTemplates200Response
func (NullableGetMealPlanTemplates200Response) IsSet ¶
func (v NullableGetMealPlanTemplates200Response) IsSet() bool
func (NullableGetMealPlanTemplates200Response) MarshalJSON ¶
func (v NullableGetMealPlanTemplates200Response) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplates200Response) Set ¶
func (v *NullableGetMealPlanTemplates200Response) Set(val *GetMealPlanTemplates200Response)
func (*NullableGetMealPlanTemplates200Response) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplates200Response) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplates200Response) Unset ¶
func (v *NullableGetMealPlanTemplates200Response) Unset()
type NullableGetMealPlanTemplates200ResponseTemplatesInner ¶
type NullableGetMealPlanTemplates200ResponseTemplatesInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanTemplates200ResponseTemplatesInner ¶
func NewNullableGetMealPlanTemplates200ResponseTemplatesInner(val *GetMealPlanTemplates200ResponseTemplatesInner) *NullableGetMealPlanTemplates200ResponseTemplatesInner
func (NullableGetMealPlanTemplates200ResponseTemplatesInner) IsSet ¶
func (v NullableGetMealPlanTemplates200ResponseTemplatesInner) IsSet() bool
func (NullableGetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON ¶
func (v NullableGetMealPlanTemplates200ResponseTemplatesInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanTemplates200ResponseTemplatesInner) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanTemplates200ResponseTemplatesInner) Unset ¶
func (v *NullableGetMealPlanTemplates200ResponseTemplatesInner) Unset()
type NullableGetMealPlanWeek200Response ¶
type NullableGetMealPlanWeek200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200Response ¶
func NewNullableGetMealPlanWeek200Response(val *GetMealPlanWeek200Response) *NullableGetMealPlanWeek200Response
func (NullableGetMealPlanWeek200Response) Get ¶
func (v NullableGetMealPlanWeek200Response) Get() *GetMealPlanWeek200Response
func (NullableGetMealPlanWeek200Response) IsSet ¶
func (v NullableGetMealPlanWeek200Response) IsSet() bool
func (NullableGetMealPlanWeek200Response) MarshalJSON ¶
func (v NullableGetMealPlanWeek200Response) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200Response) Set ¶
func (v *NullableGetMealPlanWeek200Response) Set(val *GetMealPlanWeek200Response)
func (*NullableGetMealPlanWeek200Response) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200Response) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanWeek200Response) Unset ¶
func (v *NullableGetMealPlanWeek200Response) Unset()
type NullableGetMealPlanWeek200ResponseDaysInner ¶
type NullableGetMealPlanWeek200ResponseDaysInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200ResponseDaysInner ¶
func NewNullableGetMealPlanWeek200ResponseDaysInner(val *GetMealPlanWeek200ResponseDaysInner) *NullableGetMealPlanWeek200ResponseDaysInner
func (NullableGetMealPlanWeek200ResponseDaysInner) IsSet ¶
func (v NullableGetMealPlanWeek200ResponseDaysInner) IsSet() bool
func (NullableGetMealPlanWeek200ResponseDaysInner) MarshalJSON ¶
func (v NullableGetMealPlanWeek200ResponseDaysInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200ResponseDaysInner) Set ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInner) Set(val *GetMealPlanWeek200ResponseDaysInner)
func (*NullableGetMealPlanWeek200ResponseDaysInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInner) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanWeek200ResponseDaysInner) Unset ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInner) Unset()
type NullableGetMealPlanWeek200ResponseDaysInnerItemsInner ¶
type NullableGetMealPlanWeek200ResponseDaysInnerItemsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200ResponseDaysInnerItemsInner ¶
func NewNullableGetMealPlanWeek200ResponseDaysInnerItemsInner(val *GetMealPlanWeek200ResponseDaysInnerItemsInner) *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner
func (NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) IsSet ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) IsSet() bool
func (NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) Unset ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInner) Unset()
type NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue ¶
type NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue ¶
func NewNullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue(val *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue
func (NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) IsSet ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) IsSet() bool
func (NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) Unset ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerItemsInnerValue) Unset()
type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary ¶
type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary ¶
func NewNullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary(val *GetMealPlanWeek200ResponseDaysInnerNutritionSummary) *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary
func (NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) IsSet ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) IsSet() bool
func (NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) UnmarshalJSON(src []byte) error
func (*NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) Unset ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummary) Unset()
type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner ¶
type NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner ¶
func NewNullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner(val *GetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner
func (NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON ¶
func (v NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) MarshalJSON() ([]byte, error)
func (*NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON ¶
func (v *NullableGetMealPlanWeek200ResponseDaysInnerNutritionSummaryNutrientsInner) UnmarshalJSON(src []byte) error
type NullableGetRandomRecipes200Response ¶
type NullableGetRandomRecipes200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRandomRecipes200Response ¶
func NewNullableGetRandomRecipes200Response(val *GetRandomRecipes200Response) *NullableGetRandomRecipes200Response
func (NullableGetRandomRecipes200Response) Get ¶
func (v NullableGetRandomRecipes200Response) Get() *GetRandomRecipes200Response
func (NullableGetRandomRecipes200Response) IsSet ¶
func (v NullableGetRandomRecipes200Response) IsSet() bool
func (NullableGetRandomRecipes200Response) MarshalJSON ¶
func (v NullableGetRandomRecipes200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRandomRecipes200Response) Set ¶
func (v *NullableGetRandomRecipes200Response) Set(val *GetRandomRecipes200Response)
func (*NullableGetRandomRecipes200Response) UnmarshalJSON ¶
func (v *NullableGetRandomRecipes200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRandomRecipes200Response) Unset ¶
func (v *NullableGetRandomRecipes200Response) Unset()
type NullableGetRecipeEquipmentByID200Response ¶
type NullableGetRecipeEquipmentByID200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeEquipmentByID200Response ¶
func NewNullableGetRecipeEquipmentByID200Response(val *GetRecipeEquipmentByID200Response) *NullableGetRecipeEquipmentByID200Response
func (NullableGetRecipeEquipmentByID200Response) IsSet ¶
func (v NullableGetRecipeEquipmentByID200Response) IsSet() bool
func (NullableGetRecipeEquipmentByID200Response) MarshalJSON ¶
func (v NullableGetRecipeEquipmentByID200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeEquipmentByID200Response) Set ¶
func (v *NullableGetRecipeEquipmentByID200Response) Set(val *GetRecipeEquipmentByID200Response)
func (*NullableGetRecipeEquipmentByID200Response) UnmarshalJSON ¶
func (v *NullableGetRecipeEquipmentByID200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeEquipmentByID200Response) Unset ¶
func (v *NullableGetRecipeEquipmentByID200Response) Unset()
type NullableGetRecipeEquipmentByID200ResponseEquipmentInner ¶
type NullableGetRecipeEquipmentByID200ResponseEquipmentInner struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeEquipmentByID200ResponseEquipmentInner ¶
func NewNullableGetRecipeEquipmentByID200ResponseEquipmentInner(val *GetRecipeEquipmentByID200ResponseEquipmentInner) *NullableGetRecipeEquipmentByID200ResponseEquipmentInner
func (NullableGetRecipeEquipmentByID200ResponseEquipmentInner) IsSet ¶
func (v NullableGetRecipeEquipmentByID200ResponseEquipmentInner) IsSet() bool
func (NullableGetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON ¶
func (v NullableGetRecipeEquipmentByID200ResponseEquipmentInner) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON ¶
func (v *NullableGetRecipeEquipmentByID200ResponseEquipmentInner) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeEquipmentByID200ResponseEquipmentInner) Unset ¶
func (v *NullableGetRecipeEquipmentByID200ResponseEquipmentInner) Unset()
type NullableGetRecipeIngredientsByID200Response ¶
type NullableGetRecipeIngredientsByID200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeIngredientsByID200Response ¶
func NewNullableGetRecipeIngredientsByID200Response(val *GetRecipeIngredientsByID200Response) *NullableGetRecipeIngredientsByID200Response
func (NullableGetRecipeIngredientsByID200Response) IsSet ¶
func (v NullableGetRecipeIngredientsByID200Response) IsSet() bool
func (NullableGetRecipeIngredientsByID200Response) MarshalJSON ¶
func (v NullableGetRecipeIngredientsByID200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeIngredientsByID200Response) Set ¶
func (v *NullableGetRecipeIngredientsByID200Response) Set(val *GetRecipeIngredientsByID200Response)
func (*NullableGetRecipeIngredientsByID200Response) UnmarshalJSON ¶
func (v *NullableGetRecipeIngredientsByID200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeIngredientsByID200Response) Unset ¶
func (v *NullableGetRecipeIngredientsByID200Response) Unset()
type NullableGetRecipeIngredientsByID200ResponseIngredientsInner ¶
type NullableGetRecipeIngredientsByID200ResponseIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeIngredientsByID200ResponseIngredientsInner ¶
func NewNullableGetRecipeIngredientsByID200ResponseIngredientsInner(val *GetRecipeIngredientsByID200ResponseIngredientsInner) *NullableGetRecipeIngredientsByID200ResponseIngredientsInner
func (NullableGetRecipeIngredientsByID200ResponseIngredientsInner) IsSet ¶
func (v NullableGetRecipeIngredientsByID200ResponseIngredientsInner) IsSet() bool
func (NullableGetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON ¶
func (v NullableGetRecipeIngredientsByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON ¶
func (v *NullableGetRecipeIngredientsByID200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeIngredientsByID200ResponseIngredientsInner) Unset ¶
func (v *NullableGetRecipeIngredientsByID200ResponseIngredientsInner) Unset()
type NullableGetRecipeNutritionWidgetByID200Response ¶
type NullableGetRecipeNutritionWidgetByID200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeNutritionWidgetByID200Response ¶
func NewNullableGetRecipeNutritionWidgetByID200Response(val *GetRecipeNutritionWidgetByID200Response) *NullableGetRecipeNutritionWidgetByID200Response
func (NullableGetRecipeNutritionWidgetByID200Response) IsSet ¶
func (v NullableGetRecipeNutritionWidgetByID200Response) IsSet() bool
func (NullableGetRecipeNutritionWidgetByID200Response) MarshalJSON ¶
func (v NullableGetRecipeNutritionWidgetByID200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeNutritionWidgetByID200Response) UnmarshalJSON ¶
func (v *NullableGetRecipeNutritionWidgetByID200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeNutritionWidgetByID200Response) Unset ¶
func (v *NullableGetRecipeNutritionWidgetByID200Response) Unset()
type NullableGetRecipeNutritionWidgetByID200ResponseBadInner ¶
type NullableGetRecipeNutritionWidgetByID200ResponseBadInner struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeNutritionWidgetByID200ResponseBadInner ¶
func NewNullableGetRecipeNutritionWidgetByID200ResponseBadInner(val *GetRecipeNutritionWidgetByID200ResponseBadInner) *NullableGetRecipeNutritionWidgetByID200ResponseBadInner
func (NullableGetRecipeNutritionWidgetByID200ResponseBadInner) IsSet ¶
func (v NullableGetRecipeNutritionWidgetByID200ResponseBadInner) IsSet() bool
func (NullableGetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON ¶
func (v NullableGetRecipeNutritionWidgetByID200ResponseBadInner) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON ¶
func (v *NullableGetRecipeNutritionWidgetByID200ResponseBadInner) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeNutritionWidgetByID200ResponseBadInner) Unset ¶
func (v *NullableGetRecipeNutritionWidgetByID200ResponseBadInner) Unset()
type NullableGetRecipeNutritionWidgetByID200ResponseGoodInner ¶
type NullableGetRecipeNutritionWidgetByID200ResponseGoodInner struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipeNutritionWidgetByID200ResponseGoodInner ¶
func NewNullableGetRecipeNutritionWidgetByID200ResponseGoodInner(val *GetRecipeNutritionWidgetByID200ResponseGoodInner) *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner
func (NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) IsSet ¶
func (v NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) IsSet() bool
func (NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON ¶
func (v NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) MarshalJSON() ([]byte, error)
func (*NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON ¶
func (v *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) UnmarshalJSON(src []byte) error
func (*NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) Unset ¶
func (v *NullableGetRecipeNutritionWidgetByID200ResponseGoodInner) Unset()
type NullableGetRecipePriceBreakdownByID200Response ¶
type NullableGetRecipePriceBreakdownByID200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipePriceBreakdownByID200Response ¶
func NewNullableGetRecipePriceBreakdownByID200Response(val *GetRecipePriceBreakdownByID200Response) *NullableGetRecipePriceBreakdownByID200Response
func (NullableGetRecipePriceBreakdownByID200Response) IsSet ¶
func (v NullableGetRecipePriceBreakdownByID200Response) IsSet() bool
func (NullableGetRecipePriceBreakdownByID200Response) MarshalJSON ¶
func (v NullableGetRecipePriceBreakdownByID200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRecipePriceBreakdownByID200Response) Set ¶
func (v *NullableGetRecipePriceBreakdownByID200Response) Set(val *GetRecipePriceBreakdownByID200Response)
func (*NullableGetRecipePriceBreakdownByID200Response) UnmarshalJSON ¶
func (v *NullableGetRecipePriceBreakdownByID200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRecipePriceBreakdownByID200Response) Unset ¶
func (v *NullableGetRecipePriceBreakdownByID200Response) Unset()
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner ¶
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInner ¶
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInner(val *GetRecipePriceBreakdownByID200ResponseIngredientsInner) *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner
func (NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) IsSet ¶
func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) IsSet() bool
func (NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON ¶
func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON ¶
func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) Unset ¶
func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInner) Unset()
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount ¶
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount ¶
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount(val *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
func (NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) IsSet ¶
func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) IsSet() bool
func (NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON ¶
func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) MarshalJSON() ([]byte, error)
func (*NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON ¶
func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) UnmarshalJSON(src []byte) error
func (*NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) Unset ¶
func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount) Unset()
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric ¶
type NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric struct {
// contains filtered or unexported fields
}
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric ¶
func NewNullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric(val *GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric
func (NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON ¶
func (v NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) MarshalJSON() ([]byte, error)
func (*NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON ¶
func (v *NullableGetRecipePriceBreakdownByID200ResponseIngredientsInnerAmountMetric) UnmarshalJSON(src []byte) error
type NullableGetShoppingList200Response ¶
type NullableGetShoppingList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetShoppingList200Response ¶
func NewNullableGetShoppingList200Response(val *GetShoppingList200Response) *NullableGetShoppingList200Response
func (NullableGetShoppingList200Response) Get ¶
func (v NullableGetShoppingList200Response) Get() *GetShoppingList200Response
func (NullableGetShoppingList200Response) IsSet ¶
func (v NullableGetShoppingList200Response) IsSet() bool
func (NullableGetShoppingList200Response) MarshalJSON ¶
func (v NullableGetShoppingList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetShoppingList200Response) Set ¶
func (v *NullableGetShoppingList200Response) Set(val *GetShoppingList200Response)
func (*NullableGetShoppingList200Response) UnmarshalJSON ¶
func (v *NullableGetShoppingList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetShoppingList200Response) Unset ¶
func (v *NullableGetShoppingList200Response) Unset()
type NullableGetShoppingList200ResponseAislesInner ¶
type NullableGetShoppingList200ResponseAislesInner struct {
// contains filtered or unexported fields
}
func NewNullableGetShoppingList200ResponseAislesInner ¶
func NewNullableGetShoppingList200ResponseAislesInner(val *GetShoppingList200ResponseAislesInner) *NullableGetShoppingList200ResponseAislesInner
func (NullableGetShoppingList200ResponseAislesInner) IsSet ¶
func (v NullableGetShoppingList200ResponseAislesInner) IsSet() bool
func (NullableGetShoppingList200ResponseAislesInner) MarshalJSON ¶
func (v NullableGetShoppingList200ResponseAislesInner) MarshalJSON() ([]byte, error)
func (*NullableGetShoppingList200ResponseAislesInner) Set ¶
func (v *NullableGetShoppingList200ResponseAislesInner) Set(val *GetShoppingList200ResponseAislesInner)
func (*NullableGetShoppingList200ResponseAislesInner) UnmarshalJSON ¶
func (v *NullableGetShoppingList200ResponseAislesInner) UnmarshalJSON(src []byte) error
func (*NullableGetShoppingList200ResponseAislesInner) Unset ¶
func (v *NullableGetShoppingList200ResponseAislesInner) Unset()
type NullableGetShoppingList200ResponseAislesInnerItemsInner ¶
type NullableGetShoppingList200ResponseAislesInnerItemsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetShoppingList200ResponseAislesInnerItemsInner ¶
func NewNullableGetShoppingList200ResponseAislesInnerItemsInner(val *GetShoppingList200ResponseAislesInnerItemsInner) *NullableGetShoppingList200ResponseAislesInnerItemsInner
func (NullableGetShoppingList200ResponseAislesInnerItemsInner) IsSet ¶
func (v NullableGetShoppingList200ResponseAislesInnerItemsInner) IsSet() bool
func (NullableGetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON ¶
func (v NullableGetShoppingList200ResponseAislesInnerItemsInner) MarshalJSON() ([]byte, error)
func (*NullableGetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInner) UnmarshalJSON(src []byte) error
func (*NullableGetShoppingList200ResponseAislesInnerItemsInner) Unset ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInner) Unset()
type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures ¶
type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures struct {
// contains filtered or unexported fields
}
func NewNullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures ¶
func NewNullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures(val *GetShoppingList200ResponseAislesInnerItemsInnerMeasures) *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures
func (NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) IsSet ¶
func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) IsSet() bool
func (NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON ¶
func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) MarshalJSON() ([]byte, error)
func (*NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) UnmarshalJSON(src []byte) error
func (*NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) Unset ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasures) Unset()
type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal ¶
type NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal struct {
// contains filtered or unexported fields
}
func NewNullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal ¶
func NewNullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal(val *GetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal
func (NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON ¶
func (v NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) MarshalJSON() ([]byte, error)
func (*NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) UnmarshalJSON(src []byte) error
func (*NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) Unset ¶
func (v *NullableGetShoppingList200ResponseAislesInnerItemsInnerMeasuresOriginal) Unset()
type NullableGetSimilarRecipes200ResponseInner ¶
type NullableGetSimilarRecipes200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableGetSimilarRecipes200ResponseInner ¶
func NewNullableGetSimilarRecipes200ResponseInner(val *GetSimilarRecipes200ResponseInner) *NullableGetSimilarRecipes200ResponseInner
func (NullableGetSimilarRecipes200ResponseInner) IsSet ¶
func (v NullableGetSimilarRecipes200ResponseInner) IsSet() bool
func (NullableGetSimilarRecipes200ResponseInner) MarshalJSON ¶
func (v NullableGetSimilarRecipes200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableGetSimilarRecipes200ResponseInner) Set ¶
func (v *NullableGetSimilarRecipes200ResponseInner) Set(val *GetSimilarRecipes200ResponseInner)
func (*NullableGetSimilarRecipes200ResponseInner) UnmarshalJSON ¶
func (v *NullableGetSimilarRecipes200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableGetSimilarRecipes200ResponseInner) Unset ¶
func (v *NullableGetSimilarRecipes200ResponseInner) Unset()
type NullableGetWineDescription200Response ¶
type NullableGetWineDescription200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetWineDescription200Response ¶
func NewNullableGetWineDescription200Response(val *GetWineDescription200Response) *NullableGetWineDescription200Response
func (NullableGetWineDescription200Response) Get ¶
func (v NullableGetWineDescription200Response) Get() *GetWineDescription200Response
func (NullableGetWineDescription200Response) IsSet ¶
func (v NullableGetWineDescription200Response) IsSet() bool
func (NullableGetWineDescription200Response) MarshalJSON ¶
func (v NullableGetWineDescription200Response) MarshalJSON() ([]byte, error)
func (*NullableGetWineDescription200Response) Set ¶
func (v *NullableGetWineDescription200Response) Set(val *GetWineDescription200Response)
func (*NullableGetWineDescription200Response) UnmarshalJSON ¶
func (v *NullableGetWineDescription200Response) UnmarshalJSON(src []byte) error
func (*NullableGetWineDescription200Response) Unset ¶
func (v *NullableGetWineDescription200Response) Unset()
type NullableGetWinePairing200Response ¶
type NullableGetWinePairing200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetWinePairing200Response ¶
func NewNullableGetWinePairing200Response(val *GetWinePairing200Response) *NullableGetWinePairing200Response
func (NullableGetWinePairing200Response) Get ¶
func (v NullableGetWinePairing200Response) Get() *GetWinePairing200Response
func (NullableGetWinePairing200Response) IsSet ¶
func (v NullableGetWinePairing200Response) IsSet() bool
func (NullableGetWinePairing200Response) MarshalJSON ¶
func (v NullableGetWinePairing200Response) MarshalJSON() ([]byte, error)
func (*NullableGetWinePairing200Response) Set ¶
func (v *NullableGetWinePairing200Response) Set(val *GetWinePairing200Response)
func (*NullableGetWinePairing200Response) UnmarshalJSON ¶
func (v *NullableGetWinePairing200Response) UnmarshalJSON(src []byte) error
func (*NullableGetWinePairing200Response) Unset ¶
func (v *NullableGetWinePairing200Response) Unset()
type NullableGetWinePairing200ResponseProductMatchesInner ¶
type NullableGetWinePairing200ResponseProductMatchesInner struct {
// contains filtered or unexported fields
}
func NewNullableGetWinePairing200ResponseProductMatchesInner ¶
func NewNullableGetWinePairing200ResponseProductMatchesInner(val *GetWinePairing200ResponseProductMatchesInner) *NullableGetWinePairing200ResponseProductMatchesInner
func (NullableGetWinePairing200ResponseProductMatchesInner) IsSet ¶
func (v NullableGetWinePairing200ResponseProductMatchesInner) IsSet() bool
func (NullableGetWinePairing200ResponseProductMatchesInner) MarshalJSON ¶
func (v NullableGetWinePairing200ResponseProductMatchesInner) MarshalJSON() ([]byte, error)
func (*NullableGetWinePairing200ResponseProductMatchesInner) UnmarshalJSON ¶
func (v *NullableGetWinePairing200ResponseProductMatchesInner) UnmarshalJSON(src []byte) error
func (*NullableGetWinePairing200ResponseProductMatchesInner) Unset ¶
func (v *NullableGetWinePairing200ResponseProductMatchesInner) Unset()
type NullableGetWineRecommendation200Response ¶
type NullableGetWineRecommendation200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetWineRecommendation200Response ¶
func NewNullableGetWineRecommendation200Response(val *GetWineRecommendation200Response) *NullableGetWineRecommendation200Response
func (NullableGetWineRecommendation200Response) IsSet ¶
func (v NullableGetWineRecommendation200Response) IsSet() bool
func (NullableGetWineRecommendation200Response) MarshalJSON ¶
func (v NullableGetWineRecommendation200Response) MarshalJSON() ([]byte, error)
func (*NullableGetWineRecommendation200Response) Set ¶
func (v *NullableGetWineRecommendation200Response) Set(val *GetWineRecommendation200Response)
func (*NullableGetWineRecommendation200Response) UnmarshalJSON ¶
func (v *NullableGetWineRecommendation200Response) UnmarshalJSON(src []byte) error
func (*NullableGetWineRecommendation200Response) Unset ¶
func (v *NullableGetWineRecommendation200Response) Unset()
type NullableGetWineRecommendation200ResponseRecommendedWinesInner ¶
type NullableGetWineRecommendation200ResponseRecommendedWinesInner struct {
// contains filtered or unexported fields
}
func NewNullableGetWineRecommendation200ResponseRecommendedWinesInner ¶
func NewNullableGetWineRecommendation200ResponseRecommendedWinesInner(val *GetWineRecommendation200ResponseRecommendedWinesInner) *NullableGetWineRecommendation200ResponseRecommendedWinesInner
func (NullableGetWineRecommendation200ResponseRecommendedWinesInner) IsSet ¶
func (v NullableGetWineRecommendation200ResponseRecommendedWinesInner) IsSet() bool
func (NullableGetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON ¶
func (v NullableGetWineRecommendation200ResponseRecommendedWinesInner) MarshalJSON() ([]byte, error)
func (*NullableGetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON ¶
func (v *NullableGetWineRecommendation200ResponseRecommendedWinesInner) UnmarshalJSON(src []byte) error
func (*NullableGetWineRecommendation200ResponseRecommendedWinesInner) Unset ¶
func (v *NullableGetWineRecommendation200ResponseRecommendedWinesInner) Unset()
type NullableGuessNutritionByDishName200Response ¶
type NullableGuessNutritionByDishName200Response struct {
// contains filtered or unexported fields
}
func NewNullableGuessNutritionByDishName200Response ¶
func NewNullableGuessNutritionByDishName200Response(val *GuessNutritionByDishName200Response) *NullableGuessNutritionByDishName200Response
func (NullableGuessNutritionByDishName200Response) IsSet ¶
func (v NullableGuessNutritionByDishName200Response) IsSet() bool
func (NullableGuessNutritionByDishName200Response) MarshalJSON ¶
func (v NullableGuessNutritionByDishName200Response) MarshalJSON() ([]byte, error)
func (*NullableGuessNutritionByDishName200Response) Set ¶
func (v *NullableGuessNutritionByDishName200Response) Set(val *GuessNutritionByDishName200Response)
func (*NullableGuessNutritionByDishName200Response) UnmarshalJSON ¶
func (v *NullableGuessNutritionByDishName200Response) UnmarshalJSON(src []byte) error
func (*NullableGuessNutritionByDishName200Response) Unset ¶
func (v *NullableGuessNutritionByDishName200Response) Unset()
type NullableGuessNutritionByDishName200ResponseCalories ¶
type NullableGuessNutritionByDishName200ResponseCalories struct {
// contains filtered or unexported fields
}
func NewNullableGuessNutritionByDishName200ResponseCalories ¶
func NewNullableGuessNutritionByDishName200ResponseCalories(val *GuessNutritionByDishName200ResponseCalories) *NullableGuessNutritionByDishName200ResponseCalories
func (NullableGuessNutritionByDishName200ResponseCalories) IsSet ¶
func (v NullableGuessNutritionByDishName200ResponseCalories) IsSet() bool
func (NullableGuessNutritionByDishName200ResponseCalories) MarshalJSON ¶
func (v NullableGuessNutritionByDishName200ResponseCalories) MarshalJSON() ([]byte, error)
func (*NullableGuessNutritionByDishName200ResponseCalories) UnmarshalJSON ¶
func (v *NullableGuessNutritionByDishName200ResponseCalories) UnmarshalJSON(src []byte) error
func (*NullableGuessNutritionByDishName200ResponseCalories) Unset ¶
func (v *NullableGuessNutritionByDishName200ResponseCalories) Unset()
type NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent ¶
type NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent struct {
// contains filtered or unexported fields
}
func NewNullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent ¶
func NewNullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent(val *GuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) *NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent
func (NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON ¶
func (v NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
func (*NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON ¶
func (v *NullableGuessNutritionByDishName200ResponseCaloriesConfidenceRange95Percent) UnmarshalJSON(src []byte) error
type NullableImageAnalysisByURL200Response ¶
type NullableImageAnalysisByURL200Response struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200Response ¶
func NewNullableImageAnalysisByURL200Response(val *ImageAnalysisByURL200Response) *NullableImageAnalysisByURL200Response
func (NullableImageAnalysisByURL200Response) Get ¶
func (v NullableImageAnalysisByURL200Response) Get() *ImageAnalysisByURL200Response
func (NullableImageAnalysisByURL200Response) IsSet ¶
func (v NullableImageAnalysisByURL200Response) IsSet() bool
func (NullableImageAnalysisByURL200Response) MarshalJSON ¶
func (v NullableImageAnalysisByURL200Response) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200Response) Set ¶
func (v *NullableImageAnalysisByURL200Response) Set(val *ImageAnalysisByURL200Response)
func (*NullableImageAnalysisByURL200Response) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200Response) UnmarshalJSON(src []byte) error
func (*NullableImageAnalysisByURL200Response) Unset ¶
func (v *NullableImageAnalysisByURL200Response) Unset()
type NullableImageAnalysisByURL200ResponseCategory ¶
type NullableImageAnalysisByURL200ResponseCategory struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200ResponseCategory ¶
func NewNullableImageAnalysisByURL200ResponseCategory(val *ImageAnalysisByURL200ResponseCategory) *NullableImageAnalysisByURL200ResponseCategory
func (NullableImageAnalysisByURL200ResponseCategory) IsSet ¶
func (v NullableImageAnalysisByURL200ResponseCategory) IsSet() bool
func (NullableImageAnalysisByURL200ResponseCategory) MarshalJSON ¶
func (v NullableImageAnalysisByURL200ResponseCategory) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200ResponseCategory) Set ¶
func (v *NullableImageAnalysisByURL200ResponseCategory) Set(val *ImageAnalysisByURL200ResponseCategory)
func (*NullableImageAnalysisByURL200ResponseCategory) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200ResponseCategory) UnmarshalJSON(src []byte) error
func (*NullableImageAnalysisByURL200ResponseCategory) Unset ¶
func (v *NullableImageAnalysisByURL200ResponseCategory) Unset()
type NullableImageAnalysisByURL200ResponseNutrition ¶
type NullableImageAnalysisByURL200ResponseNutrition struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200ResponseNutrition ¶
func NewNullableImageAnalysisByURL200ResponseNutrition(val *ImageAnalysisByURL200ResponseNutrition) *NullableImageAnalysisByURL200ResponseNutrition
func (NullableImageAnalysisByURL200ResponseNutrition) IsSet ¶
func (v NullableImageAnalysisByURL200ResponseNutrition) IsSet() bool
func (NullableImageAnalysisByURL200ResponseNutrition) MarshalJSON ¶
func (v NullableImageAnalysisByURL200ResponseNutrition) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200ResponseNutrition) Set ¶
func (v *NullableImageAnalysisByURL200ResponseNutrition) Set(val *ImageAnalysisByURL200ResponseNutrition)
func (*NullableImageAnalysisByURL200ResponseNutrition) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200ResponseNutrition) UnmarshalJSON(src []byte) error
func (*NullableImageAnalysisByURL200ResponseNutrition) Unset ¶
func (v *NullableImageAnalysisByURL200ResponseNutrition) Unset()
type NullableImageAnalysisByURL200ResponseNutritionCalories ¶
type NullableImageAnalysisByURL200ResponseNutritionCalories struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200ResponseNutritionCalories ¶
func NewNullableImageAnalysisByURL200ResponseNutritionCalories(val *ImageAnalysisByURL200ResponseNutritionCalories) *NullableImageAnalysisByURL200ResponseNutritionCalories
func (NullableImageAnalysisByURL200ResponseNutritionCalories) IsSet ¶
func (v NullableImageAnalysisByURL200ResponseNutritionCalories) IsSet() bool
func (NullableImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON ¶
func (v NullableImageAnalysisByURL200ResponseNutritionCalories) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200ResponseNutritionCalories) UnmarshalJSON(src []byte) error
func (*NullableImageAnalysisByURL200ResponseNutritionCalories) Unset ¶
func (v *NullableImageAnalysisByURL200ResponseNutritionCalories) Unset()
type NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent ¶
type NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent ¶
func NewNullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent(val *ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) *NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
func (NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON ¶
func (v NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent) UnmarshalJSON(src []byte) error
type NullableImageAnalysisByURL200ResponseRecipesInner ¶
type NullableImageAnalysisByURL200ResponseRecipesInner struct {
// contains filtered or unexported fields
}
func NewNullableImageAnalysisByURL200ResponseRecipesInner ¶
func NewNullableImageAnalysisByURL200ResponseRecipesInner(val *ImageAnalysisByURL200ResponseRecipesInner) *NullableImageAnalysisByURL200ResponseRecipesInner
func (NullableImageAnalysisByURL200ResponseRecipesInner) IsSet ¶
func (v NullableImageAnalysisByURL200ResponseRecipesInner) IsSet() bool
func (NullableImageAnalysisByURL200ResponseRecipesInner) MarshalJSON ¶
func (v NullableImageAnalysisByURL200ResponseRecipesInner) MarshalJSON() ([]byte, error)
func (*NullableImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON ¶
func (v *NullableImageAnalysisByURL200ResponseRecipesInner) UnmarshalJSON(src []byte) error
func (*NullableImageAnalysisByURL200ResponseRecipesInner) Unset ¶
func (v *NullableImageAnalysisByURL200ResponseRecipesInner) Unset()
type NullableImageClassificationByURL200Response ¶
type NullableImageClassificationByURL200Response struct {
// contains filtered or unexported fields
}
func NewNullableImageClassificationByURL200Response ¶
func NewNullableImageClassificationByURL200Response(val *ImageClassificationByURL200Response) *NullableImageClassificationByURL200Response
func (NullableImageClassificationByURL200Response) IsSet ¶
func (v NullableImageClassificationByURL200Response) IsSet() bool
func (NullableImageClassificationByURL200Response) MarshalJSON ¶
func (v NullableImageClassificationByURL200Response) MarshalJSON() ([]byte, error)
func (*NullableImageClassificationByURL200Response) Set ¶
func (v *NullableImageClassificationByURL200Response) Set(val *ImageClassificationByURL200Response)
func (*NullableImageClassificationByURL200Response) UnmarshalJSON ¶
func (v *NullableImageClassificationByURL200Response) UnmarshalJSON(src []byte) error
func (*NullableImageClassificationByURL200Response) Unset ¶
func (v *NullableImageClassificationByURL200Response) Unset()
type NullableIngredientBasics ¶
type NullableIngredientBasics struct {
// contains filtered or unexported fields
}
func NewNullableIngredientBasics ¶
func NewNullableIngredientBasics(val *IngredientBasics) *NullableIngredientBasics
func (NullableIngredientBasics) Get ¶
func (v NullableIngredientBasics) Get() *IngredientBasics
func (NullableIngredientBasics) IsSet ¶
func (v NullableIngredientBasics) IsSet() bool
func (NullableIngredientBasics) MarshalJSON ¶
func (v NullableIngredientBasics) MarshalJSON() ([]byte, error)
func (*NullableIngredientBasics) Set ¶
func (v *NullableIngredientBasics) Set(val *IngredientBasics)
func (*NullableIngredientBasics) UnmarshalJSON ¶
func (v *NullableIngredientBasics) UnmarshalJSON(src []byte) error
func (*NullableIngredientBasics) Unset ¶
func (v *NullableIngredientBasics) Unset()
type NullableIngredientInformation ¶
type NullableIngredientInformation struct {
// contains filtered or unexported fields
}
func NewNullableIngredientInformation ¶
func NewNullableIngredientInformation(val *IngredientInformation) *NullableIngredientInformation
func (NullableIngredientInformation) Get ¶
func (v NullableIngredientInformation) Get() *IngredientInformation
func (NullableIngredientInformation) IsSet ¶
func (v NullableIngredientInformation) IsSet() bool
func (NullableIngredientInformation) MarshalJSON ¶
func (v NullableIngredientInformation) MarshalJSON() ([]byte, error)
func (*NullableIngredientInformation) Set ¶
func (v *NullableIngredientInformation) Set(val *IngredientInformation)
func (*NullableIngredientInformation) UnmarshalJSON ¶
func (v *NullableIngredientInformation) UnmarshalJSON(src []byte) error
func (*NullableIngredientInformation) Unset ¶
func (v *NullableIngredientInformation) Unset()
type NullableIngredientInformationEstimatedCost ¶
type NullableIngredientInformationEstimatedCost struct {
// contains filtered or unexported fields
}
func NewNullableIngredientInformationEstimatedCost ¶
func NewNullableIngredientInformationEstimatedCost(val *IngredientInformationEstimatedCost) *NullableIngredientInformationEstimatedCost
func (NullableIngredientInformationEstimatedCost) IsSet ¶
func (v NullableIngredientInformationEstimatedCost) IsSet() bool
func (NullableIngredientInformationEstimatedCost) MarshalJSON ¶
func (v NullableIngredientInformationEstimatedCost) MarshalJSON() ([]byte, error)
func (*NullableIngredientInformationEstimatedCost) Set ¶
func (v *NullableIngredientInformationEstimatedCost) Set(val *IngredientInformationEstimatedCost)
func (*NullableIngredientInformationEstimatedCost) UnmarshalJSON ¶
func (v *NullableIngredientInformationEstimatedCost) UnmarshalJSON(src []byte) error
func (*NullableIngredientInformationEstimatedCost) Unset ¶
func (v *NullableIngredientInformationEstimatedCost) Unset()
type NullableIngredientInformationNutrition ¶
type NullableIngredientInformationNutrition struct {
// contains filtered or unexported fields
}
func NewNullableIngredientInformationNutrition ¶
func NewNullableIngredientInformationNutrition(val *IngredientInformationNutrition) *NullableIngredientInformationNutrition
func (NullableIngredientInformationNutrition) Get ¶
func (v NullableIngredientInformationNutrition) Get() *IngredientInformationNutrition
func (NullableIngredientInformationNutrition) IsSet ¶
func (v NullableIngredientInformationNutrition) IsSet() bool
func (NullableIngredientInformationNutrition) MarshalJSON ¶
func (v NullableIngredientInformationNutrition) MarshalJSON() ([]byte, error)
func (*NullableIngredientInformationNutrition) Set ¶
func (v *NullableIngredientInformationNutrition) Set(val *IngredientInformationNutrition)
func (*NullableIngredientInformationNutrition) UnmarshalJSON ¶
func (v *NullableIngredientInformationNutrition) UnmarshalJSON(src []byte) error
func (*NullableIngredientInformationNutrition) Unset ¶
func (v *NullableIngredientInformationNutrition) Unset()
type NullableIngredientInformationNutritionPropertiesInner ¶
type NullableIngredientInformationNutritionPropertiesInner struct {
// contains filtered or unexported fields
}
func NewNullableIngredientInformationNutritionPropertiesInner ¶
func NewNullableIngredientInformationNutritionPropertiesInner(val *IngredientInformationNutritionPropertiesInner) *NullableIngredientInformationNutritionPropertiesInner
func (NullableIngredientInformationNutritionPropertiesInner) IsSet ¶
func (v NullableIngredientInformationNutritionPropertiesInner) IsSet() bool
func (NullableIngredientInformationNutritionPropertiesInner) MarshalJSON ¶
func (v NullableIngredientInformationNutritionPropertiesInner) MarshalJSON() ([]byte, error)
func (*NullableIngredientInformationNutritionPropertiesInner) UnmarshalJSON ¶
func (v *NullableIngredientInformationNutritionPropertiesInner) UnmarshalJSON(src []byte) error
func (*NullableIngredientInformationNutritionPropertiesInner) Unset ¶
func (v *NullableIngredientInformationNutritionPropertiesInner) Unset()
type NullableIngredientSearch200Response ¶
type NullableIngredientSearch200Response struct {
// contains filtered or unexported fields
}
func NewNullableIngredientSearch200Response ¶
func NewNullableIngredientSearch200Response(val *IngredientSearch200Response) *NullableIngredientSearch200Response
func (NullableIngredientSearch200Response) Get ¶
func (v NullableIngredientSearch200Response) Get() *IngredientSearch200Response
func (NullableIngredientSearch200Response) IsSet ¶
func (v NullableIngredientSearch200Response) IsSet() bool
func (NullableIngredientSearch200Response) MarshalJSON ¶
func (v NullableIngredientSearch200Response) MarshalJSON() ([]byte, error)
func (*NullableIngredientSearch200Response) Set ¶
func (v *NullableIngredientSearch200Response) Set(val *IngredientSearch200Response)
func (*NullableIngredientSearch200Response) UnmarshalJSON ¶
func (v *NullableIngredientSearch200Response) UnmarshalJSON(src []byte) error
func (*NullableIngredientSearch200Response) Unset ¶
func (v *NullableIngredientSearch200Response) Unset()
type NullableIngredientSearch200ResponseResultsInner ¶
type NullableIngredientSearch200ResponseResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableIngredientSearch200ResponseResultsInner ¶
func NewNullableIngredientSearch200ResponseResultsInner(val *IngredientSearch200ResponseResultsInner) *NullableIngredientSearch200ResponseResultsInner
func (NullableIngredientSearch200ResponseResultsInner) IsSet ¶
func (v NullableIngredientSearch200ResponseResultsInner) IsSet() bool
func (NullableIngredientSearch200ResponseResultsInner) MarshalJSON ¶
func (v NullableIngredientSearch200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*NullableIngredientSearch200ResponseResultsInner) UnmarshalJSON ¶
func (v *NullableIngredientSearch200ResponseResultsInner) UnmarshalJSON(src []byte) error
func (*NullableIngredientSearch200ResponseResultsInner) Unset ¶
func (v *NullableIngredientSearch200ResponseResultsInner) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMapIngredientsToGroceryProducts200ResponseInner ¶
type NullableMapIngredientsToGroceryProducts200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableMapIngredientsToGroceryProducts200ResponseInner ¶
func NewNullableMapIngredientsToGroceryProducts200ResponseInner(val *MapIngredientsToGroceryProducts200ResponseInner) *NullableMapIngredientsToGroceryProducts200ResponseInner
func (NullableMapIngredientsToGroceryProducts200ResponseInner) IsSet ¶
func (v NullableMapIngredientsToGroceryProducts200ResponseInner) IsSet() bool
func (NullableMapIngredientsToGroceryProducts200ResponseInner) MarshalJSON ¶
func (v NullableMapIngredientsToGroceryProducts200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableMapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON ¶
func (v *NullableMapIngredientsToGroceryProducts200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableMapIngredientsToGroceryProducts200ResponseInner) Unset ¶
func (v *NullableMapIngredientsToGroceryProducts200ResponseInner) Unset()
type NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner ¶
type NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner struct {
// contains filtered or unexported fields
}
func NewNullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner ¶
func NewNullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner(val *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner
func (NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) IsSet ¶
func (v NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) IsSet() bool
func (NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON ¶
func (v NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) MarshalJSON() ([]byte, error)
func (*NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON ¶
func (v *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) UnmarshalJSON(src []byte) error
func (*NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) Unset ¶
func (v *NullableMapIngredientsToGroceryProducts200ResponseInnerProductsInner) Unset()
type NullableMapIngredientsToGroceryProductsRequest ¶
type NullableMapIngredientsToGroceryProductsRequest struct {
// contains filtered or unexported fields
}
func NewNullableMapIngredientsToGroceryProductsRequest ¶
func NewNullableMapIngredientsToGroceryProductsRequest(val *MapIngredientsToGroceryProductsRequest) *NullableMapIngredientsToGroceryProductsRequest
func (NullableMapIngredientsToGroceryProductsRequest) IsSet ¶
func (v NullableMapIngredientsToGroceryProductsRequest) IsSet() bool
func (NullableMapIngredientsToGroceryProductsRequest) MarshalJSON ¶
func (v NullableMapIngredientsToGroceryProductsRequest) MarshalJSON() ([]byte, error)
func (*NullableMapIngredientsToGroceryProductsRequest) Set ¶
func (v *NullableMapIngredientsToGroceryProductsRequest) Set(val *MapIngredientsToGroceryProductsRequest)
func (*NullableMapIngredientsToGroceryProductsRequest) UnmarshalJSON ¶
func (v *NullableMapIngredientsToGroceryProductsRequest) UnmarshalJSON(src []byte) error
func (*NullableMapIngredientsToGroceryProductsRequest) Unset ¶
func (v *NullableMapIngredientsToGroceryProductsRequest) Unset()
type NullableMenuItem ¶
type NullableMenuItem struct {
// contains filtered or unexported fields
}
func NewNullableMenuItem ¶
func NewNullableMenuItem(val *MenuItem) *NullableMenuItem
func (NullableMenuItem) Get ¶
func (v NullableMenuItem) Get() *MenuItem
func (NullableMenuItem) IsSet ¶
func (v NullableMenuItem) IsSet() bool
func (NullableMenuItem) MarshalJSON ¶
func (v NullableMenuItem) MarshalJSON() ([]byte, error)
func (*NullableMenuItem) Set ¶
func (v *NullableMenuItem) Set(val *MenuItem)
func (*NullableMenuItem) UnmarshalJSON ¶
func (v *NullableMenuItem) UnmarshalJSON(src []byte) error
func (*NullableMenuItem) Unset ¶
func (v *NullableMenuItem) Unset()
type NullableMenuItemServings ¶
type NullableMenuItemServings struct {
// contains filtered or unexported fields
}
func NewNullableMenuItemServings ¶
func NewNullableMenuItemServings(val *MenuItemServings) *NullableMenuItemServings
func (NullableMenuItemServings) Get ¶
func (v NullableMenuItemServings) Get() *MenuItemServings
func (NullableMenuItemServings) IsSet ¶
func (v NullableMenuItemServings) IsSet() bool
func (NullableMenuItemServings) MarshalJSON ¶
func (v NullableMenuItemServings) MarshalJSON() ([]byte, error)
func (*NullableMenuItemServings) Set ¶
func (v *NullableMenuItemServings) Set(val *MenuItemServings)
func (*NullableMenuItemServings) UnmarshalJSON ¶
func (v *NullableMenuItemServings) UnmarshalJSON(src []byte) error
func (*NullableMenuItemServings) Unset ¶
func (v *NullableMenuItemServings) Unset()
type NullableProductInformation ¶
type NullableProductInformation struct {
// contains filtered or unexported fields
}
func NewNullableProductInformation ¶
func NewNullableProductInformation(val *ProductInformation) *NullableProductInformation
func (NullableProductInformation) Get ¶
func (v NullableProductInformation) Get() *ProductInformation
func (NullableProductInformation) IsSet ¶
func (v NullableProductInformation) IsSet() bool
func (NullableProductInformation) MarshalJSON ¶
func (v NullableProductInformation) MarshalJSON() ([]byte, error)
func (*NullableProductInformation) Set ¶
func (v *NullableProductInformation) Set(val *ProductInformation)
func (*NullableProductInformation) UnmarshalJSON ¶
func (v *NullableProductInformation) UnmarshalJSON(src []byte) error
func (*NullableProductInformation) Unset ¶
func (v *NullableProductInformation) Unset()
type NullableProductInformationCredits ¶
type NullableProductInformationCredits struct {
// contains filtered or unexported fields
}
func NewNullableProductInformationCredits ¶
func NewNullableProductInformationCredits(val *ProductInformationCredits) *NullableProductInformationCredits
func (NullableProductInformationCredits) Get ¶
func (v NullableProductInformationCredits) Get() *ProductInformationCredits
func (NullableProductInformationCredits) IsSet ¶
func (v NullableProductInformationCredits) IsSet() bool
func (NullableProductInformationCredits) MarshalJSON ¶
func (v NullableProductInformationCredits) MarshalJSON() ([]byte, error)
func (*NullableProductInformationCredits) Set ¶
func (v *NullableProductInformationCredits) Set(val *ProductInformationCredits)
func (*NullableProductInformationCredits) UnmarshalJSON ¶
func (v *NullableProductInformationCredits) UnmarshalJSON(src []byte) error
func (*NullableProductInformationCredits) Unset ¶
func (v *NullableProductInformationCredits) Unset()
type NullableQuickAnswer200Response ¶
type NullableQuickAnswer200Response struct {
// contains filtered or unexported fields
}
func NewNullableQuickAnswer200Response ¶
func NewNullableQuickAnswer200Response(val *QuickAnswer200Response) *NullableQuickAnswer200Response
func (NullableQuickAnswer200Response) Get ¶
func (v NullableQuickAnswer200Response) Get() *QuickAnswer200Response
func (NullableQuickAnswer200Response) IsSet ¶
func (v NullableQuickAnswer200Response) IsSet() bool
func (NullableQuickAnswer200Response) MarshalJSON ¶
func (v NullableQuickAnswer200Response) MarshalJSON() ([]byte, error)
func (*NullableQuickAnswer200Response) Set ¶
func (v *NullableQuickAnswer200Response) Set(val *QuickAnswer200Response)
func (*NullableQuickAnswer200Response) UnmarshalJSON ¶
func (v *NullableQuickAnswer200Response) UnmarshalJSON(src []byte) error
func (*NullableQuickAnswer200Response) Unset ¶
func (v *NullableQuickAnswer200Response) Unset()
type NullableRecipeInformation ¶
type NullableRecipeInformation struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformation ¶
func NewNullableRecipeInformation(val *RecipeInformation) *NullableRecipeInformation
func (NullableRecipeInformation) Get ¶
func (v NullableRecipeInformation) Get() *RecipeInformation
func (NullableRecipeInformation) IsSet ¶
func (v NullableRecipeInformation) IsSet() bool
func (NullableRecipeInformation) MarshalJSON ¶
func (v NullableRecipeInformation) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformation) Set ¶
func (v *NullableRecipeInformation) Set(val *RecipeInformation)
func (*NullableRecipeInformation) UnmarshalJSON ¶
func (v *NullableRecipeInformation) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformation) Unset ¶
func (v *NullableRecipeInformation) Unset()
type NullableRecipeInformationExtendedIngredientsInner ¶
type NullableRecipeInformationExtendedIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformationExtendedIngredientsInner ¶
func NewNullableRecipeInformationExtendedIngredientsInner(val *RecipeInformationExtendedIngredientsInner) *NullableRecipeInformationExtendedIngredientsInner
func (NullableRecipeInformationExtendedIngredientsInner) IsSet ¶
func (v NullableRecipeInformationExtendedIngredientsInner) IsSet() bool
func (NullableRecipeInformationExtendedIngredientsInner) MarshalJSON ¶
func (v NullableRecipeInformationExtendedIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformationExtendedIngredientsInner) UnmarshalJSON ¶
func (v *NullableRecipeInformationExtendedIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformationExtendedIngredientsInner) Unset ¶
func (v *NullableRecipeInformationExtendedIngredientsInner) Unset()
type NullableRecipeInformationExtendedIngredientsInnerMeasures ¶
type NullableRecipeInformationExtendedIngredientsInnerMeasures struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformationExtendedIngredientsInnerMeasures ¶
func NewNullableRecipeInformationExtendedIngredientsInnerMeasures(val *RecipeInformationExtendedIngredientsInnerMeasures) *NullableRecipeInformationExtendedIngredientsInnerMeasures
func (NullableRecipeInformationExtendedIngredientsInnerMeasures) IsSet ¶
func (v NullableRecipeInformationExtendedIngredientsInnerMeasures) IsSet() bool
func (NullableRecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON ¶
func (v NullableRecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON ¶
func (v *NullableRecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformationExtendedIngredientsInnerMeasures) Unset ¶
func (v *NullableRecipeInformationExtendedIngredientsInnerMeasures) Unset()
type NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric ¶
type NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformationExtendedIngredientsInnerMeasuresMetric ¶
func NewNullableRecipeInformationExtendedIngredientsInnerMeasuresMetric(val *RecipeInformationExtendedIngredientsInnerMeasuresMetric) *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric
func (NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) IsSet ¶
func (v NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) IsSet() bool
func (NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON ¶
func (v NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON ¶
func (v *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) Unset ¶
func (v *NullableRecipeInformationExtendedIngredientsInnerMeasuresMetric) Unset()
type NullableRecipeInformationWinePairing ¶
type NullableRecipeInformationWinePairing struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformationWinePairing ¶
func NewNullableRecipeInformationWinePairing(val *RecipeInformationWinePairing) *NullableRecipeInformationWinePairing
func (NullableRecipeInformationWinePairing) Get ¶
func (v NullableRecipeInformationWinePairing) Get() *RecipeInformationWinePairing
func (NullableRecipeInformationWinePairing) IsSet ¶
func (v NullableRecipeInformationWinePairing) IsSet() bool
func (NullableRecipeInformationWinePairing) MarshalJSON ¶
func (v NullableRecipeInformationWinePairing) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformationWinePairing) Set ¶
func (v *NullableRecipeInformationWinePairing) Set(val *RecipeInformationWinePairing)
func (*NullableRecipeInformationWinePairing) UnmarshalJSON ¶
func (v *NullableRecipeInformationWinePairing) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformationWinePairing) Unset ¶
func (v *NullableRecipeInformationWinePairing) Unset()
type NullableRecipeInformationWinePairingProductMatchesInner ¶
type NullableRecipeInformationWinePairingProductMatchesInner struct {
// contains filtered or unexported fields
}
func NewNullableRecipeInformationWinePairingProductMatchesInner ¶
func NewNullableRecipeInformationWinePairingProductMatchesInner(val *RecipeInformationWinePairingProductMatchesInner) *NullableRecipeInformationWinePairingProductMatchesInner
func (NullableRecipeInformationWinePairingProductMatchesInner) IsSet ¶
func (v NullableRecipeInformationWinePairingProductMatchesInner) IsSet() bool
func (NullableRecipeInformationWinePairingProductMatchesInner) MarshalJSON ¶
func (v NullableRecipeInformationWinePairingProductMatchesInner) MarshalJSON() ([]byte, error)
func (*NullableRecipeInformationWinePairingProductMatchesInner) UnmarshalJSON ¶
func (v *NullableRecipeInformationWinePairingProductMatchesInner) UnmarshalJSON(src []byte) error
func (*NullableRecipeInformationWinePairingProductMatchesInner) Unset ¶
func (v *NullableRecipeInformationWinePairingProductMatchesInner) Unset()
type NullableSearchAllFood200Response ¶
type NullableSearchAllFood200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchAllFood200Response ¶
func NewNullableSearchAllFood200Response(val *SearchAllFood200Response) *NullableSearchAllFood200Response
func (NullableSearchAllFood200Response) Get ¶
func (v NullableSearchAllFood200Response) Get() *SearchAllFood200Response
func (NullableSearchAllFood200Response) IsSet ¶
func (v NullableSearchAllFood200Response) IsSet() bool
func (NullableSearchAllFood200Response) MarshalJSON ¶
func (v NullableSearchAllFood200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchAllFood200Response) Set ¶
func (v *NullableSearchAllFood200Response) Set(val *SearchAllFood200Response)
func (*NullableSearchAllFood200Response) UnmarshalJSON ¶
func (v *NullableSearchAllFood200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchAllFood200Response) Unset ¶
func (v *NullableSearchAllFood200Response) Unset()
type NullableSearchAllFood200ResponseSearchResultsInner ¶
type NullableSearchAllFood200ResponseSearchResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchAllFood200ResponseSearchResultsInner ¶
func NewNullableSearchAllFood200ResponseSearchResultsInner(val *SearchAllFood200ResponseSearchResultsInner) *NullableSearchAllFood200ResponseSearchResultsInner
func (NullableSearchAllFood200ResponseSearchResultsInner) IsSet ¶
func (v NullableSearchAllFood200ResponseSearchResultsInner) IsSet() bool
func (NullableSearchAllFood200ResponseSearchResultsInner) MarshalJSON ¶
func (v NullableSearchAllFood200ResponseSearchResultsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchAllFood200ResponseSearchResultsInner) UnmarshalJSON ¶
func (v *NullableSearchAllFood200ResponseSearchResultsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchAllFood200ResponseSearchResultsInner) Unset ¶
func (v *NullableSearchAllFood200ResponseSearchResultsInner) Unset()
type NullableSearchCustomFoods200Response ¶
type NullableSearchCustomFoods200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchCustomFoods200Response ¶
func NewNullableSearchCustomFoods200Response(val *SearchCustomFoods200Response) *NullableSearchCustomFoods200Response
func (NullableSearchCustomFoods200Response) Get ¶
func (v NullableSearchCustomFoods200Response) Get() *SearchCustomFoods200Response
func (NullableSearchCustomFoods200Response) IsSet ¶
func (v NullableSearchCustomFoods200Response) IsSet() bool
func (NullableSearchCustomFoods200Response) MarshalJSON ¶
func (v NullableSearchCustomFoods200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchCustomFoods200Response) Set ¶
func (v *NullableSearchCustomFoods200Response) Set(val *SearchCustomFoods200Response)
func (*NullableSearchCustomFoods200Response) UnmarshalJSON ¶
func (v *NullableSearchCustomFoods200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchCustomFoods200Response) Unset ¶
func (v *NullableSearchCustomFoods200Response) Unset()
type NullableSearchCustomFoods200ResponseCustomFoodsInner ¶
type NullableSearchCustomFoods200ResponseCustomFoodsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchCustomFoods200ResponseCustomFoodsInner ¶
func NewNullableSearchCustomFoods200ResponseCustomFoodsInner(val *SearchCustomFoods200ResponseCustomFoodsInner) *NullableSearchCustomFoods200ResponseCustomFoodsInner
func (NullableSearchCustomFoods200ResponseCustomFoodsInner) IsSet ¶
func (v NullableSearchCustomFoods200ResponseCustomFoodsInner) IsSet() bool
func (NullableSearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON ¶
func (v NullableSearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON ¶
func (v *NullableSearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchCustomFoods200ResponseCustomFoodsInner) Unset ¶
func (v *NullableSearchCustomFoods200ResponseCustomFoodsInner) Unset()
type NullableSearchFoodVideos200Response ¶
type NullableSearchFoodVideos200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchFoodVideos200Response ¶
func NewNullableSearchFoodVideos200Response(val *SearchFoodVideos200Response) *NullableSearchFoodVideos200Response
func (NullableSearchFoodVideos200Response) Get ¶
func (v NullableSearchFoodVideos200Response) Get() *SearchFoodVideos200Response
func (NullableSearchFoodVideos200Response) IsSet ¶
func (v NullableSearchFoodVideos200Response) IsSet() bool
func (NullableSearchFoodVideos200Response) MarshalJSON ¶
func (v NullableSearchFoodVideos200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchFoodVideos200Response) Set ¶
func (v *NullableSearchFoodVideos200Response) Set(val *SearchFoodVideos200Response)
func (*NullableSearchFoodVideos200Response) UnmarshalJSON ¶
func (v *NullableSearchFoodVideos200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchFoodVideos200Response) Unset ¶
func (v *NullableSearchFoodVideos200Response) Unset()
type NullableSearchFoodVideos200ResponseVideosInner ¶
type NullableSearchFoodVideos200ResponseVideosInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchFoodVideos200ResponseVideosInner ¶
func NewNullableSearchFoodVideos200ResponseVideosInner(val *SearchFoodVideos200ResponseVideosInner) *NullableSearchFoodVideos200ResponseVideosInner
func (NullableSearchFoodVideos200ResponseVideosInner) IsSet ¶
func (v NullableSearchFoodVideos200ResponseVideosInner) IsSet() bool
func (NullableSearchFoodVideos200ResponseVideosInner) MarshalJSON ¶
func (v NullableSearchFoodVideos200ResponseVideosInner) MarshalJSON() ([]byte, error)
func (*NullableSearchFoodVideos200ResponseVideosInner) Set ¶
func (v *NullableSearchFoodVideos200ResponseVideosInner) Set(val *SearchFoodVideos200ResponseVideosInner)
func (*NullableSearchFoodVideos200ResponseVideosInner) UnmarshalJSON ¶
func (v *NullableSearchFoodVideos200ResponseVideosInner) UnmarshalJSON(src []byte) error
func (*NullableSearchFoodVideos200ResponseVideosInner) Unset ¶
func (v *NullableSearchFoodVideos200ResponseVideosInner) Unset()
type NullableSearchGroceryProducts200Response ¶
type NullableSearchGroceryProducts200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProducts200Response ¶
func NewNullableSearchGroceryProducts200Response(val *SearchGroceryProducts200Response) *NullableSearchGroceryProducts200Response
func (NullableSearchGroceryProducts200Response) IsSet ¶
func (v NullableSearchGroceryProducts200Response) IsSet() bool
func (NullableSearchGroceryProducts200Response) MarshalJSON ¶
func (v NullableSearchGroceryProducts200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProducts200Response) Set ¶
func (v *NullableSearchGroceryProducts200Response) Set(val *SearchGroceryProducts200Response)
func (*NullableSearchGroceryProducts200Response) UnmarshalJSON ¶
func (v *NullableSearchGroceryProducts200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProducts200Response) Unset ¶
func (v *NullableSearchGroceryProducts200Response) Unset()
type NullableSearchGroceryProductsByUPC200Response ¶
type NullableSearchGroceryProductsByUPC200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProductsByUPC200Response ¶
func NewNullableSearchGroceryProductsByUPC200Response(val *SearchGroceryProductsByUPC200Response) *NullableSearchGroceryProductsByUPC200Response
func (NullableSearchGroceryProductsByUPC200Response) IsSet ¶
func (v NullableSearchGroceryProductsByUPC200Response) IsSet() bool
func (NullableSearchGroceryProductsByUPC200Response) MarshalJSON ¶
func (v NullableSearchGroceryProductsByUPC200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProductsByUPC200Response) Set ¶
func (v *NullableSearchGroceryProductsByUPC200Response) Set(val *SearchGroceryProductsByUPC200Response)
func (*NullableSearchGroceryProductsByUPC200Response) UnmarshalJSON ¶
func (v *NullableSearchGroceryProductsByUPC200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProductsByUPC200Response) Unset ¶
func (v *NullableSearchGroceryProductsByUPC200Response) Unset()
type NullableSearchGroceryProductsByUPC200ResponseNutrition ¶
type NullableSearchGroceryProductsByUPC200ResponseNutrition struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProductsByUPC200ResponseNutrition ¶
func NewNullableSearchGroceryProductsByUPC200ResponseNutrition(val *SearchGroceryProductsByUPC200ResponseNutrition) *NullableSearchGroceryProductsByUPC200ResponseNutrition
func (NullableSearchGroceryProductsByUPC200ResponseNutrition) IsSet ¶
func (v NullableSearchGroceryProductsByUPC200ResponseNutrition) IsSet() bool
func (NullableSearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON ¶
func (v NullableSearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProductsByUPC200ResponseNutrition) Unset ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutrition) Unset()
type NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown ¶
type NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown ¶
func NewNullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown(val *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
func (NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON ¶
func (v NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) Unset ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) Unset()
type NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner ¶
type NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner ¶
func NewNullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner(val *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
func (NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) IsSet ¶
func (v NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) IsSet() bool
func (NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON ¶
func (v NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) Unset ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) Unset()
type NullableSearchGroceryProductsByUPC200ResponseServings ¶
type NullableSearchGroceryProductsByUPC200ResponseServings struct {
// contains filtered or unexported fields
}
func NewNullableSearchGroceryProductsByUPC200ResponseServings ¶
func NewNullableSearchGroceryProductsByUPC200ResponseServings(val *SearchGroceryProductsByUPC200ResponseServings) *NullableSearchGroceryProductsByUPC200ResponseServings
func (NullableSearchGroceryProductsByUPC200ResponseServings) IsSet ¶
func (v NullableSearchGroceryProductsByUPC200ResponseServings) IsSet() bool
func (NullableSearchGroceryProductsByUPC200ResponseServings) MarshalJSON ¶
func (v NullableSearchGroceryProductsByUPC200ResponseServings) MarshalJSON() ([]byte, error)
func (*NullableSearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON(src []byte) error
func (*NullableSearchGroceryProductsByUPC200ResponseServings) Unset ¶
func (v *NullableSearchGroceryProductsByUPC200ResponseServings) Unset()
type NullableSearchMenuItems200Response ¶
type NullableSearchMenuItems200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchMenuItems200Response ¶
func NewNullableSearchMenuItems200Response(val *SearchMenuItems200Response) *NullableSearchMenuItems200Response
func (NullableSearchMenuItems200Response) Get ¶
func (v NullableSearchMenuItems200Response) Get() *SearchMenuItems200Response
func (NullableSearchMenuItems200Response) IsSet ¶
func (v NullableSearchMenuItems200Response) IsSet() bool
func (NullableSearchMenuItems200Response) MarshalJSON ¶
func (v NullableSearchMenuItems200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchMenuItems200Response) Set ¶
func (v *NullableSearchMenuItems200Response) Set(val *SearchMenuItems200Response)
func (*NullableSearchMenuItems200Response) UnmarshalJSON ¶
func (v *NullableSearchMenuItems200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchMenuItems200Response) Unset ¶
func (v *NullableSearchMenuItems200Response) Unset()
type NullableSearchRecipes200Response ¶
type NullableSearchRecipes200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchRecipes200Response ¶
func NewNullableSearchRecipes200Response(val *SearchRecipes200Response) *NullableSearchRecipes200Response
func (NullableSearchRecipes200Response) Get ¶
func (v NullableSearchRecipes200Response) Get() *SearchRecipes200Response
func (NullableSearchRecipes200Response) IsSet ¶
func (v NullableSearchRecipes200Response) IsSet() bool
func (NullableSearchRecipes200Response) MarshalJSON ¶
func (v NullableSearchRecipes200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchRecipes200Response) Set ¶
func (v *NullableSearchRecipes200Response) Set(val *SearchRecipes200Response)
func (*NullableSearchRecipes200Response) UnmarshalJSON ¶
func (v *NullableSearchRecipes200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchRecipes200Response) Unset ¶
func (v *NullableSearchRecipes200Response) Unset()
type NullableSearchRecipes200ResponseResultsInner ¶
type NullableSearchRecipes200ResponseResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchRecipes200ResponseResultsInner ¶
func NewNullableSearchRecipes200ResponseResultsInner(val *SearchRecipes200ResponseResultsInner) *NullableSearchRecipes200ResponseResultsInner
func (NullableSearchRecipes200ResponseResultsInner) IsSet ¶
func (v NullableSearchRecipes200ResponseResultsInner) IsSet() bool
func (NullableSearchRecipes200ResponseResultsInner) MarshalJSON ¶
func (v NullableSearchRecipes200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchRecipes200ResponseResultsInner) Set ¶
func (v *NullableSearchRecipes200ResponseResultsInner) Set(val *SearchRecipes200ResponseResultsInner)
func (*NullableSearchRecipes200ResponseResultsInner) UnmarshalJSON ¶
func (v *NullableSearchRecipes200ResponseResultsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchRecipes200ResponseResultsInner) Unset ¶
func (v *NullableSearchRecipes200ResponseResultsInner) Unset()
type NullableSearchRecipesByIngredients200ResponseInner ¶
type NullableSearchRecipesByIngredients200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchRecipesByIngredients200ResponseInner ¶
func NewNullableSearchRecipesByIngredients200ResponseInner(val *SearchRecipesByIngredients200ResponseInner) *NullableSearchRecipesByIngredients200ResponseInner
func (NullableSearchRecipesByIngredients200ResponseInner) IsSet ¶
func (v NullableSearchRecipesByIngredients200ResponseInner) IsSet() bool
func (NullableSearchRecipesByIngredients200ResponseInner) MarshalJSON ¶
func (v NullableSearchRecipesByIngredients200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableSearchRecipesByIngredients200ResponseInner) UnmarshalJSON ¶
func (v *NullableSearchRecipesByIngredients200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableSearchRecipesByIngredients200ResponseInner) Unset ¶
func (v *NullableSearchRecipesByIngredients200ResponseInner) Unset()
type NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner ¶
type NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner ¶
func NewNullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner(val *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
func (NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON ¶
func (v NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON ¶
func (v *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) Unset ¶
func (v *NullableSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) Unset()
type NullableSearchRecipesByNutrients200ResponseInner ¶
type NullableSearchRecipesByNutrients200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchRecipesByNutrients200ResponseInner ¶
func NewNullableSearchRecipesByNutrients200ResponseInner(val *SearchRecipesByNutrients200ResponseInner) *NullableSearchRecipesByNutrients200ResponseInner
func (NullableSearchRecipesByNutrients200ResponseInner) IsSet ¶
func (v NullableSearchRecipesByNutrients200ResponseInner) IsSet() bool
func (NullableSearchRecipesByNutrients200ResponseInner) MarshalJSON ¶
func (v NullableSearchRecipesByNutrients200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableSearchRecipesByNutrients200ResponseInner) UnmarshalJSON ¶
func (v *NullableSearchRecipesByNutrients200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableSearchRecipesByNutrients200ResponseInner) Unset ¶
func (v *NullableSearchRecipesByNutrients200ResponseInner) Unset()
type NullableSearchRestaurants200Response ¶
type NullableSearchRestaurants200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchRestaurants200Response ¶
func NewNullableSearchRestaurants200Response(val *SearchRestaurants200Response) *NullableSearchRestaurants200Response
func (NullableSearchRestaurants200Response) Get ¶
func (v NullableSearchRestaurants200Response) Get() *SearchRestaurants200Response
func (NullableSearchRestaurants200Response) IsSet ¶
func (v NullableSearchRestaurants200Response) IsSet() bool
func (NullableSearchRestaurants200Response) MarshalJSON ¶
func (v NullableSearchRestaurants200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchRestaurants200Response) Set ¶
func (v *NullableSearchRestaurants200Response) Set(val *SearchRestaurants200Response)
func (*NullableSearchRestaurants200Response) UnmarshalJSON ¶
func (v *NullableSearchRestaurants200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchRestaurants200Response) Unset ¶
func (v *NullableSearchRestaurants200Response) Unset()
type NullableSearchRestaurants200ResponseRestaurantsInner ¶
type NullableSearchRestaurants200ResponseRestaurantsInner struct {
// contains filtered or unexported fields
}
func NewNullableSearchRestaurants200ResponseRestaurantsInner ¶
func NewNullableSearchRestaurants200ResponseRestaurantsInner(val *SearchRestaurants200ResponseRestaurantsInner) *NullableSearchRestaurants200ResponseRestaurantsInner
func (NullableSearchRestaurants200ResponseRestaurantsInner) IsSet ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInner) IsSet() bool
func (NullableSearchRestaurants200ResponseRestaurantsInner) MarshalJSON ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInner) MarshalJSON() ([]byte, error)
func (*NullableSearchRestaurants200ResponseRestaurantsInner) UnmarshalJSON ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInner) UnmarshalJSON(src []byte) error
func (*NullableSearchRestaurants200ResponseRestaurantsInner) Unset ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInner) Unset()
type NullableSearchRestaurants200ResponseRestaurantsInnerAddress ¶
type NullableSearchRestaurants200ResponseRestaurantsInnerAddress struct {
// contains filtered or unexported fields
}
func NewNullableSearchRestaurants200ResponseRestaurantsInnerAddress ¶
func NewNullableSearchRestaurants200ResponseRestaurantsInnerAddress(val *SearchRestaurants200ResponseRestaurantsInnerAddress) *NullableSearchRestaurants200ResponseRestaurantsInnerAddress
func (NullableSearchRestaurants200ResponseRestaurantsInnerAddress) IsSet ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInnerAddress) IsSet() bool
func (NullableSearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON() ([]byte, error)
func (*NullableSearchRestaurants200ResponseRestaurantsInnerAddress) UnmarshalJSON ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInnerAddress) UnmarshalJSON(src []byte) error
func (*NullableSearchRestaurants200ResponseRestaurantsInnerAddress) Unset ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInnerAddress) Unset()
type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours ¶
type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours struct {
// contains filtered or unexported fields
}
func NewNullableSearchRestaurants200ResponseRestaurantsInnerLocalHours ¶
func NewNullableSearchRestaurants200ResponseRestaurantsInnerLocalHours(val *SearchRestaurants200ResponseRestaurantsInnerLocalHours) *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours
func (NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) IsSet ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) IsSet() bool
func (NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON() ([]byte, error)
func (*NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) UnmarshalJSON ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) UnmarshalJSON(src []byte) error
func (*NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) Unset ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHours) Unset()
type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational ¶
type NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational struct {
// contains filtered or unexported fields
}
func NewNullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational ¶
func NewNullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational(val *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
func (NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON ¶
func (v NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON() ([]byte, error)
func (*NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) UnmarshalJSON ¶
func (v *NullableSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) UnmarshalJSON(src []byte) error
type NullableSearchResult ¶
type NullableSearchResult struct {
// contains filtered or unexported fields
}
func NewNullableSearchResult ¶
func NewNullableSearchResult(val *SearchResult) *NullableSearchResult
func (NullableSearchResult) Get ¶
func (v NullableSearchResult) Get() *SearchResult
func (NullableSearchResult) IsSet ¶
func (v NullableSearchResult) IsSet() bool
func (NullableSearchResult) MarshalJSON ¶
func (v NullableSearchResult) MarshalJSON() ([]byte, error)
func (*NullableSearchResult) Set ¶
func (v *NullableSearchResult) Set(val *SearchResult)
func (*NullableSearchResult) UnmarshalJSON ¶
func (v *NullableSearchResult) UnmarshalJSON(src []byte) error
func (*NullableSearchResult) Unset ¶
func (v *NullableSearchResult) Unset()
type NullableSearchSiteContent200Response ¶
type NullableSearchSiteContent200Response struct {
// contains filtered or unexported fields
}
func NewNullableSearchSiteContent200Response ¶
func NewNullableSearchSiteContent200Response(val *SearchSiteContent200Response) *NullableSearchSiteContent200Response
func (NullableSearchSiteContent200Response) Get ¶
func (v NullableSearchSiteContent200Response) Get() *SearchSiteContent200Response
func (NullableSearchSiteContent200Response) IsSet ¶
func (v NullableSearchSiteContent200Response) IsSet() bool
func (NullableSearchSiteContent200Response) MarshalJSON ¶
func (v NullableSearchSiteContent200Response) MarshalJSON() ([]byte, error)
func (*NullableSearchSiteContent200Response) Set ¶
func (v *NullableSearchSiteContent200Response) Set(val *SearchSiteContent200Response)
func (*NullableSearchSiteContent200Response) UnmarshalJSON ¶
func (v *NullableSearchSiteContent200Response) UnmarshalJSON(src []byte) error
func (*NullableSearchSiteContent200Response) Unset ¶
func (v *NullableSearchSiteContent200Response) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSummarizeRecipe200Response ¶
type NullableSummarizeRecipe200Response struct {
// contains filtered or unexported fields
}
func NewNullableSummarizeRecipe200Response ¶
func NewNullableSummarizeRecipe200Response(val *SummarizeRecipe200Response) *NullableSummarizeRecipe200Response
func (NullableSummarizeRecipe200Response) Get ¶
func (v NullableSummarizeRecipe200Response) Get() *SummarizeRecipe200Response
func (NullableSummarizeRecipe200Response) IsSet ¶
func (v NullableSummarizeRecipe200Response) IsSet() bool
func (NullableSummarizeRecipe200Response) MarshalJSON ¶
func (v NullableSummarizeRecipe200Response) MarshalJSON() ([]byte, error)
func (*NullableSummarizeRecipe200Response) Set ¶
func (v *NullableSummarizeRecipe200Response) Set(val *SummarizeRecipe200Response)
func (*NullableSummarizeRecipe200Response) UnmarshalJSON ¶
func (v *NullableSummarizeRecipe200Response) UnmarshalJSON(src []byte) error
func (*NullableSummarizeRecipe200Response) Unset ¶
func (v *NullableSummarizeRecipe200Response) Unset()
type NullableTalkToChatbot200Response ¶
type NullableTalkToChatbot200Response struct {
// contains filtered or unexported fields
}
func NewNullableTalkToChatbot200Response ¶
func NewNullableTalkToChatbot200Response(val *TalkToChatbot200Response) *NullableTalkToChatbot200Response
func (NullableTalkToChatbot200Response) Get ¶
func (v NullableTalkToChatbot200Response) Get() *TalkToChatbot200Response
func (NullableTalkToChatbot200Response) IsSet ¶
func (v NullableTalkToChatbot200Response) IsSet() bool
func (NullableTalkToChatbot200Response) MarshalJSON ¶
func (v NullableTalkToChatbot200Response) MarshalJSON() ([]byte, error)
func (*NullableTalkToChatbot200Response) Set ¶
func (v *NullableTalkToChatbot200Response) Set(val *TalkToChatbot200Response)
func (*NullableTalkToChatbot200Response) UnmarshalJSON ¶
func (v *NullableTalkToChatbot200Response) UnmarshalJSON(src []byte) error
func (*NullableTalkToChatbot200Response) Unset ¶
func (v *NullableTalkToChatbot200Response) Unset()
type NullableTalkToChatbot200ResponseMediaInner ¶
type NullableTalkToChatbot200ResponseMediaInner struct {
// contains filtered or unexported fields
}
func NewNullableTalkToChatbot200ResponseMediaInner ¶
func NewNullableTalkToChatbot200ResponseMediaInner(val *TalkToChatbot200ResponseMediaInner) *NullableTalkToChatbot200ResponseMediaInner
func (NullableTalkToChatbot200ResponseMediaInner) IsSet ¶
func (v NullableTalkToChatbot200ResponseMediaInner) IsSet() bool
func (NullableTalkToChatbot200ResponseMediaInner) MarshalJSON ¶
func (v NullableTalkToChatbot200ResponseMediaInner) MarshalJSON() ([]byte, error)
func (*NullableTalkToChatbot200ResponseMediaInner) Set ¶
func (v *NullableTalkToChatbot200ResponseMediaInner) Set(val *TalkToChatbot200ResponseMediaInner)
func (*NullableTalkToChatbot200ResponseMediaInner) UnmarshalJSON ¶
func (v *NullableTalkToChatbot200ResponseMediaInner) UnmarshalJSON(src []byte) error
func (*NullableTalkToChatbot200ResponseMediaInner) Unset ¶
func (v *NullableTalkToChatbot200ResponseMediaInner) Unset()
type NullableTasteInformation ¶
type NullableTasteInformation struct {
// contains filtered or unexported fields
}
func NewNullableTasteInformation ¶
func NewNullableTasteInformation(val *TasteInformation) *NullableTasteInformation
func (NullableTasteInformation) Get ¶
func (v NullableTasteInformation) Get() *TasteInformation
func (NullableTasteInformation) IsSet ¶
func (v NullableTasteInformation) IsSet() bool
func (NullableTasteInformation) MarshalJSON ¶
func (v NullableTasteInformation) MarshalJSON() ([]byte, error)
func (*NullableTasteInformation) Set ¶
func (v *NullableTasteInformation) Set(val *TasteInformation)
func (*NullableTasteInformation) UnmarshalJSON ¶
func (v *NullableTasteInformation) UnmarshalJSON(src []byte) error
func (*NullableTasteInformation) Unset ¶
func (v *NullableTasteInformation) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type ProductInformation ¶
type ProductInformation struct { Id int32 `json:"id"` Title string `json:"title"` Upc NullableString `json:"upc,omitempty"` UsdaCode NullableString `json:"usdaCode,omitempty"` Breadcrumbs []string `json:"breadcrumbs"` ImageType string `json:"imageType"` Badges []string `json:"badges"` ImportantBadges []string `json:"importantBadges"` IngredientCount int32 `json:"ingredientCount"` GeneratedText NullableString `json:"generatedText,omitempty"` IngredientList string `json:"ingredientList"` Ingredients []IngredientBasics `json:"ingredients"` Likes float32 `json:"likes"` Aisle NullableString `json:"aisle"` Credits *ProductInformationCredits `json:"credits,omitempty"` Nutrition SearchGroceryProductsByUPC200ResponseNutrition `json:"nutrition"` Price float32 `json:"price"` Servings SearchGroceryProductsByUPC200ResponseServings `json:"servings"` SpoonacularScore float32 `json:"spoonacularScore"` }
ProductInformation
func NewProductInformation ¶
func NewProductInformation(id int32, title string, breadcrumbs []string, imageType string, badges []string, importantBadges []string, ingredientCount int32, ingredientList string, ingredients []IngredientBasics, likes float32, aisle NullableString, nutrition SearchGroceryProductsByUPC200ResponseNutrition, price float32, servings SearchGroceryProductsByUPC200ResponseServings, spoonacularScore float32) *ProductInformation
NewProductInformation instantiates a new ProductInformation 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 NewProductInformationWithDefaults ¶
func NewProductInformationWithDefaults() *ProductInformation
NewProductInformationWithDefaults instantiates a new ProductInformation 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 (*ProductInformation) GetAisle ¶
func (o *ProductInformation) GetAisle() string
GetAisle returns the Aisle field value If the value is explicit nil, the zero value for string will be returned
func (*ProductInformation) GetAisleOk ¶
func (o *ProductInformation) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductInformation) GetBadges ¶
func (o *ProductInformation) GetBadges() []string
GetBadges returns the Badges field value
func (*ProductInformation) GetBadgesOk ¶
func (o *ProductInformation) GetBadgesOk() ([]string, bool)
GetBadgesOk returns a tuple with the Badges field value and a boolean to check if the value has been set.
func (*ProductInformation) GetBreadcrumbs ¶
func (o *ProductInformation) GetBreadcrumbs() []string
GetBreadcrumbs returns the Breadcrumbs field value
func (*ProductInformation) GetBreadcrumbsOk ¶
func (o *ProductInformation) GetBreadcrumbsOk() ([]string, bool)
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field value and a boolean to check if the value has been set.
func (*ProductInformation) GetCredits ¶
func (o *ProductInformation) GetCredits() ProductInformationCredits
GetCredits returns the Credits field value if set, zero value otherwise.
func (*ProductInformation) GetCreditsOk ¶
func (o *ProductInformation) GetCreditsOk() (*ProductInformationCredits, bool)
GetCreditsOk returns a tuple with the Credits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductInformation) GetGeneratedText ¶
func (o *ProductInformation) GetGeneratedText() string
GetGeneratedText returns the GeneratedText field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductInformation) GetGeneratedTextOk ¶
func (o *ProductInformation) GetGeneratedTextOk() (*string, bool)
GetGeneratedTextOk returns a tuple with the GeneratedText field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductInformation) GetId ¶
func (o *ProductInformation) GetId() int32
GetId returns the Id field value
func (*ProductInformation) GetIdOk ¶
func (o *ProductInformation) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProductInformation) GetImageType ¶
func (o *ProductInformation) GetImageType() string
GetImageType returns the ImageType field value
func (*ProductInformation) GetImageTypeOk ¶
func (o *ProductInformation) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*ProductInformation) GetImportantBadges ¶
func (o *ProductInformation) GetImportantBadges() []string
GetImportantBadges returns the ImportantBadges field value
func (*ProductInformation) GetImportantBadgesOk ¶
func (o *ProductInformation) GetImportantBadgesOk() ([]string, bool)
GetImportantBadgesOk returns a tuple with the ImportantBadges field value and a boolean to check if the value has been set.
func (*ProductInformation) GetIngredientCount ¶
func (o *ProductInformation) GetIngredientCount() int32
GetIngredientCount returns the IngredientCount field value
func (*ProductInformation) GetIngredientCountOk ¶
func (o *ProductInformation) GetIngredientCountOk() (*int32, bool)
GetIngredientCountOk returns a tuple with the IngredientCount field value and a boolean to check if the value has been set.
func (*ProductInformation) GetIngredientList ¶
func (o *ProductInformation) GetIngredientList() string
GetIngredientList returns the IngredientList field value
func (*ProductInformation) GetIngredientListOk ¶
func (o *ProductInformation) GetIngredientListOk() (*string, bool)
GetIngredientListOk returns a tuple with the IngredientList field value and a boolean to check if the value has been set.
func (*ProductInformation) GetIngredients ¶
func (o *ProductInformation) GetIngredients() []IngredientBasics
GetIngredients returns the Ingredients field value
func (*ProductInformation) GetIngredientsOk ¶
func (o *ProductInformation) GetIngredientsOk() ([]IngredientBasics, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*ProductInformation) GetLikes ¶
func (o *ProductInformation) GetLikes() float32
GetLikes returns the Likes field value
func (*ProductInformation) GetLikesOk ¶
func (o *ProductInformation) GetLikesOk() (*float32, bool)
GetLikesOk returns a tuple with the Likes field value and a boolean to check if the value has been set.
func (*ProductInformation) GetNutrition ¶
func (o *ProductInformation) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
GetNutrition returns the Nutrition field value
func (*ProductInformation) GetNutritionOk ¶
func (o *ProductInformation) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field value and a boolean to check if the value has been set.
func (*ProductInformation) GetPrice ¶
func (o *ProductInformation) GetPrice() float32
GetPrice returns the Price field value
func (*ProductInformation) GetPriceOk ¶
func (o *ProductInformation) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*ProductInformation) GetServings ¶
func (o *ProductInformation) GetServings() SearchGroceryProductsByUPC200ResponseServings
GetServings returns the Servings field value
func (*ProductInformation) GetServingsOk ¶
func (o *ProductInformation) GetServingsOk() (*SearchGroceryProductsByUPC200ResponseServings, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*ProductInformation) GetSpoonacularScore ¶
func (o *ProductInformation) GetSpoonacularScore() float32
GetSpoonacularScore returns the SpoonacularScore field value
func (*ProductInformation) GetSpoonacularScoreOk ¶
func (o *ProductInformation) GetSpoonacularScoreOk() (*float32, bool)
GetSpoonacularScoreOk returns a tuple with the SpoonacularScore field value and a boolean to check if the value has been set.
func (*ProductInformation) GetTitle ¶
func (o *ProductInformation) GetTitle() string
GetTitle returns the Title field value
func (*ProductInformation) GetTitleOk ¶
func (o *ProductInformation) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ProductInformation) GetUpc ¶
func (o *ProductInformation) GetUpc() string
GetUpc returns the Upc field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductInformation) GetUpcOk ¶
func (o *ProductInformation) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductInformation) GetUsdaCode ¶
func (o *ProductInformation) GetUsdaCode() string
GetUsdaCode returns the UsdaCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProductInformation) GetUsdaCodeOk ¶
func (o *ProductInformation) GetUsdaCodeOk() (*string, bool)
GetUsdaCodeOk returns a tuple with the UsdaCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProductInformation) HasCredits ¶
func (o *ProductInformation) HasCredits() bool
HasCredits returns a boolean if a field has been set.
func (*ProductInformation) HasGeneratedText ¶
func (o *ProductInformation) HasGeneratedText() bool
HasGeneratedText returns a boolean if a field has been set.
func (*ProductInformation) HasUpc ¶
func (o *ProductInformation) HasUpc() bool
HasUpc returns a boolean if a field has been set.
func (*ProductInformation) HasUsdaCode ¶
func (o *ProductInformation) HasUsdaCode() bool
HasUsdaCode returns a boolean if a field has been set.
func (ProductInformation) MarshalJSON ¶
func (o ProductInformation) MarshalJSON() ([]byte, error)
func (*ProductInformation) SetAisle ¶
func (o *ProductInformation) SetAisle(v string)
SetAisle sets field value
func (*ProductInformation) SetBadges ¶
func (o *ProductInformation) SetBadges(v []string)
SetBadges sets field value
func (*ProductInformation) SetBreadcrumbs ¶
func (o *ProductInformation) SetBreadcrumbs(v []string)
SetBreadcrumbs sets field value
func (*ProductInformation) SetCredits ¶
func (o *ProductInformation) SetCredits(v ProductInformationCredits)
SetCredits gets a reference to the given ProductInformationCredits and assigns it to the Credits field.
func (*ProductInformation) SetGeneratedText ¶
func (o *ProductInformation) SetGeneratedText(v string)
SetGeneratedText gets a reference to the given NullableString and assigns it to the GeneratedText field.
func (*ProductInformation) SetGeneratedTextNil ¶
func (o *ProductInformation) SetGeneratedTextNil()
SetGeneratedTextNil sets the value for GeneratedText to be an explicit nil
func (*ProductInformation) SetId ¶
func (o *ProductInformation) SetId(v int32)
SetId sets field value
func (*ProductInformation) SetImageType ¶
func (o *ProductInformation) SetImageType(v string)
SetImageType sets field value
func (*ProductInformation) SetImportantBadges ¶
func (o *ProductInformation) SetImportantBadges(v []string)
SetImportantBadges sets field value
func (*ProductInformation) SetIngredientCount ¶
func (o *ProductInformation) SetIngredientCount(v int32)
SetIngredientCount sets field value
func (*ProductInformation) SetIngredientList ¶
func (o *ProductInformation) SetIngredientList(v string)
SetIngredientList sets field value
func (*ProductInformation) SetIngredients ¶
func (o *ProductInformation) SetIngredients(v []IngredientBasics)
SetIngredients sets field value
func (*ProductInformation) SetLikes ¶
func (o *ProductInformation) SetLikes(v float32)
SetLikes sets field value
func (*ProductInformation) SetNutrition ¶
func (o *ProductInformation) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
SetNutrition sets field value
func (*ProductInformation) SetPrice ¶
func (o *ProductInformation) SetPrice(v float32)
SetPrice sets field value
func (*ProductInformation) SetServings ¶
func (o *ProductInformation) SetServings(v SearchGroceryProductsByUPC200ResponseServings)
SetServings sets field value
func (*ProductInformation) SetSpoonacularScore ¶
func (o *ProductInformation) SetSpoonacularScore(v float32)
SetSpoonacularScore sets field value
func (*ProductInformation) SetTitle ¶
func (o *ProductInformation) SetTitle(v string)
SetTitle sets field value
func (*ProductInformation) SetUpc ¶
func (o *ProductInformation) SetUpc(v string)
SetUpc gets a reference to the given NullableString and assigns it to the Upc field.
func (*ProductInformation) SetUpcNil ¶
func (o *ProductInformation) SetUpcNil()
SetUpcNil sets the value for Upc to be an explicit nil
func (*ProductInformation) SetUsdaCode ¶
func (o *ProductInformation) SetUsdaCode(v string)
SetUsdaCode gets a reference to the given NullableString and assigns it to the UsdaCode field.
func (*ProductInformation) SetUsdaCodeNil ¶
func (o *ProductInformation) SetUsdaCodeNil()
SetUsdaCodeNil sets the value for UsdaCode to be an explicit nil
func (ProductInformation) ToMap ¶
func (o ProductInformation) ToMap() (map[string]interface{}, error)
func (*ProductInformation) UnmarshalJSON ¶
func (o *ProductInformation) UnmarshalJSON(data []byte) (err error)
func (*ProductInformation) UnsetGeneratedText ¶
func (o *ProductInformation) UnsetGeneratedText()
UnsetGeneratedText ensures that no value is present for GeneratedText, not even an explicit nil
func (*ProductInformation) UnsetUpc ¶
func (o *ProductInformation) UnsetUpc()
UnsetUpc ensures that no value is present for Upc, not even an explicit nil
func (*ProductInformation) UnsetUsdaCode ¶
func (o *ProductInformation) UnsetUsdaCode()
UnsetUsdaCode ensures that no value is present for UsdaCode, not even an explicit nil
type ProductInformationCredits ¶
type ProductInformationCredits struct { Text *string `json:"text,omitempty"` Link *string `json:"link,omitempty"` Image *string `json:"image,omitempty"` ImageLink *string `json:"imageLink,omitempty"` }
ProductInformationCredits struct for ProductInformationCredits
func NewProductInformationCredits ¶
func NewProductInformationCredits() *ProductInformationCredits
NewProductInformationCredits instantiates a new ProductInformationCredits 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 NewProductInformationCreditsWithDefaults ¶
func NewProductInformationCreditsWithDefaults() *ProductInformationCredits
NewProductInformationCreditsWithDefaults instantiates a new ProductInformationCredits 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 (*ProductInformationCredits) GetImage ¶
func (o *ProductInformationCredits) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*ProductInformationCredits) GetImageLink ¶
func (o *ProductInformationCredits) GetImageLink() string
GetImageLink returns the ImageLink field value if set, zero value otherwise.
func (*ProductInformationCredits) GetImageLinkOk ¶
func (o *ProductInformationCredits) GetImageLinkOk() (*string, bool)
GetImageLinkOk returns a tuple with the ImageLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductInformationCredits) GetImageOk ¶
func (o *ProductInformationCredits) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductInformationCredits) GetLink ¶
func (o *ProductInformationCredits) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*ProductInformationCredits) GetLinkOk ¶
func (o *ProductInformationCredits) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductInformationCredits) GetText ¶
func (o *ProductInformationCredits) GetText() string
GetText returns the Text field value if set, zero value otherwise.
func (*ProductInformationCredits) GetTextOk ¶
func (o *ProductInformationCredits) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductInformationCredits) HasImage ¶
func (o *ProductInformationCredits) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*ProductInformationCredits) HasImageLink ¶
func (o *ProductInformationCredits) HasImageLink() bool
HasImageLink returns a boolean if a field has been set.
func (*ProductInformationCredits) HasLink ¶
func (o *ProductInformationCredits) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*ProductInformationCredits) HasText ¶
func (o *ProductInformationCredits) HasText() bool
HasText returns a boolean if a field has been set.
func (ProductInformationCredits) MarshalJSON ¶
func (o ProductInformationCredits) MarshalJSON() ([]byte, error)
func (*ProductInformationCredits) SetImage ¶
func (o *ProductInformationCredits) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*ProductInformationCredits) SetImageLink ¶
func (o *ProductInformationCredits) SetImageLink(v string)
SetImageLink gets a reference to the given string and assigns it to the ImageLink field.
func (*ProductInformationCredits) SetLink ¶
func (o *ProductInformationCredits) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*ProductInformationCredits) SetText ¶
func (o *ProductInformationCredits) SetText(v string)
SetText gets a reference to the given string and assigns it to the Text field.
func (ProductInformationCredits) ToMap ¶
func (o ProductInformationCredits) ToMap() (map[string]interface{}, error)
type ProductsAPIService ¶
type ProductsAPIService service
ProductsAPIService ProductsAPI service
func (*ProductsAPIService) AutocompleteProductSearch ¶
func (a *ProductsAPIService) AutocompleteProductSearch(ctx context.Context) ApiAutocompleteProductSearchRequest
AutocompleteProductSearch Autocomplete Product Search
Generate suggestions for grocery products based on a (partial) query. The matches will be found by looking in the title only.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAutocompleteProductSearchRequest
func (*ProductsAPIService) AutocompleteProductSearchExecute ¶
func (a *ProductsAPIService) AutocompleteProductSearchExecute(r ApiAutocompleteProductSearchRequest) (*AutocompleteProductSearch200Response, *http.Response, error)
Execute executes the request
@return AutocompleteProductSearch200Response
func (*ProductsAPIService) ClassifyGroceryProduct ¶
func (a *ProductsAPIService) ClassifyGroceryProduct(ctx context.Context) ApiClassifyGroceryProductRequest
ClassifyGroceryProduct Classify Grocery Product
This endpoint allows you to match a packaged food to a basic category, e.g. a specific brand of milk to the category milk.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiClassifyGroceryProductRequest
func (*ProductsAPIService) ClassifyGroceryProductBulk ¶
func (a *ProductsAPIService) ClassifyGroceryProductBulk(ctx context.Context) ApiClassifyGroceryProductBulkRequest
ClassifyGroceryProductBulk Classify Grocery Product Bulk
Provide a set of product jsons, get back classified products.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiClassifyGroceryProductBulkRequest
func (*ProductsAPIService) ClassifyGroceryProductBulkExecute ¶
func (a *ProductsAPIService) ClassifyGroceryProductBulkExecute(r ApiClassifyGroceryProductBulkRequest) ([]ClassifyGroceryProductBulk200ResponseInner, *http.Response, error)
Execute executes the request
@return []ClassifyGroceryProductBulk200ResponseInner
func (*ProductsAPIService) ClassifyGroceryProductExecute ¶
func (a *ProductsAPIService) ClassifyGroceryProductExecute(r ApiClassifyGroceryProductRequest) (*ClassifyGroceryProduct200Response, *http.Response, error)
Execute executes the request
@return ClassifyGroceryProduct200Response
func (*ProductsAPIService) GetComparableProducts ¶
func (a *ProductsAPIService) GetComparableProducts(ctx context.Context, upc string) ApiGetComparableProductsRequest
GetComparableProducts Get Comparable Products
Find comparable products to the given one.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param upc The UPC of the product for which you want to find comparable products. @return ApiGetComparableProductsRequest
func (*ProductsAPIService) GetComparableProductsExecute ¶
func (a *ProductsAPIService) GetComparableProductsExecute(r ApiGetComparableProductsRequest) (*GetComparableProducts200Response, *http.Response, error)
Execute executes the request
@return GetComparableProducts200Response
func (*ProductsAPIService) GetProductInformation ¶
func (a *ProductsAPIService) GetProductInformation(ctx context.Context, id int32) ApiGetProductInformationRequest
GetProductInformation Get Product Information
Use a product id to get full information about a product, such as ingredients, nutrition, etc. The nutritional information is per serving.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the packaged food. @return ApiGetProductInformationRequest
func (*ProductsAPIService) GetProductInformationExecute ¶
func (a *ProductsAPIService) GetProductInformationExecute(r ApiGetProductInformationRequest) (*ProductInformation, *http.Response, error)
Execute executes the request
@return ProductInformation
func (*ProductsAPIService) ProductNutritionByIDImage ¶
func (a *ProductsAPIService) ProductNutritionByIDImage(ctx context.Context, id int32) ApiProductNutritionByIDImageRequest
ProductNutritionByIDImage Product Nutrition by ID Image
Visualize a product's nutritional information as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the product. @return ApiProductNutritionByIDImageRequest
func (*ProductsAPIService) ProductNutritionByIDImageExecute ¶
func (a *ProductsAPIService) ProductNutritionByIDImageExecute(r ApiProductNutritionByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*ProductsAPIService) ProductNutritionLabelImage ¶
func (a *ProductsAPIService) ProductNutritionLabelImage(ctx context.Context, id int32) ApiProductNutritionLabelImageRequest
ProductNutritionLabelImage Product Nutrition Label Image
Get a product's nutrition label as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The product id. @return ApiProductNutritionLabelImageRequest
func (*ProductsAPIService) ProductNutritionLabelImageExecute ¶
func (a *ProductsAPIService) ProductNutritionLabelImageExecute(r ApiProductNutritionLabelImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*ProductsAPIService) ProductNutritionLabelWidget ¶
func (a *ProductsAPIService) ProductNutritionLabelWidget(ctx context.Context, id int32) ApiProductNutritionLabelWidgetRequest
ProductNutritionLabelWidget Product Nutrition Label Widget
Get a product's nutrition label as an HTML widget.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The product id. @return ApiProductNutritionLabelWidgetRequest
func (*ProductsAPIService) ProductNutritionLabelWidgetExecute ¶
func (a *ProductsAPIService) ProductNutritionLabelWidgetExecute(r ApiProductNutritionLabelWidgetRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*ProductsAPIService) SearchGroceryProducts ¶
func (a *ProductsAPIService) SearchGroceryProducts(ctx context.Context) ApiSearchGroceryProductsRequest
SearchGroceryProducts Search Grocery Products
Search packaged food products, such as frozen pizza or Greek yogurt.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchGroceryProductsRequest
func (*ProductsAPIService) SearchGroceryProductsByUPC ¶
func (a *ProductsAPIService) SearchGroceryProductsByUPC(ctx context.Context, upc string) ApiSearchGroceryProductsByUPCRequest
SearchGroceryProductsByUPC Search Grocery Products by UPC
Get information about a packaged food using its UPC.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param upc The product's UPC. @return ApiSearchGroceryProductsByUPCRequest
func (*ProductsAPIService) SearchGroceryProductsByUPCExecute ¶
func (a *ProductsAPIService) SearchGroceryProductsByUPCExecute(r ApiSearchGroceryProductsByUPCRequest) (*SearchGroceryProductsByUPC200Response, *http.Response, error)
Execute executes the request
@return SearchGroceryProductsByUPC200Response
func (*ProductsAPIService) SearchGroceryProductsExecute ¶
func (a *ProductsAPIService) SearchGroceryProductsExecute(r ApiSearchGroceryProductsRequest) (*SearchGroceryProducts200Response, *http.Response, error)
Execute executes the request
@return SearchGroceryProducts200Response
func (*ProductsAPIService) VisualizeProductNutritionByID ¶
func (a *ProductsAPIService) VisualizeProductNutritionByID(ctx context.Context, id int32) ApiVisualizeProductNutritionByIDRequest
VisualizeProductNutritionByID Product Nutrition by ID Widget
Visualize a product's nutritional information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the product. @return ApiVisualizeProductNutritionByIDRequest
func (*ProductsAPIService) VisualizeProductNutritionByIDExecute ¶
func (a *ProductsAPIService) VisualizeProductNutritionByIDExecute(r ApiVisualizeProductNutritionByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
type QuickAnswer200Response ¶
QuickAnswer200Response
func NewQuickAnswer200Response ¶
func NewQuickAnswer200Response(answer string, image string) *QuickAnswer200Response
NewQuickAnswer200Response instantiates a new QuickAnswer200Response 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 NewQuickAnswer200ResponseWithDefaults ¶
func NewQuickAnswer200ResponseWithDefaults() *QuickAnswer200Response
NewQuickAnswer200ResponseWithDefaults instantiates a new QuickAnswer200Response 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 (*QuickAnswer200Response) GetAnswer ¶
func (o *QuickAnswer200Response) GetAnswer() string
GetAnswer returns the Answer field value
func (*QuickAnswer200Response) GetAnswerOk ¶
func (o *QuickAnswer200Response) GetAnswerOk() (*string, bool)
GetAnswerOk returns a tuple with the Answer field value and a boolean to check if the value has been set.
func (*QuickAnswer200Response) GetImage ¶
func (o *QuickAnswer200Response) GetImage() string
GetImage returns the Image field value
func (*QuickAnswer200Response) GetImageOk ¶
func (o *QuickAnswer200Response) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (QuickAnswer200Response) MarshalJSON ¶
func (o QuickAnswer200Response) MarshalJSON() ([]byte, error)
func (*QuickAnswer200Response) SetAnswer ¶
func (o *QuickAnswer200Response) SetAnswer(v string)
SetAnswer sets field value
func (*QuickAnswer200Response) SetImage ¶
func (o *QuickAnswer200Response) SetImage(v string)
SetImage sets field value
func (QuickAnswer200Response) ToMap ¶
func (o QuickAnswer200Response) ToMap() (map[string]interface{}, error)
func (*QuickAnswer200Response) UnmarshalJSON ¶
func (o *QuickAnswer200Response) UnmarshalJSON(data []byte) (err error)
type RecipeInformation ¶
type RecipeInformation struct { Id int32 `json:"id"` Title string `json:"title"` Image NullableString `json:"image"` ImageType *string `json:"imageType,omitempty"` Servings float32 `json:"servings"` ReadyInMinutes int32 `json:"readyInMinutes"` PreparationMinutes NullableInt32 `json:"preparationMinutes,omitempty"` CookingMinutes NullableInt32 `json:"cookingMinutes,omitempty"` License *string `json:"license,omitempty"` SourceName string `json:"sourceName"` SourceUrl string `json:"sourceUrl"` SpoonacularSourceUrl string `json:"spoonacularSourceUrl"` AggregateLikes int32 `json:"aggregateLikes"` HealthScore float32 `json:"healthScore"` SpoonacularScore float32 `json:"spoonacularScore"` PricePerServing float32 `json:"pricePerServing"` AnalyzedInstructions []map[string]interface{} `json:"analyzedInstructions"` Cheap bool `json:"cheap"` CreditsText string `json:"creditsText"` Cuisines []string `json:"cuisines"` DairyFree bool `json:"dairyFree"` Diets []string `json:"diets"` Gaps string `json:"gaps"` GlutenFree bool `json:"glutenFree"` Instructions NullableString `json:"instructions"` LowFodmap bool `json:"lowFodmap"` Occasions []string `json:"occasions"` Sustainable bool `json:"sustainable"` Vegan bool `json:"vegan"` Vegetarian bool `json:"vegetarian"` VeryHealthy bool `json:"veryHealthy"` VeryPopular bool `json:"veryPopular"` WeightWatcherSmartPoints float32 `json:"weightWatcherSmartPoints"` DishTypes []string `json:"dishTypes"` ExtendedIngredients []RecipeInformationExtendedIngredientsInner `json:"extendedIngredients"` Summary string `json:"summary"` WinePairing *RecipeInformationWinePairing `json:"winePairing,omitempty"` Taste *TasteInformation `json:"taste,omitempty"` }
RecipeInformation
func NewRecipeInformation ¶
func NewRecipeInformation(id int32, title string, image NullableString, servings float32, readyInMinutes int32, sourceName string, sourceUrl string, spoonacularSourceUrl string, aggregateLikes int32, healthScore float32, spoonacularScore float32, pricePerServing float32, analyzedInstructions []map[string]interface{}, cheap bool, creditsText string, cuisines []string, dairyFree bool, diets []string, gaps string, glutenFree bool, instructions NullableString, lowFodmap bool, occasions []string, sustainable bool, vegan bool, vegetarian bool, veryHealthy bool, veryPopular bool, weightWatcherSmartPoints float32, dishTypes []string, extendedIngredients []RecipeInformationExtendedIngredientsInner, summary string) *RecipeInformation
NewRecipeInformation instantiates a new RecipeInformation 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 NewRecipeInformationWithDefaults ¶
func NewRecipeInformationWithDefaults() *RecipeInformation
NewRecipeInformationWithDefaults instantiates a new RecipeInformation 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 (*RecipeInformation) GetAggregateLikes ¶
func (o *RecipeInformation) GetAggregateLikes() int32
GetAggregateLikes returns the AggregateLikes field value
func (*RecipeInformation) GetAggregateLikesOk ¶
func (o *RecipeInformation) GetAggregateLikesOk() (*int32, bool)
GetAggregateLikesOk returns a tuple with the AggregateLikes field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetAnalyzedInstructions ¶
func (o *RecipeInformation) GetAnalyzedInstructions() []map[string]interface{}
GetAnalyzedInstructions returns the AnalyzedInstructions field value
func (*RecipeInformation) GetAnalyzedInstructionsOk ¶
func (o *RecipeInformation) GetAnalyzedInstructionsOk() ([]map[string]interface{}, bool)
GetAnalyzedInstructionsOk returns a tuple with the AnalyzedInstructions field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetCheap ¶
func (o *RecipeInformation) GetCheap() bool
GetCheap returns the Cheap field value
func (*RecipeInformation) GetCheapOk ¶
func (o *RecipeInformation) GetCheapOk() (*bool, bool)
GetCheapOk returns a tuple with the Cheap field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetCookingMinutes ¶
func (o *RecipeInformation) GetCookingMinutes() int32
GetCookingMinutes returns the CookingMinutes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RecipeInformation) GetCookingMinutesOk ¶
func (o *RecipeInformation) GetCookingMinutesOk() (*int32, bool)
GetCookingMinutesOk returns a tuple with the CookingMinutes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RecipeInformation) GetCreditsText ¶
func (o *RecipeInformation) GetCreditsText() string
GetCreditsText returns the CreditsText field value
func (*RecipeInformation) GetCreditsTextOk ¶
func (o *RecipeInformation) GetCreditsTextOk() (*string, bool)
GetCreditsTextOk returns a tuple with the CreditsText field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetCuisines ¶
func (o *RecipeInformation) GetCuisines() []string
GetCuisines returns the Cuisines field value
func (*RecipeInformation) GetCuisinesOk ¶
func (o *RecipeInformation) GetCuisinesOk() ([]string, bool)
GetCuisinesOk returns a tuple with the Cuisines field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetDairyFree ¶
func (o *RecipeInformation) GetDairyFree() bool
GetDairyFree returns the DairyFree field value
func (*RecipeInformation) GetDairyFreeOk ¶
func (o *RecipeInformation) GetDairyFreeOk() (*bool, bool)
GetDairyFreeOk returns a tuple with the DairyFree field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetDiets ¶
func (o *RecipeInformation) GetDiets() []string
GetDiets returns the Diets field value
func (*RecipeInformation) GetDietsOk ¶
func (o *RecipeInformation) GetDietsOk() ([]string, bool)
GetDietsOk returns a tuple with the Diets field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetDishTypes ¶
func (o *RecipeInformation) GetDishTypes() []string
GetDishTypes returns the DishTypes field value
func (*RecipeInformation) GetDishTypesOk ¶
func (o *RecipeInformation) GetDishTypesOk() ([]string, bool)
GetDishTypesOk returns a tuple with the DishTypes field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetExtendedIngredients ¶
func (o *RecipeInformation) GetExtendedIngredients() []RecipeInformationExtendedIngredientsInner
GetExtendedIngredients returns the ExtendedIngredients field value
func (*RecipeInformation) GetExtendedIngredientsOk ¶
func (o *RecipeInformation) GetExtendedIngredientsOk() ([]RecipeInformationExtendedIngredientsInner, bool)
GetExtendedIngredientsOk returns a tuple with the ExtendedIngredients field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetGaps ¶
func (o *RecipeInformation) GetGaps() string
GetGaps returns the Gaps field value
func (*RecipeInformation) GetGapsOk ¶
func (o *RecipeInformation) GetGapsOk() (*string, bool)
GetGapsOk returns a tuple with the Gaps field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetGlutenFree ¶
func (o *RecipeInformation) GetGlutenFree() bool
GetGlutenFree returns the GlutenFree field value
func (*RecipeInformation) GetGlutenFreeOk ¶
func (o *RecipeInformation) GetGlutenFreeOk() (*bool, bool)
GetGlutenFreeOk returns a tuple with the GlutenFree field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetHealthScore ¶
func (o *RecipeInformation) GetHealthScore() float32
GetHealthScore returns the HealthScore field value
func (*RecipeInformation) GetHealthScoreOk ¶
func (o *RecipeInformation) GetHealthScoreOk() (*float32, bool)
GetHealthScoreOk returns a tuple with the HealthScore field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetId ¶
func (o *RecipeInformation) GetId() int32
GetId returns the Id field value
func (*RecipeInformation) GetIdOk ¶
func (o *RecipeInformation) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetImage ¶
func (o *RecipeInformation) GetImage() string
GetImage returns the Image field value If the value is explicit nil, the zero value for string will be returned
func (*RecipeInformation) GetImageOk ¶
func (o *RecipeInformation) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RecipeInformation) GetImageType ¶
func (o *RecipeInformation) GetImageType() string
GetImageType returns the ImageType field value if set, zero value otherwise.
func (*RecipeInformation) GetImageTypeOk ¶
func (o *RecipeInformation) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformation) GetInstructions ¶
func (o *RecipeInformation) GetInstructions() string
GetInstructions returns the Instructions field value If the value is explicit nil, the zero value for string will be returned
func (*RecipeInformation) GetInstructionsOk ¶
func (o *RecipeInformation) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RecipeInformation) GetLicense ¶
func (o *RecipeInformation) GetLicense() string
GetLicense returns the License field value if set, zero value otherwise.
func (*RecipeInformation) GetLicenseOk ¶
func (o *RecipeInformation) GetLicenseOk() (*string, bool)
GetLicenseOk returns a tuple with the License field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformation) GetLowFodmap ¶
func (o *RecipeInformation) GetLowFodmap() bool
GetLowFodmap returns the LowFodmap field value
func (*RecipeInformation) GetLowFodmapOk ¶
func (o *RecipeInformation) GetLowFodmapOk() (*bool, bool)
GetLowFodmapOk returns a tuple with the LowFodmap field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetOccasions ¶
func (o *RecipeInformation) GetOccasions() []string
GetOccasions returns the Occasions field value
func (*RecipeInformation) GetOccasionsOk ¶
func (o *RecipeInformation) GetOccasionsOk() ([]string, bool)
GetOccasionsOk returns a tuple with the Occasions field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetPreparationMinutes ¶
func (o *RecipeInformation) GetPreparationMinutes() int32
GetPreparationMinutes returns the PreparationMinutes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RecipeInformation) GetPreparationMinutesOk ¶
func (o *RecipeInformation) GetPreparationMinutesOk() (*int32, bool)
GetPreparationMinutesOk returns a tuple with the PreparationMinutes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RecipeInformation) GetPricePerServing ¶
func (o *RecipeInformation) GetPricePerServing() float32
GetPricePerServing returns the PricePerServing field value
func (*RecipeInformation) GetPricePerServingOk ¶
func (o *RecipeInformation) GetPricePerServingOk() (*float32, bool)
GetPricePerServingOk returns a tuple with the PricePerServing field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetReadyInMinutes ¶
func (o *RecipeInformation) GetReadyInMinutes() int32
GetReadyInMinutes returns the ReadyInMinutes field value
func (*RecipeInformation) GetReadyInMinutesOk ¶
func (o *RecipeInformation) GetReadyInMinutesOk() (*int32, bool)
GetReadyInMinutesOk returns a tuple with the ReadyInMinutes field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetServings ¶
func (o *RecipeInformation) GetServings() float32
GetServings returns the Servings field value
func (*RecipeInformation) GetServingsOk ¶
func (o *RecipeInformation) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSourceName ¶
func (o *RecipeInformation) GetSourceName() string
GetSourceName returns the SourceName field value
func (*RecipeInformation) GetSourceNameOk ¶
func (o *RecipeInformation) GetSourceNameOk() (*string, bool)
GetSourceNameOk returns a tuple with the SourceName field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSourceUrl ¶
func (o *RecipeInformation) GetSourceUrl() string
GetSourceUrl returns the SourceUrl field value
func (*RecipeInformation) GetSourceUrlOk ¶
func (o *RecipeInformation) GetSourceUrlOk() (*string, bool)
GetSourceUrlOk returns a tuple with the SourceUrl field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSpoonacularScore ¶
func (o *RecipeInformation) GetSpoonacularScore() float32
GetSpoonacularScore returns the SpoonacularScore field value
func (*RecipeInformation) GetSpoonacularScoreOk ¶
func (o *RecipeInformation) GetSpoonacularScoreOk() (*float32, bool)
GetSpoonacularScoreOk returns a tuple with the SpoonacularScore field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSpoonacularSourceUrl ¶
func (o *RecipeInformation) GetSpoonacularSourceUrl() string
GetSpoonacularSourceUrl returns the SpoonacularSourceUrl field value
func (*RecipeInformation) GetSpoonacularSourceUrlOk ¶
func (o *RecipeInformation) GetSpoonacularSourceUrlOk() (*string, bool)
GetSpoonacularSourceUrlOk returns a tuple with the SpoonacularSourceUrl field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSummary ¶
func (o *RecipeInformation) GetSummary() string
GetSummary returns the Summary field value
func (*RecipeInformation) GetSummaryOk ¶
func (o *RecipeInformation) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetSustainable ¶
func (o *RecipeInformation) GetSustainable() bool
GetSustainable returns the Sustainable field value
func (*RecipeInformation) GetSustainableOk ¶
func (o *RecipeInformation) GetSustainableOk() (*bool, bool)
GetSustainableOk returns a tuple with the Sustainable field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetTaste ¶
func (o *RecipeInformation) GetTaste() TasteInformation
GetTaste returns the Taste field value if set, zero value otherwise.
func (*RecipeInformation) GetTasteOk ¶
func (o *RecipeInformation) GetTasteOk() (*TasteInformation, bool)
GetTasteOk returns a tuple with the Taste field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformation) GetTitle ¶
func (o *RecipeInformation) GetTitle() string
GetTitle returns the Title field value
func (*RecipeInformation) GetTitleOk ¶
func (o *RecipeInformation) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetVegan ¶
func (o *RecipeInformation) GetVegan() bool
GetVegan returns the Vegan field value
func (*RecipeInformation) GetVeganOk ¶
func (o *RecipeInformation) GetVeganOk() (*bool, bool)
GetVeganOk returns a tuple with the Vegan field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetVegetarian ¶
func (o *RecipeInformation) GetVegetarian() bool
GetVegetarian returns the Vegetarian field value
func (*RecipeInformation) GetVegetarianOk ¶
func (o *RecipeInformation) GetVegetarianOk() (*bool, bool)
GetVegetarianOk returns a tuple with the Vegetarian field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetVeryHealthy ¶
func (o *RecipeInformation) GetVeryHealthy() bool
GetVeryHealthy returns the VeryHealthy field value
func (*RecipeInformation) GetVeryHealthyOk ¶
func (o *RecipeInformation) GetVeryHealthyOk() (*bool, bool)
GetVeryHealthyOk returns a tuple with the VeryHealthy field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetVeryPopular ¶
func (o *RecipeInformation) GetVeryPopular() bool
GetVeryPopular returns the VeryPopular field value
func (*RecipeInformation) GetVeryPopularOk ¶
func (o *RecipeInformation) GetVeryPopularOk() (*bool, bool)
GetVeryPopularOk returns a tuple with the VeryPopular field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetWeightWatcherSmartPoints ¶
func (o *RecipeInformation) GetWeightWatcherSmartPoints() float32
GetWeightWatcherSmartPoints returns the WeightWatcherSmartPoints field value
func (*RecipeInformation) GetWeightWatcherSmartPointsOk ¶
func (o *RecipeInformation) GetWeightWatcherSmartPointsOk() (*float32, bool)
GetWeightWatcherSmartPointsOk returns a tuple with the WeightWatcherSmartPoints field value and a boolean to check if the value has been set.
func (*RecipeInformation) GetWinePairing ¶
func (o *RecipeInformation) GetWinePairing() RecipeInformationWinePairing
GetWinePairing returns the WinePairing field value if set, zero value otherwise.
func (*RecipeInformation) GetWinePairingOk ¶
func (o *RecipeInformation) GetWinePairingOk() (*RecipeInformationWinePairing, bool)
GetWinePairingOk returns a tuple with the WinePairing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformation) HasCookingMinutes ¶
func (o *RecipeInformation) HasCookingMinutes() bool
HasCookingMinutes returns a boolean if a field has been set.
func (*RecipeInformation) HasImageType ¶
func (o *RecipeInformation) HasImageType() bool
HasImageType returns a boolean if a field has been set.
func (*RecipeInformation) HasLicense ¶
func (o *RecipeInformation) HasLicense() bool
HasLicense returns a boolean if a field has been set.
func (*RecipeInformation) HasPreparationMinutes ¶
func (o *RecipeInformation) HasPreparationMinutes() bool
HasPreparationMinutes returns a boolean if a field has been set.
func (*RecipeInformation) HasTaste ¶
func (o *RecipeInformation) HasTaste() bool
HasTaste returns a boolean if a field has been set.
func (*RecipeInformation) HasWinePairing ¶
func (o *RecipeInformation) HasWinePairing() bool
HasWinePairing returns a boolean if a field has been set.
func (RecipeInformation) MarshalJSON ¶
func (o RecipeInformation) MarshalJSON() ([]byte, error)
func (*RecipeInformation) SetAggregateLikes ¶
func (o *RecipeInformation) SetAggregateLikes(v int32)
SetAggregateLikes sets field value
func (*RecipeInformation) SetAnalyzedInstructions ¶
func (o *RecipeInformation) SetAnalyzedInstructions(v []map[string]interface{})
SetAnalyzedInstructions sets field value
func (*RecipeInformation) SetCheap ¶
func (o *RecipeInformation) SetCheap(v bool)
SetCheap sets field value
func (*RecipeInformation) SetCookingMinutes ¶
func (o *RecipeInformation) SetCookingMinutes(v int32)
SetCookingMinutes gets a reference to the given NullableInt32 and assigns it to the CookingMinutes field.
func (*RecipeInformation) SetCookingMinutesNil ¶
func (o *RecipeInformation) SetCookingMinutesNil()
SetCookingMinutesNil sets the value for CookingMinutes to be an explicit nil
func (*RecipeInformation) SetCreditsText ¶
func (o *RecipeInformation) SetCreditsText(v string)
SetCreditsText sets field value
func (*RecipeInformation) SetCuisines ¶
func (o *RecipeInformation) SetCuisines(v []string)
SetCuisines sets field value
func (*RecipeInformation) SetDairyFree ¶
func (o *RecipeInformation) SetDairyFree(v bool)
SetDairyFree sets field value
func (*RecipeInformation) SetDiets ¶
func (o *RecipeInformation) SetDiets(v []string)
SetDiets sets field value
func (*RecipeInformation) SetDishTypes ¶
func (o *RecipeInformation) SetDishTypes(v []string)
SetDishTypes sets field value
func (*RecipeInformation) SetExtendedIngredients ¶
func (o *RecipeInformation) SetExtendedIngredients(v []RecipeInformationExtendedIngredientsInner)
SetExtendedIngredients sets field value
func (*RecipeInformation) SetGaps ¶
func (o *RecipeInformation) SetGaps(v string)
SetGaps sets field value
func (*RecipeInformation) SetGlutenFree ¶
func (o *RecipeInformation) SetGlutenFree(v bool)
SetGlutenFree sets field value
func (*RecipeInformation) SetHealthScore ¶
func (o *RecipeInformation) SetHealthScore(v float32)
SetHealthScore sets field value
func (*RecipeInformation) SetImage ¶
func (o *RecipeInformation) SetImage(v string)
SetImage sets field value
func (*RecipeInformation) SetImageType ¶
func (o *RecipeInformation) SetImageType(v string)
SetImageType gets a reference to the given string and assigns it to the ImageType field.
func (*RecipeInformation) SetInstructions ¶
func (o *RecipeInformation) SetInstructions(v string)
SetInstructions sets field value
func (*RecipeInformation) SetLicense ¶
func (o *RecipeInformation) SetLicense(v string)
SetLicense gets a reference to the given string and assigns it to the License field.
func (*RecipeInformation) SetLowFodmap ¶
func (o *RecipeInformation) SetLowFodmap(v bool)
SetLowFodmap sets field value
func (*RecipeInformation) SetOccasions ¶
func (o *RecipeInformation) SetOccasions(v []string)
SetOccasions sets field value
func (*RecipeInformation) SetPreparationMinutes ¶
func (o *RecipeInformation) SetPreparationMinutes(v int32)
SetPreparationMinutes gets a reference to the given NullableInt32 and assigns it to the PreparationMinutes field.
func (*RecipeInformation) SetPreparationMinutesNil ¶
func (o *RecipeInformation) SetPreparationMinutesNil()
SetPreparationMinutesNil sets the value for PreparationMinutes to be an explicit nil
func (*RecipeInformation) SetPricePerServing ¶
func (o *RecipeInformation) SetPricePerServing(v float32)
SetPricePerServing sets field value
func (*RecipeInformation) SetReadyInMinutes ¶
func (o *RecipeInformation) SetReadyInMinutes(v int32)
SetReadyInMinutes sets field value
func (*RecipeInformation) SetServings ¶
func (o *RecipeInformation) SetServings(v float32)
SetServings sets field value
func (*RecipeInformation) SetSourceName ¶
func (o *RecipeInformation) SetSourceName(v string)
SetSourceName sets field value
func (*RecipeInformation) SetSourceUrl ¶
func (o *RecipeInformation) SetSourceUrl(v string)
SetSourceUrl sets field value
func (*RecipeInformation) SetSpoonacularScore ¶
func (o *RecipeInformation) SetSpoonacularScore(v float32)
SetSpoonacularScore sets field value
func (*RecipeInformation) SetSpoonacularSourceUrl ¶
func (o *RecipeInformation) SetSpoonacularSourceUrl(v string)
SetSpoonacularSourceUrl sets field value
func (*RecipeInformation) SetSummary ¶
func (o *RecipeInformation) SetSummary(v string)
SetSummary sets field value
func (*RecipeInformation) SetSustainable ¶
func (o *RecipeInformation) SetSustainable(v bool)
SetSustainable sets field value
func (*RecipeInformation) SetTaste ¶
func (o *RecipeInformation) SetTaste(v TasteInformation)
SetTaste gets a reference to the given TasteInformation and assigns it to the Taste field.
func (*RecipeInformation) SetTitle ¶
func (o *RecipeInformation) SetTitle(v string)
SetTitle sets field value
func (*RecipeInformation) SetVegan ¶
func (o *RecipeInformation) SetVegan(v bool)
SetVegan sets field value
func (*RecipeInformation) SetVegetarian ¶
func (o *RecipeInformation) SetVegetarian(v bool)
SetVegetarian sets field value
func (*RecipeInformation) SetVeryHealthy ¶
func (o *RecipeInformation) SetVeryHealthy(v bool)
SetVeryHealthy sets field value
func (*RecipeInformation) SetVeryPopular ¶
func (o *RecipeInformation) SetVeryPopular(v bool)
SetVeryPopular sets field value
func (*RecipeInformation) SetWeightWatcherSmartPoints ¶
func (o *RecipeInformation) SetWeightWatcherSmartPoints(v float32)
SetWeightWatcherSmartPoints sets field value
func (*RecipeInformation) SetWinePairing ¶
func (o *RecipeInformation) SetWinePairing(v RecipeInformationWinePairing)
SetWinePairing gets a reference to the given RecipeInformationWinePairing and assigns it to the WinePairing field.
func (RecipeInformation) ToMap ¶
func (o RecipeInformation) ToMap() (map[string]interface{}, error)
func (*RecipeInformation) UnmarshalJSON ¶
func (o *RecipeInformation) UnmarshalJSON(data []byte) (err error)
func (*RecipeInformation) UnsetCookingMinutes ¶
func (o *RecipeInformation) UnsetCookingMinutes()
UnsetCookingMinutes ensures that no value is present for CookingMinutes, not even an explicit nil
func (*RecipeInformation) UnsetPreparationMinutes ¶
func (o *RecipeInformation) UnsetPreparationMinutes()
UnsetPreparationMinutes ensures that no value is present for PreparationMinutes, not even an explicit nil
type RecipeInformationExtendedIngredientsInner ¶
type RecipeInformationExtendedIngredientsInner struct { Aisle string `json:"aisle"` Amount float32 `json:"amount"` Consistency string `json:"consistency"` Id int32 `json:"id"` Image string `json:"image"` Measures *RecipeInformationExtendedIngredientsInnerMeasures `json:"measures,omitempty"` Meta []string `json:"meta,omitempty"` Name string `json:"name"` Original string `json:"original"` OriginalName string `json:"originalName"` Unit string `json:"unit"` }
RecipeInformationExtendedIngredientsInner struct for RecipeInformationExtendedIngredientsInner
func NewRecipeInformationExtendedIngredientsInner ¶
func NewRecipeInformationExtendedIngredientsInner(aisle string, amount float32, consistency string, id int32, image string, name string, original string, originalName string, unit string) *RecipeInformationExtendedIngredientsInner
NewRecipeInformationExtendedIngredientsInner instantiates a new RecipeInformationExtendedIngredientsInner 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 NewRecipeInformationExtendedIngredientsInnerWithDefaults ¶
func NewRecipeInformationExtendedIngredientsInnerWithDefaults() *RecipeInformationExtendedIngredientsInner
NewRecipeInformationExtendedIngredientsInnerWithDefaults instantiates a new RecipeInformationExtendedIngredientsInner 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 (*RecipeInformationExtendedIngredientsInner) GetAisle ¶
func (o *RecipeInformationExtendedIngredientsInner) GetAisle() string
GetAisle returns the Aisle field value
func (*RecipeInformationExtendedIngredientsInner) GetAisleOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetAmount ¶
func (o *RecipeInformationExtendedIngredientsInner) GetAmount() float32
GetAmount returns the Amount field value
func (*RecipeInformationExtendedIngredientsInner) GetAmountOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetConsistency ¶
func (o *RecipeInformationExtendedIngredientsInner) GetConsistency() string
GetConsistency returns the Consistency field value
func (*RecipeInformationExtendedIngredientsInner) GetConsistencyOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetConsistencyOk() (*string, bool)
GetConsistencyOk returns a tuple with the Consistency field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetId ¶
func (o *RecipeInformationExtendedIngredientsInner) GetId() int32
GetId returns the Id field value
func (*RecipeInformationExtendedIngredientsInner) GetIdOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetImage ¶
func (o *RecipeInformationExtendedIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*RecipeInformationExtendedIngredientsInner) GetImageOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetMeasures ¶
func (o *RecipeInformationExtendedIngredientsInner) GetMeasures() RecipeInformationExtendedIngredientsInnerMeasures
GetMeasures returns the Measures field value if set, zero value otherwise.
func (*RecipeInformationExtendedIngredientsInner) GetMeasuresOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetMeasuresOk() (*RecipeInformationExtendedIngredientsInnerMeasures, bool)
GetMeasuresOk returns a tuple with the Measures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetMeta ¶
func (o *RecipeInformationExtendedIngredientsInner) GetMeta() []string
GetMeta returns the Meta field value if set, zero value otherwise.
func (*RecipeInformationExtendedIngredientsInner) GetMetaOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetMetaOk() ([]string, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetName ¶
func (o *RecipeInformationExtendedIngredientsInner) GetName() string
GetName returns the Name field value
func (*RecipeInformationExtendedIngredientsInner) GetNameOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetOriginal ¶
func (o *RecipeInformationExtendedIngredientsInner) GetOriginal() string
GetOriginal returns the Original field value
func (*RecipeInformationExtendedIngredientsInner) GetOriginalName ¶
func (o *RecipeInformationExtendedIngredientsInner) GetOriginalName() string
GetOriginalName returns the OriginalName field value
func (*RecipeInformationExtendedIngredientsInner) GetOriginalNameOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetOriginalOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) GetUnit ¶
func (o *RecipeInformationExtendedIngredientsInner) GetUnit() string
GetUnit returns the Unit field value
func (*RecipeInformationExtendedIngredientsInner) GetUnitOk ¶
func (o *RecipeInformationExtendedIngredientsInner) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInner) HasMeasures ¶
func (o *RecipeInformationExtendedIngredientsInner) HasMeasures() bool
HasMeasures returns a boolean if a field has been set.
func (*RecipeInformationExtendedIngredientsInner) HasMeta ¶
func (o *RecipeInformationExtendedIngredientsInner) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (RecipeInformationExtendedIngredientsInner) MarshalJSON ¶
func (o RecipeInformationExtendedIngredientsInner) MarshalJSON() ([]byte, error)
func (*RecipeInformationExtendedIngredientsInner) SetAisle ¶
func (o *RecipeInformationExtendedIngredientsInner) SetAisle(v string)
SetAisle sets field value
func (*RecipeInformationExtendedIngredientsInner) SetAmount ¶
func (o *RecipeInformationExtendedIngredientsInner) SetAmount(v float32)
SetAmount sets field value
func (*RecipeInformationExtendedIngredientsInner) SetConsistency ¶
func (o *RecipeInformationExtendedIngredientsInner) SetConsistency(v string)
SetConsistency sets field value
func (*RecipeInformationExtendedIngredientsInner) SetId ¶
func (o *RecipeInformationExtendedIngredientsInner) SetId(v int32)
SetId sets field value
func (*RecipeInformationExtendedIngredientsInner) SetImage ¶
func (o *RecipeInformationExtendedIngredientsInner) SetImage(v string)
SetImage sets field value
func (*RecipeInformationExtendedIngredientsInner) SetMeasures ¶
func (o *RecipeInformationExtendedIngredientsInner) SetMeasures(v RecipeInformationExtendedIngredientsInnerMeasures)
SetMeasures gets a reference to the given RecipeInformationExtendedIngredientsInnerMeasures and assigns it to the Measures field.
func (*RecipeInformationExtendedIngredientsInner) SetMeta ¶
func (o *RecipeInformationExtendedIngredientsInner) SetMeta(v []string)
SetMeta gets a reference to the given []string and assigns it to the Meta field.
func (*RecipeInformationExtendedIngredientsInner) SetName ¶
func (o *RecipeInformationExtendedIngredientsInner) SetName(v string)
SetName sets field value
func (*RecipeInformationExtendedIngredientsInner) SetOriginal ¶
func (o *RecipeInformationExtendedIngredientsInner) SetOriginal(v string)
SetOriginal sets field value
func (*RecipeInformationExtendedIngredientsInner) SetOriginalName ¶
func (o *RecipeInformationExtendedIngredientsInner) SetOriginalName(v string)
SetOriginalName sets field value
func (*RecipeInformationExtendedIngredientsInner) SetUnit ¶
func (o *RecipeInformationExtendedIngredientsInner) SetUnit(v string)
SetUnit sets field value
func (RecipeInformationExtendedIngredientsInner) ToMap ¶
func (o RecipeInformationExtendedIngredientsInner) ToMap() (map[string]interface{}, error)
func (*RecipeInformationExtendedIngredientsInner) UnmarshalJSON ¶
func (o *RecipeInformationExtendedIngredientsInner) UnmarshalJSON(data []byte) (err error)
type RecipeInformationExtendedIngredientsInnerMeasures ¶
type RecipeInformationExtendedIngredientsInnerMeasures struct { Metric RecipeInformationExtendedIngredientsInnerMeasuresMetric `json:"metric"` Us RecipeInformationExtendedIngredientsInnerMeasuresMetric `json:"us"` }
RecipeInformationExtendedIngredientsInnerMeasures struct for RecipeInformationExtendedIngredientsInnerMeasures
func NewRecipeInformationExtendedIngredientsInnerMeasures ¶
func NewRecipeInformationExtendedIngredientsInnerMeasures(metric RecipeInformationExtendedIngredientsInnerMeasuresMetric, us RecipeInformationExtendedIngredientsInnerMeasuresMetric) *RecipeInformationExtendedIngredientsInnerMeasures
NewRecipeInformationExtendedIngredientsInnerMeasures instantiates a new RecipeInformationExtendedIngredientsInnerMeasures 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 NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults ¶
func NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults() *RecipeInformationExtendedIngredientsInnerMeasures
NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults instantiates a new RecipeInformationExtendedIngredientsInnerMeasures 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 (*RecipeInformationExtendedIngredientsInnerMeasures) GetMetric ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetric() RecipeInformationExtendedIngredientsInnerMeasuresMetric
GetMetric returns the Metric field value
func (*RecipeInformationExtendedIngredientsInnerMeasures) GetMetricOk ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetricOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)
GetMetricOk returns a tuple with the Metric field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInnerMeasures) GetUs ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUs() RecipeInformationExtendedIngredientsInnerMeasuresMetric
GetUs returns the Us field value
func (*RecipeInformationExtendedIngredientsInnerMeasures) GetUsOk ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUsOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)
GetUsOk returns a tuple with the Us field value and a boolean to check if the value has been set.
func (RecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON ¶
func (o RecipeInformationExtendedIngredientsInnerMeasures) MarshalJSON() ([]byte, error)
func (*RecipeInformationExtendedIngredientsInnerMeasures) SetMetric ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetMetric(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
SetMetric sets field value
func (*RecipeInformationExtendedIngredientsInnerMeasures) SetUs ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetUs(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
SetUs sets field value
func (RecipeInformationExtendedIngredientsInnerMeasures) ToMap ¶
func (o RecipeInformationExtendedIngredientsInnerMeasures) ToMap() (map[string]interface{}, error)
func (*RecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasures) UnmarshalJSON(data []byte) (err error)
type RecipeInformationExtendedIngredientsInnerMeasuresMetric ¶
type RecipeInformationExtendedIngredientsInnerMeasuresMetric struct { Amount float32 `json:"amount"` UnitLong string `json:"unitLong"` UnitShort string `json:"unitShort"` }
RecipeInformationExtendedIngredientsInnerMeasuresMetric struct for RecipeInformationExtendedIngredientsInnerMeasuresMetric
func NewRecipeInformationExtendedIngredientsInnerMeasuresMetric ¶
func NewRecipeInformationExtendedIngredientsInnerMeasuresMetric(amount float32, unitLong string, unitShort string) *RecipeInformationExtendedIngredientsInnerMeasuresMetric
NewRecipeInformationExtendedIngredientsInnerMeasuresMetric instantiates a new RecipeInformationExtendedIngredientsInnerMeasuresMetric 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 NewRecipeInformationExtendedIngredientsInnerMeasuresMetricWithDefaults ¶
func NewRecipeInformationExtendedIngredientsInnerMeasuresMetricWithDefaults() *RecipeInformationExtendedIngredientsInnerMeasuresMetric
NewRecipeInformationExtendedIngredientsInnerMeasuresMetricWithDefaults instantiates a new RecipeInformationExtendedIngredientsInnerMeasuresMetric 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 (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmount ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmount() float32
GetAmount returns the Amount field value
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmountOk ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLong ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLong() string
GetUnitLong returns the UnitLong field value
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLongOk ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitLongOk() (*string, bool)
GetUnitLongOk returns a tuple with the UnitLong field value and a boolean to check if the value has been set.
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShort ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShort() string
GetUnitShort returns the UnitShort field value
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShortOk ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) GetUnitShortOk() (*string, bool)
GetUnitShortOk returns a tuple with the UnitShort field value and a boolean to check if the value has been set.
func (RecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON ¶
func (o RecipeInformationExtendedIngredientsInnerMeasuresMetric) MarshalJSON() ([]byte, error)
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetAmount ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetAmount(v float32)
SetAmount sets field value
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitLong ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitLong(v string)
SetUnitLong sets field value
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitShort ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) SetUnitShort(v string)
SetUnitShort sets field value
func (RecipeInformationExtendedIngredientsInnerMeasuresMetric) ToMap ¶
func (o RecipeInformationExtendedIngredientsInnerMeasuresMetric) ToMap() (map[string]interface{}, error)
func (*RecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON ¶
func (o *RecipeInformationExtendedIngredientsInnerMeasuresMetric) UnmarshalJSON(data []byte) (err error)
type RecipeInformationWinePairing ¶
type RecipeInformationWinePairing struct { PairedWines []string `json:"pairedWines,omitempty"` PairingText *string `json:"pairingText,omitempty"` ProductMatches []RecipeInformationWinePairingProductMatchesInner `json:"productMatches,omitempty"` }
RecipeInformationWinePairing struct for RecipeInformationWinePairing
func NewRecipeInformationWinePairing ¶
func NewRecipeInformationWinePairing() *RecipeInformationWinePairing
NewRecipeInformationWinePairing instantiates a new RecipeInformationWinePairing 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 NewRecipeInformationWinePairingWithDefaults ¶
func NewRecipeInformationWinePairingWithDefaults() *RecipeInformationWinePairing
NewRecipeInformationWinePairingWithDefaults instantiates a new RecipeInformationWinePairing 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 (*RecipeInformationWinePairing) GetPairedWines ¶
func (o *RecipeInformationWinePairing) GetPairedWines() []string
GetPairedWines returns the PairedWines field value if set, zero value otherwise.
func (*RecipeInformationWinePairing) GetPairedWinesOk ¶
func (o *RecipeInformationWinePairing) GetPairedWinesOk() ([]string, bool)
GetPairedWinesOk returns a tuple with the PairedWines field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformationWinePairing) GetPairingText ¶
func (o *RecipeInformationWinePairing) GetPairingText() string
GetPairingText returns the PairingText field value if set, zero value otherwise.
func (*RecipeInformationWinePairing) GetPairingTextOk ¶
func (o *RecipeInformationWinePairing) GetPairingTextOk() (*string, bool)
GetPairingTextOk returns a tuple with the PairingText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformationWinePairing) GetProductMatches ¶
func (o *RecipeInformationWinePairing) GetProductMatches() []RecipeInformationWinePairingProductMatchesInner
GetProductMatches returns the ProductMatches field value if set, zero value otherwise.
func (*RecipeInformationWinePairing) GetProductMatchesOk ¶
func (o *RecipeInformationWinePairing) GetProductMatchesOk() ([]RecipeInformationWinePairingProductMatchesInner, bool)
GetProductMatchesOk returns a tuple with the ProductMatches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipeInformationWinePairing) HasPairedWines ¶
func (o *RecipeInformationWinePairing) HasPairedWines() bool
HasPairedWines returns a boolean if a field has been set.
func (*RecipeInformationWinePairing) HasPairingText ¶
func (o *RecipeInformationWinePairing) HasPairingText() bool
HasPairingText returns a boolean if a field has been set.
func (*RecipeInformationWinePairing) HasProductMatches ¶
func (o *RecipeInformationWinePairing) HasProductMatches() bool
HasProductMatches returns a boolean if a field has been set.
func (RecipeInformationWinePairing) MarshalJSON ¶
func (o RecipeInformationWinePairing) MarshalJSON() ([]byte, error)
func (*RecipeInformationWinePairing) SetPairedWines ¶
func (o *RecipeInformationWinePairing) SetPairedWines(v []string)
SetPairedWines gets a reference to the given []string and assigns it to the PairedWines field.
func (*RecipeInformationWinePairing) SetPairingText ¶
func (o *RecipeInformationWinePairing) SetPairingText(v string)
SetPairingText gets a reference to the given string and assigns it to the PairingText field.
func (*RecipeInformationWinePairing) SetProductMatches ¶
func (o *RecipeInformationWinePairing) SetProductMatches(v []RecipeInformationWinePairingProductMatchesInner)
SetProductMatches gets a reference to the given []RecipeInformationWinePairingProductMatchesInner and assigns it to the ProductMatches field.
func (RecipeInformationWinePairing) ToMap ¶
func (o RecipeInformationWinePairing) ToMap() (map[string]interface{}, error)
type RecipeInformationWinePairingProductMatchesInner ¶
type RecipeInformationWinePairingProductMatchesInner struct { Id int32 `json:"id"` Title string `json:"title"` Description string `json:"description"` Price string `json:"price"` ImageUrl string `json:"imageUrl"` AverageRating float32 `json:"averageRating"` RatingCount int32 `json:"ratingCount"` Score float32 `json:"score"` Link string `json:"link"` }
RecipeInformationWinePairingProductMatchesInner struct for RecipeInformationWinePairingProductMatchesInner
func NewRecipeInformationWinePairingProductMatchesInner ¶
func NewRecipeInformationWinePairingProductMatchesInner(id int32, title string, description string, price string, imageUrl string, averageRating float32, ratingCount int32, score float32, link string) *RecipeInformationWinePairingProductMatchesInner
NewRecipeInformationWinePairingProductMatchesInner instantiates a new RecipeInformationWinePairingProductMatchesInner 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 NewRecipeInformationWinePairingProductMatchesInnerWithDefaults ¶
func NewRecipeInformationWinePairingProductMatchesInnerWithDefaults() *RecipeInformationWinePairingProductMatchesInner
NewRecipeInformationWinePairingProductMatchesInnerWithDefaults instantiates a new RecipeInformationWinePairingProductMatchesInner 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 (*RecipeInformationWinePairingProductMatchesInner) GetAverageRating ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetAverageRating() float32
GetAverageRating returns the AverageRating field value
func (*RecipeInformationWinePairingProductMatchesInner) GetAverageRatingOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetAverageRatingOk() (*float32, bool)
GetAverageRatingOk returns a tuple with the AverageRating field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetDescription ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetDescription() string
GetDescription returns the Description field value
func (*RecipeInformationWinePairingProductMatchesInner) GetDescriptionOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetId ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetId() int32
GetId returns the Id field value
func (*RecipeInformationWinePairingProductMatchesInner) GetIdOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetImageUrl ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field value
func (*RecipeInformationWinePairingProductMatchesInner) GetImageUrlOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetLink ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetLink() string
GetLink returns the Link field value
func (*RecipeInformationWinePairingProductMatchesInner) GetLinkOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetPrice ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetPrice() string
GetPrice returns the Price field value
func (*RecipeInformationWinePairingProductMatchesInner) GetPriceOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetRatingCount ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetRatingCount() int32
GetRatingCount returns the RatingCount field value
func (*RecipeInformationWinePairingProductMatchesInner) GetRatingCountOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetRatingCountOk() (*int32, bool)
GetRatingCountOk returns a tuple with the RatingCount field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetScore ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetScore() float32
GetScore returns the Score field value
func (*RecipeInformationWinePairingProductMatchesInner) GetScoreOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetScoreOk() (*float32, bool)
GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.
func (*RecipeInformationWinePairingProductMatchesInner) GetTitle ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetTitle() string
GetTitle returns the Title field value
func (*RecipeInformationWinePairingProductMatchesInner) GetTitleOk ¶
func (o *RecipeInformationWinePairingProductMatchesInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (RecipeInformationWinePairingProductMatchesInner) MarshalJSON ¶
func (o RecipeInformationWinePairingProductMatchesInner) MarshalJSON() ([]byte, error)
func (*RecipeInformationWinePairingProductMatchesInner) SetAverageRating ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetAverageRating(v float32)
SetAverageRating sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetDescription ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetDescription(v string)
SetDescription sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetId ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetId(v int32)
SetId sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetImageUrl ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetImageUrl(v string)
SetImageUrl sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetLink ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetLink(v string)
SetLink sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetPrice ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetPrice(v string)
SetPrice sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetRatingCount ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetRatingCount(v int32)
SetRatingCount sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetScore ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetScore(v float32)
SetScore sets field value
func (*RecipeInformationWinePairingProductMatchesInner) SetTitle ¶
func (o *RecipeInformationWinePairingProductMatchesInner) SetTitle(v string)
SetTitle sets field value
func (RecipeInformationWinePairingProductMatchesInner) ToMap ¶
func (o RecipeInformationWinePairingProductMatchesInner) ToMap() (map[string]interface{}, error)
func (*RecipeInformationWinePairingProductMatchesInner) UnmarshalJSON ¶
func (o *RecipeInformationWinePairingProductMatchesInner) UnmarshalJSON(data []byte) (err error)
type RecipesAPIService ¶
type RecipesAPIService service
RecipesAPIService RecipesAPI service
func (*RecipesAPIService) AnalyzeARecipeSearchQuery ¶
func (a *RecipesAPIService) AnalyzeARecipeSearchQuery(ctx context.Context) ApiAnalyzeARecipeSearchQueryRequest
AnalyzeARecipeSearchQuery Analyze a Recipe Search Query
Parse a recipe search query to find out its intention.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAnalyzeARecipeSearchQueryRequest
func (*RecipesAPIService) AnalyzeARecipeSearchQueryExecute ¶
func (a *RecipesAPIService) AnalyzeARecipeSearchQueryExecute(r ApiAnalyzeARecipeSearchQueryRequest) (*AnalyzeARecipeSearchQuery200Response, *http.Response, error)
Execute executes the request
@return AnalyzeARecipeSearchQuery200Response
func (*RecipesAPIService) AnalyzeRecipeInstructions ¶
func (a *RecipesAPIService) AnalyzeRecipeInstructions(ctx context.Context) ApiAnalyzeRecipeInstructionsRequest
AnalyzeRecipeInstructions Analyze Recipe Instructions
This endpoint allows you to break down instructions into atomic steps. Furthermore, each step will contain the ingredients and equipment required. Additionally, all ingredients and equipment from the recipe's instructions will be extracted independently of the step they're used in.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAnalyzeRecipeInstructionsRequest
func (*RecipesAPIService) AnalyzeRecipeInstructionsExecute ¶
func (a *RecipesAPIService) AnalyzeRecipeInstructionsExecute(r ApiAnalyzeRecipeInstructionsRequest) (*AnalyzeRecipeInstructions200Response, *http.Response, error)
Execute executes the request
@return AnalyzeRecipeInstructions200Response
func (*RecipesAPIService) AutocompleteRecipeSearch ¶
func (a *RecipesAPIService) AutocompleteRecipeSearch(ctx context.Context) ApiAutocompleteRecipeSearchRequest
AutocompleteRecipeSearch Autocomplete Recipe Search
Autocomplete a partial input to suggest possible recipe names.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAutocompleteRecipeSearchRequest
func (*RecipesAPIService) AutocompleteRecipeSearchExecute ¶
func (a *RecipesAPIService) AutocompleteRecipeSearchExecute(r ApiAutocompleteRecipeSearchRequest) ([]AutocompleteRecipeSearch200ResponseInner, *http.Response, error)
Execute executes the request
@return []AutocompleteRecipeSearch200ResponseInner
func (*RecipesAPIService) ClassifyCuisine ¶
func (a *RecipesAPIService) ClassifyCuisine(ctx context.Context) ApiClassifyCuisineRequest
ClassifyCuisine Classify Cuisine
Classify the recipe's cuisine.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiClassifyCuisineRequest
func (*RecipesAPIService) ClassifyCuisineExecute ¶
func (a *RecipesAPIService) ClassifyCuisineExecute(r ApiClassifyCuisineRequest) (*ClassifyCuisine200Response, *http.Response, error)
Execute executes the request
@return ClassifyCuisine200Response
func (*RecipesAPIService) ComputeGlycemicLoad ¶
func (a *RecipesAPIService) ComputeGlycemicLoad(ctx context.Context) ApiComputeGlycemicLoadRequest
ComputeGlycemicLoad Compute Glycemic Load
Retrieve the glycemic index for a list of ingredients and compute the individual and total glycemic load.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiComputeGlycemicLoadRequest
func (*RecipesAPIService) ComputeGlycemicLoadExecute ¶
func (a *RecipesAPIService) ComputeGlycemicLoadExecute(r ApiComputeGlycemicLoadRequest) (*ComputeGlycemicLoad200Response, *http.Response, error)
Execute executes the request
@return ComputeGlycemicLoad200Response
func (*RecipesAPIService) ConvertAmounts ¶
func (a *RecipesAPIService) ConvertAmounts(ctx context.Context) ApiConvertAmountsRequest
ConvertAmounts Convert Amounts
Convert amounts like "2 cups of flour to grams".
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiConvertAmountsRequest
func (*RecipesAPIService) ConvertAmountsExecute ¶
func (a *RecipesAPIService) ConvertAmountsExecute(r ApiConvertAmountsRequest) (*ConvertAmounts200Response, *http.Response, error)
Execute executes the request
@return ConvertAmounts200Response
func (*RecipesAPIService) CreateRecipeCard ¶
func (a *RecipesAPIService) CreateRecipeCard(ctx context.Context) ApiCreateRecipeCardRequest
CreateRecipeCard Create Recipe Card
Generate a recipe card for a recipe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRecipeCardRequest
func (*RecipesAPIService) CreateRecipeCardExecute ¶
func (a *RecipesAPIService) CreateRecipeCardExecute(r ApiCreateRecipeCardRequest) (*CreateRecipeCard200Response, *http.Response, error)
Execute executes the request
@return CreateRecipeCard200Response
func (*RecipesAPIService) EquipmentByIDImage ¶
func (a *RecipesAPIService) EquipmentByIDImage(ctx context.Context, id int32) ApiEquipmentByIDImageRequest
EquipmentByIDImage Equipment by ID Image
Visualize a recipe's equipment list as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiEquipmentByIDImageRequest
func (*RecipesAPIService) EquipmentByIDImageExecute ¶
func (a *RecipesAPIService) EquipmentByIDImageExecute(r ApiEquipmentByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*RecipesAPIService) ExtractRecipeFromWebsite ¶
func (a *RecipesAPIService) ExtractRecipeFromWebsite(ctx context.Context) ApiExtractRecipeFromWebsiteRequest
ExtractRecipeFromWebsite Extract Recipe from Website
This endpoint lets you extract recipe data such as title, ingredients, and instructions from any properly formatted Website.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiExtractRecipeFromWebsiteRequest
func (*RecipesAPIService) ExtractRecipeFromWebsiteExecute ¶
func (a *RecipesAPIService) ExtractRecipeFromWebsiteExecute(r ApiExtractRecipeFromWebsiteRequest) (*RecipeInformation, *http.Response, error)
Execute executes the request
@return RecipeInformation
func (*RecipesAPIService) GetAnalyzedRecipeInstructions ¶
func (a *RecipesAPIService) GetAnalyzedRecipeInstructions(ctx context.Context, id int32) ApiGetAnalyzedRecipeInstructionsRequest
GetAnalyzedRecipeInstructions Get Analyzed Recipe Instructions
Get an analyzed breakdown of a recipe's instructions. Each step is enriched with the ingredients and equipment required.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetAnalyzedRecipeInstructionsRequest
func (*RecipesAPIService) GetAnalyzedRecipeInstructionsExecute ¶
func (a *RecipesAPIService) GetAnalyzedRecipeInstructionsExecute(r ApiGetAnalyzedRecipeInstructionsRequest) ([]GetAnalyzedRecipeInstructions200ResponseInner, *http.Response, error)
Execute executes the request
@return []GetAnalyzedRecipeInstructions200ResponseInner
func (*RecipesAPIService) GetRandomRecipes ¶
func (a *RecipesAPIService) GetRandomRecipes(ctx context.Context) ApiGetRandomRecipesRequest
GetRandomRecipes Get Random Recipes
Find random (popular) recipes. If you need to filter recipes by diet, nutrition etc. you might want to consider using the complex recipe search endpoint and set the sort request parameter to random.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRandomRecipesRequest
func (*RecipesAPIService) GetRandomRecipesExecute ¶
func (a *RecipesAPIService) GetRandomRecipesExecute(r ApiGetRandomRecipesRequest) (*GetRandomRecipes200Response, *http.Response, error)
Execute executes the request
@return GetRandomRecipes200Response
func (*RecipesAPIService) GetRecipeEquipmentByID ¶
func (a *RecipesAPIService) GetRecipeEquipmentByID(ctx context.Context, id int32) ApiGetRecipeEquipmentByIDRequest
GetRecipeEquipmentByID Equipment by ID
Get a recipe's equipment list.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetRecipeEquipmentByIDRequest
func (*RecipesAPIService) GetRecipeEquipmentByIDExecute ¶
func (a *RecipesAPIService) GetRecipeEquipmentByIDExecute(r ApiGetRecipeEquipmentByIDRequest) (*GetRecipeEquipmentByID200Response, *http.Response, error)
Execute executes the request
@return GetRecipeEquipmentByID200Response
func (*RecipesAPIService) GetRecipeInformation ¶
func (a *RecipesAPIService) GetRecipeInformation(ctx context.Context, id int32) ApiGetRecipeInformationRequest
GetRecipeInformation Get Recipe Information
Use a recipe id to get full information about a recipe, such as ingredients, nutrition, diet and allergen information, etc.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the recipe. @return ApiGetRecipeInformationRequest
func (*RecipesAPIService) GetRecipeInformationBulk ¶
func (a *RecipesAPIService) GetRecipeInformationBulk(ctx context.Context) ApiGetRecipeInformationBulkRequest
GetRecipeInformationBulk Get Recipe Information Bulk
Get information about multiple recipes at once. This is equivalent to calling the Get Recipe Information endpoint multiple times, but faster.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRecipeInformationBulkRequest
func (*RecipesAPIService) GetRecipeInformationBulkExecute ¶
func (a *RecipesAPIService) GetRecipeInformationBulkExecute(r ApiGetRecipeInformationBulkRequest) ([]RecipeInformation, *http.Response, error)
Execute executes the request
@return []RecipeInformation
func (*RecipesAPIService) GetRecipeInformationExecute ¶
func (a *RecipesAPIService) GetRecipeInformationExecute(r ApiGetRecipeInformationRequest) (*RecipeInformation, *http.Response, error)
Execute executes the request
@return RecipeInformation
func (*RecipesAPIService) GetRecipeIngredientsByID ¶
func (a *RecipesAPIService) GetRecipeIngredientsByID(ctx context.Context, id int32) ApiGetRecipeIngredientsByIDRequest
GetRecipeIngredientsByID Ingredients by ID
Get a recipe's ingredient list.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetRecipeIngredientsByIDRequest
func (*RecipesAPIService) GetRecipeIngredientsByIDExecute ¶
func (a *RecipesAPIService) GetRecipeIngredientsByIDExecute(r ApiGetRecipeIngredientsByIDRequest) (*GetRecipeIngredientsByID200Response, *http.Response, error)
Execute executes the request
@return GetRecipeIngredientsByID200Response
func (*RecipesAPIService) GetRecipeNutritionWidgetByID ¶
func (a *RecipesAPIService) GetRecipeNutritionWidgetByID(ctx context.Context, id int32) ApiGetRecipeNutritionWidgetByIDRequest
GetRecipeNutritionWidgetByID Nutrition by ID
Get a recipe's nutrition data.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetRecipeNutritionWidgetByIDRequest
func (*RecipesAPIService) GetRecipeNutritionWidgetByIDExecute ¶
func (a *RecipesAPIService) GetRecipeNutritionWidgetByIDExecute(r ApiGetRecipeNutritionWidgetByIDRequest) (*GetRecipeNutritionWidgetByID200Response, *http.Response, error)
Execute executes the request
@return GetRecipeNutritionWidgetByID200Response
func (*RecipesAPIService) GetRecipePriceBreakdownByID ¶
func (a *RecipesAPIService) GetRecipePriceBreakdownByID(ctx context.Context, id int32) ApiGetRecipePriceBreakdownByIDRequest
GetRecipePriceBreakdownByID Price Breakdown by ID
Get a recipe's price breakdown data.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetRecipePriceBreakdownByIDRequest
func (*RecipesAPIService) GetRecipePriceBreakdownByIDExecute ¶
func (a *RecipesAPIService) GetRecipePriceBreakdownByIDExecute(r ApiGetRecipePriceBreakdownByIDRequest) (*GetRecipePriceBreakdownByID200Response, *http.Response, error)
Execute executes the request
@return GetRecipePriceBreakdownByID200Response
func (*RecipesAPIService) GetRecipeTasteByID ¶
func (a *RecipesAPIService) GetRecipeTasteByID(ctx context.Context, id int32) ApiGetRecipeTasteByIDRequest
GetRecipeTasteByID Taste by ID
Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiGetRecipeTasteByIDRequest
func (*RecipesAPIService) GetRecipeTasteByIDExecute ¶
func (a *RecipesAPIService) GetRecipeTasteByIDExecute(r ApiGetRecipeTasteByIDRequest) (*TasteInformation, *http.Response, error)
Execute executes the request
@return TasteInformation
func (*RecipesAPIService) GetSimilarRecipes ¶
func (a *RecipesAPIService) GetSimilarRecipes(ctx context.Context, id int32) ApiGetSimilarRecipesRequest
GetSimilarRecipes Get Similar Recipes
Find recipes which are similar to the given one.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the source recipe for which similar recipes should be found. @return ApiGetSimilarRecipesRequest
func (*RecipesAPIService) GetSimilarRecipesExecute ¶
func (a *RecipesAPIService) GetSimilarRecipesExecute(r ApiGetSimilarRecipesRequest) ([]GetSimilarRecipes200ResponseInner, *http.Response, error)
Execute executes the request
@return []GetSimilarRecipes200ResponseInner
func (*RecipesAPIService) GuessNutritionByDishName ¶
func (a *RecipesAPIService) GuessNutritionByDishName(ctx context.Context) ApiGuessNutritionByDishNameRequest
GuessNutritionByDishName Guess Nutrition by Dish Name
Estimate the macronutrients of a dish based on its title.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGuessNutritionByDishNameRequest
func (*RecipesAPIService) GuessNutritionByDishNameExecute ¶
func (a *RecipesAPIService) GuessNutritionByDishNameExecute(r ApiGuessNutritionByDishNameRequest) (*GuessNutritionByDishName200Response, *http.Response, error)
Execute executes the request
@return GuessNutritionByDishName200Response
func (*RecipesAPIService) ParseIngredients ¶
func (a *RecipesAPIService) ParseIngredients(ctx context.Context) ApiParseIngredientsRequest
ParseIngredients Parse Ingredients
Extract an ingredient from plain text.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiParseIngredientsRequest
func (*RecipesAPIService) ParseIngredientsExecute ¶
func (a *RecipesAPIService) ParseIngredientsExecute(r ApiParseIngredientsRequest) ([]IngredientInformation, *http.Response, error)
Execute executes the request
@return []IngredientInformation
func (*RecipesAPIService) PriceBreakdownByIDImage ¶
func (a *RecipesAPIService) PriceBreakdownByIDImage(ctx context.Context, id int32) ApiPriceBreakdownByIDImageRequest
PriceBreakdownByIDImage Price Breakdown by ID Image
Visualize a recipe's price breakdown.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiPriceBreakdownByIDImageRequest
func (*RecipesAPIService) PriceBreakdownByIDImageExecute ¶
func (a *RecipesAPIService) PriceBreakdownByIDImageExecute(r ApiPriceBreakdownByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*RecipesAPIService) QuickAnswer ¶
func (a *RecipesAPIService) QuickAnswer(ctx context.Context) ApiQuickAnswerRequest
QuickAnswer Quick Answer
Answer a nutrition related natural language question.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiQuickAnswerRequest
func (*RecipesAPIService) QuickAnswerExecute ¶
func (a *RecipesAPIService) QuickAnswerExecute(r ApiQuickAnswerRequest) (*QuickAnswer200Response, *http.Response, error)
Execute executes the request
@return QuickAnswer200Response
func (*RecipesAPIService) RecipeNutritionByIDImage ¶
func (a *RecipesAPIService) RecipeNutritionByIDImage(ctx context.Context, id int32) ApiRecipeNutritionByIDImageRequest
RecipeNutritionByIDImage Recipe Nutrition by ID Image
Visualize a recipe's nutritional information as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiRecipeNutritionByIDImageRequest
func (*RecipesAPIService) RecipeNutritionByIDImageExecute ¶
func (a *RecipesAPIService) RecipeNutritionByIDImageExecute(r ApiRecipeNutritionByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*RecipesAPIService) RecipeNutritionLabelImage ¶
func (a *RecipesAPIService) RecipeNutritionLabelImage(ctx context.Context, id int32) ApiRecipeNutritionLabelImageRequest
RecipeNutritionLabelImage Recipe Nutrition Label Image
Get a recipe's nutrition label as an image.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiRecipeNutritionLabelImageRequest
func (*RecipesAPIService) RecipeNutritionLabelImageExecute ¶
func (a *RecipesAPIService) RecipeNutritionLabelImageExecute(r ApiRecipeNutritionLabelImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*RecipesAPIService) RecipeNutritionLabelWidget ¶
func (a *RecipesAPIService) RecipeNutritionLabelWidget(ctx context.Context, id int32) ApiRecipeNutritionLabelWidgetRequest
RecipeNutritionLabelWidget Recipe Nutrition Label Widget
Get a recipe's nutrition label as an HTML widget.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiRecipeNutritionLabelWidgetRequest
func (*RecipesAPIService) RecipeNutritionLabelWidgetExecute ¶
func (a *RecipesAPIService) RecipeNutritionLabelWidgetExecute(r ApiRecipeNutritionLabelWidgetRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) RecipeTasteByIDImage ¶
func (a *RecipesAPIService) RecipeTasteByIDImage(ctx context.Context, id int32) ApiRecipeTasteByIDImageRequest
RecipeTasteByIDImage Recipe Taste by ID Image
Get a recipe's taste as an image. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiRecipeTasteByIDImageRequest
func (*RecipesAPIService) RecipeTasteByIDImageExecute ¶
func (a *RecipesAPIService) RecipeTasteByIDImageExecute(r ApiRecipeTasteByIDImageRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*RecipesAPIService) SearchRecipes ¶
func (a *RecipesAPIService) SearchRecipes(ctx context.Context) ApiSearchRecipesRequest
SearchRecipes Search Recipes
Search through hundreds of thousands of recipes using advanced filtering and ranking. NOTE: This method combines searching by query, by ingredients, and by nutrients into one endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRecipesRequest
func (*RecipesAPIService) SearchRecipesByIngredients ¶
func (a *RecipesAPIService) SearchRecipesByIngredients(ctx context.Context) ApiSearchRecipesByIngredientsRequest
SearchRecipesByIngredients Search Recipes by Ingredients
Ever wondered what recipes you can cook with the ingredients you have in your fridge or pantry? This endpoint lets you find recipes that either maximize the usage of ingredients you have at hand (pre shopping) or minimize the ingredients that you don't currently have (post shopping).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRecipesByIngredientsRequest
func (*RecipesAPIService) SearchRecipesByIngredientsExecute ¶
func (a *RecipesAPIService) SearchRecipesByIngredientsExecute(r ApiSearchRecipesByIngredientsRequest) ([]SearchRecipesByIngredients200ResponseInner, *http.Response, error)
Execute executes the request
@return []SearchRecipesByIngredients200ResponseInner
func (*RecipesAPIService) SearchRecipesByNutrients ¶
func (a *RecipesAPIService) SearchRecipesByNutrients(ctx context.Context) ApiSearchRecipesByNutrientsRequest
SearchRecipesByNutrients Search Recipes by Nutrients
Find a set of recipes that adhere to the given nutritional limits. You may set limits for macronutrients (calories, protein, fat, and carbohydrate) and/or many micronutrients.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRecipesByNutrientsRequest
func (*RecipesAPIService) SearchRecipesByNutrientsExecute ¶
func (a *RecipesAPIService) SearchRecipesByNutrientsExecute(r ApiSearchRecipesByNutrientsRequest) ([]SearchRecipesByNutrients200ResponseInner, *http.Response, error)
Execute executes the request
@return []SearchRecipesByNutrients200ResponseInner
func (*RecipesAPIService) SearchRecipesExecute ¶
func (a *RecipesAPIService) SearchRecipesExecute(r ApiSearchRecipesRequest) (*SearchRecipes200Response, *http.Response, error)
Execute executes the request
@return SearchRecipes200Response
func (*RecipesAPIService) SummarizeRecipe ¶
func (a *RecipesAPIService) SummarizeRecipe(ctx context.Context, id int32) ApiSummarizeRecipeRequest
SummarizeRecipe Summarize Recipe
Automatically generate a short description that summarizes key information about the recipe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiSummarizeRecipeRequest
func (*RecipesAPIService) SummarizeRecipeExecute ¶
func (a *RecipesAPIService) SummarizeRecipeExecute(r ApiSummarizeRecipeRequest) (*SummarizeRecipe200Response, *http.Response, error)
Execute executes the request
@return SummarizeRecipe200Response
func (*RecipesAPIService) VisualizeEquipment ¶
func (a *RecipesAPIService) VisualizeEquipment(ctx context.Context) ApiVisualizeEquipmentRequest
VisualizeEquipment Equipment Widget
Visualize the equipment used to make a recipe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiVisualizeEquipmentRequest
func (*RecipesAPIService) VisualizeEquipmentExecute ¶
func (a *RecipesAPIService) VisualizeEquipmentExecute(r ApiVisualizeEquipmentRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizePriceBreakdown ¶
func (a *RecipesAPIService) VisualizePriceBreakdown(ctx context.Context) ApiVisualizePriceBreakdownRequest
VisualizePriceBreakdown Price Breakdown Widget
Visualize the price breakdown of a recipe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiVisualizePriceBreakdownRequest
func (*RecipesAPIService) VisualizePriceBreakdownExecute ¶
func (a *RecipesAPIService) VisualizePriceBreakdownExecute(r ApiVisualizePriceBreakdownRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeEquipmentByID ¶
func (a *RecipesAPIService) VisualizeRecipeEquipmentByID(ctx context.Context, id int32) ApiVisualizeRecipeEquipmentByIDRequest
VisualizeRecipeEquipmentByID Equipment by ID Widget
Visualize a recipe's equipment list.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiVisualizeRecipeEquipmentByIDRequest
func (*RecipesAPIService) VisualizeRecipeEquipmentByIDExecute ¶
func (a *RecipesAPIService) VisualizeRecipeEquipmentByIDExecute(r ApiVisualizeRecipeEquipmentByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeIngredientsByID ¶
func (a *RecipesAPIService) VisualizeRecipeIngredientsByID(ctx context.Context, id int32) ApiVisualizeRecipeIngredientsByIDRequest
VisualizeRecipeIngredientsByID Ingredients by ID Widget
Visualize a recipe's ingredient list.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiVisualizeRecipeIngredientsByIDRequest
func (*RecipesAPIService) VisualizeRecipeIngredientsByIDExecute ¶
func (a *RecipesAPIService) VisualizeRecipeIngredientsByIDExecute(r ApiVisualizeRecipeIngredientsByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeNutrition ¶
func (a *RecipesAPIService) VisualizeRecipeNutrition(ctx context.Context) ApiVisualizeRecipeNutritionRequest
VisualizeRecipeNutrition Recipe Nutrition Widget
Visualize a recipe's nutritional information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiVisualizeRecipeNutritionRequest
func (*RecipesAPIService) VisualizeRecipeNutritionByID ¶
func (a *RecipesAPIService) VisualizeRecipeNutritionByID(ctx context.Context, id int32) ApiVisualizeRecipeNutritionByIDRequest
VisualizeRecipeNutritionByID Recipe Nutrition by ID Widget
Visualize a recipe's nutritional information as HTML including CSS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiVisualizeRecipeNutritionByIDRequest
func (*RecipesAPIService) VisualizeRecipeNutritionByIDExecute ¶
func (a *RecipesAPIService) VisualizeRecipeNutritionByIDExecute(r ApiVisualizeRecipeNutritionByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeNutritionExecute ¶
func (a *RecipesAPIService) VisualizeRecipeNutritionExecute(r ApiVisualizeRecipeNutritionRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipePriceBreakdownByID ¶
func (a *RecipesAPIService) VisualizeRecipePriceBreakdownByID(ctx context.Context, id int32) ApiVisualizeRecipePriceBreakdownByIDRequest
VisualizeRecipePriceBreakdownByID Price Breakdown by ID Widget
Visualize a recipe's price breakdown.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiVisualizeRecipePriceBreakdownByIDRequest
func (*RecipesAPIService) VisualizeRecipePriceBreakdownByIDExecute ¶
func (a *RecipesAPIService) VisualizeRecipePriceBreakdownByIDExecute(r ApiVisualizeRecipePriceBreakdownByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeTaste ¶
func (a *RecipesAPIService) VisualizeRecipeTaste(ctx context.Context) ApiVisualizeRecipeTasteRequest
VisualizeRecipeTaste Recipe Taste Widget
Visualize a recipe's taste information as HTML including CSS. You can play around with that endpoint!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiVisualizeRecipeTasteRequest
func (*RecipesAPIService) VisualizeRecipeTasteByID ¶
func (a *RecipesAPIService) VisualizeRecipeTasteByID(ctx context.Context, id int32) ApiVisualizeRecipeTasteByIDRequest
VisualizeRecipeTasteByID Recipe Taste by ID Widget
Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The recipe id. @return ApiVisualizeRecipeTasteByIDRequest
func (*RecipesAPIService) VisualizeRecipeTasteByIDExecute ¶
func (a *RecipesAPIService) VisualizeRecipeTasteByIDExecute(r ApiVisualizeRecipeTasteByIDRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*RecipesAPIService) VisualizeRecipeTasteExecute ¶
func (a *RecipesAPIService) VisualizeRecipeTasteExecute(r ApiVisualizeRecipeTasteRequest) (string, *http.Response, error)
Execute executes the request
@return string
type SearchAllFood200Response ¶
type SearchAllFood200Response struct { Query string `json:"query"` TotalResults int32 `json:"totalResults"` Limit int32 `json:"limit"` Offset int32 `json:"offset"` SearchResults []SearchAllFood200ResponseSearchResultsInner `json:"searchResults"` }
SearchAllFood200Response
func NewSearchAllFood200Response ¶
func NewSearchAllFood200Response(query string, totalResults int32, limit int32, offset int32, searchResults []SearchAllFood200ResponseSearchResultsInner) *SearchAllFood200Response
NewSearchAllFood200Response instantiates a new SearchAllFood200Response 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 NewSearchAllFood200ResponseWithDefaults ¶
func NewSearchAllFood200ResponseWithDefaults() *SearchAllFood200Response
NewSearchAllFood200ResponseWithDefaults instantiates a new SearchAllFood200Response 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 (*SearchAllFood200Response) GetLimit ¶
func (o *SearchAllFood200Response) GetLimit() int32
GetLimit returns the Limit field value
func (*SearchAllFood200Response) GetLimitOk ¶
func (o *SearchAllFood200Response) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*SearchAllFood200Response) GetOffset ¶
func (o *SearchAllFood200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*SearchAllFood200Response) GetOffsetOk ¶
func (o *SearchAllFood200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SearchAllFood200Response) GetQuery ¶
func (o *SearchAllFood200Response) GetQuery() string
GetQuery returns the Query field value
func (*SearchAllFood200Response) GetQueryOk ¶
func (o *SearchAllFood200Response) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*SearchAllFood200Response) GetSearchResults ¶
func (o *SearchAllFood200Response) GetSearchResults() []SearchAllFood200ResponseSearchResultsInner
GetSearchResults returns the SearchResults field value
func (*SearchAllFood200Response) GetSearchResultsOk ¶
func (o *SearchAllFood200Response) GetSearchResultsOk() ([]SearchAllFood200ResponseSearchResultsInner, bool)
GetSearchResultsOk returns a tuple with the SearchResults field value and a boolean to check if the value has been set.
func (*SearchAllFood200Response) GetTotalResults ¶
func (o *SearchAllFood200Response) GetTotalResults() int32
GetTotalResults returns the TotalResults field value
func (*SearchAllFood200Response) GetTotalResultsOk ¶
func (o *SearchAllFood200Response) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set.
func (SearchAllFood200Response) MarshalJSON ¶
func (o SearchAllFood200Response) MarshalJSON() ([]byte, error)
func (*SearchAllFood200Response) SetLimit ¶
func (o *SearchAllFood200Response) SetLimit(v int32)
SetLimit sets field value
func (*SearchAllFood200Response) SetOffset ¶
func (o *SearchAllFood200Response) SetOffset(v int32)
SetOffset sets field value
func (*SearchAllFood200Response) SetQuery ¶
func (o *SearchAllFood200Response) SetQuery(v string)
SetQuery sets field value
func (*SearchAllFood200Response) SetSearchResults ¶
func (o *SearchAllFood200Response) SetSearchResults(v []SearchAllFood200ResponseSearchResultsInner)
SetSearchResults sets field value
func (*SearchAllFood200Response) SetTotalResults ¶
func (o *SearchAllFood200Response) SetTotalResults(v int32)
SetTotalResults sets field value
func (SearchAllFood200Response) ToMap ¶
func (o SearchAllFood200Response) ToMap() (map[string]interface{}, error)
func (*SearchAllFood200Response) UnmarshalJSON ¶
func (o *SearchAllFood200Response) UnmarshalJSON(data []byte) (err error)
type SearchAllFood200ResponseSearchResultsInner ¶
type SearchAllFood200ResponseSearchResultsInner struct { Name string `json:"name"` TotalResults int32 `json:"totalResults"` Results []SearchResult `json:"results,omitempty"` }
SearchAllFood200ResponseSearchResultsInner struct for SearchAllFood200ResponseSearchResultsInner
func NewSearchAllFood200ResponseSearchResultsInner ¶
func NewSearchAllFood200ResponseSearchResultsInner(name string, totalResults int32) *SearchAllFood200ResponseSearchResultsInner
NewSearchAllFood200ResponseSearchResultsInner instantiates a new SearchAllFood200ResponseSearchResultsInner 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 NewSearchAllFood200ResponseSearchResultsInnerWithDefaults ¶
func NewSearchAllFood200ResponseSearchResultsInnerWithDefaults() *SearchAllFood200ResponseSearchResultsInner
NewSearchAllFood200ResponseSearchResultsInnerWithDefaults instantiates a new SearchAllFood200ResponseSearchResultsInner 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 (*SearchAllFood200ResponseSearchResultsInner) GetName ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetName() string
GetName returns the Name field value
func (*SearchAllFood200ResponseSearchResultsInner) GetNameOk ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SearchAllFood200ResponseSearchResultsInner) GetResults ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetResults() []SearchResult
GetResults returns the Results field value if set, zero value otherwise.
func (*SearchAllFood200ResponseSearchResultsInner) GetResultsOk ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetResultsOk() ([]SearchResult, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchAllFood200ResponseSearchResultsInner) GetTotalResults ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetTotalResults() int32
GetTotalResults returns the TotalResults field value
func (*SearchAllFood200ResponseSearchResultsInner) GetTotalResultsOk ¶
func (o *SearchAllFood200ResponseSearchResultsInner) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set.
func (*SearchAllFood200ResponseSearchResultsInner) HasResults ¶
func (o *SearchAllFood200ResponseSearchResultsInner) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SearchAllFood200ResponseSearchResultsInner) MarshalJSON ¶
func (o SearchAllFood200ResponseSearchResultsInner) MarshalJSON() ([]byte, error)
func (*SearchAllFood200ResponseSearchResultsInner) SetName ¶
func (o *SearchAllFood200ResponseSearchResultsInner) SetName(v string)
SetName sets field value
func (*SearchAllFood200ResponseSearchResultsInner) SetResults ¶
func (o *SearchAllFood200ResponseSearchResultsInner) SetResults(v []SearchResult)
SetResults gets a reference to the given []SearchResult and assigns it to the Results field.
func (*SearchAllFood200ResponseSearchResultsInner) SetTotalResults ¶
func (o *SearchAllFood200ResponseSearchResultsInner) SetTotalResults(v int32)
SetTotalResults sets field value
func (SearchAllFood200ResponseSearchResultsInner) ToMap ¶
func (o SearchAllFood200ResponseSearchResultsInner) ToMap() (map[string]interface{}, error)
func (*SearchAllFood200ResponseSearchResultsInner) UnmarshalJSON ¶
func (o *SearchAllFood200ResponseSearchResultsInner) UnmarshalJSON(data []byte) (err error)
type SearchCustomFoods200Response ¶
type SearchCustomFoods200Response struct { CustomFoods []SearchCustomFoods200ResponseCustomFoodsInner `json:"customFoods"` Type string `json:"type"` Offset int32 `json:"offset"` Number int32 `json:"number"` }
SearchCustomFoods200Response
func NewSearchCustomFoods200Response ¶
func NewSearchCustomFoods200Response(customFoods []SearchCustomFoods200ResponseCustomFoodsInner, type_ string, offset int32, number int32) *SearchCustomFoods200Response
NewSearchCustomFoods200Response instantiates a new SearchCustomFoods200Response 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 NewSearchCustomFoods200ResponseWithDefaults ¶
func NewSearchCustomFoods200ResponseWithDefaults() *SearchCustomFoods200Response
NewSearchCustomFoods200ResponseWithDefaults instantiates a new SearchCustomFoods200Response 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 (*SearchCustomFoods200Response) GetCustomFoods ¶
func (o *SearchCustomFoods200Response) GetCustomFoods() []SearchCustomFoods200ResponseCustomFoodsInner
GetCustomFoods returns the CustomFoods field value
func (*SearchCustomFoods200Response) GetCustomFoodsOk ¶
func (o *SearchCustomFoods200Response) GetCustomFoodsOk() ([]SearchCustomFoods200ResponseCustomFoodsInner, bool)
GetCustomFoodsOk returns a tuple with the CustomFoods field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200Response) GetNumber ¶
func (o *SearchCustomFoods200Response) GetNumber() int32
GetNumber returns the Number field value
func (*SearchCustomFoods200Response) GetNumberOk ¶
func (o *SearchCustomFoods200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200Response) GetOffset ¶
func (o *SearchCustomFoods200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*SearchCustomFoods200Response) GetOffsetOk ¶
func (o *SearchCustomFoods200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200Response) GetType ¶
func (o *SearchCustomFoods200Response) GetType() string
GetType returns the Type field value
func (*SearchCustomFoods200Response) GetTypeOk ¶
func (o *SearchCustomFoods200Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SearchCustomFoods200Response) MarshalJSON ¶
func (o SearchCustomFoods200Response) MarshalJSON() ([]byte, error)
func (*SearchCustomFoods200Response) SetCustomFoods ¶
func (o *SearchCustomFoods200Response) SetCustomFoods(v []SearchCustomFoods200ResponseCustomFoodsInner)
SetCustomFoods sets field value
func (*SearchCustomFoods200Response) SetNumber ¶
func (o *SearchCustomFoods200Response) SetNumber(v int32)
SetNumber sets field value
func (*SearchCustomFoods200Response) SetOffset ¶
func (o *SearchCustomFoods200Response) SetOffset(v int32)
SetOffset sets field value
func (*SearchCustomFoods200Response) SetType ¶
func (o *SearchCustomFoods200Response) SetType(v string)
SetType sets field value
func (SearchCustomFoods200Response) ToMap ¶
func (o SearchCustomFoods200Response) ToMap() (map[string]interface{}, error)
func (*SearchCustomFoods200Response) UnmarshalJSON ¶
func (o *SearchCustomFoods200Response) UnmarshalJSON(data []byte) (err error)
type SearchCustomFoods200ResponseCustomFoodsInner ¶
type SearchCustomFoods200ResponseCustomFoodsInner struct { Id int32 `json:"id"` Title string `json:"title"` Servings float32 `json:"servings"` ImageUrl string `json:"imageUrl"` Price float32 `json:"price"` }
SearchCustomFoods200ResponseCustomFoodsInner struct for SearchCustomFoods200ResponseCustomFoodsInner
func NewSearchCustomFoods200ResponseCustomFoodsInner ¶
func NewSearchCustomFoods200ResponseCustomFoodsInner(id int32, title string, servings float32, imageUrl string, price float32) *SearchCustomFoods200ResponseCustomFoodsInner
NewSearchCustomFoods200ResponseCustomFoodsInner instantiates a new SearchCustomFoods200ResponseCustomFoodsInner 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 NewSearchCustomFoods200ResponseCustomFoodsInnerWithDefaults ¶
func NewSearchCustomFoods200ResponseCustomFoodsInnerWithDefaults() *SearchCustomFoods200ResponseCustomFoodsInner
NewSearchCustomFoods200ResponseCustomFoodsInnerWithDefaults instantiates a new SearchCustomFoods200ResponseCustomFoodsInner 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 (*SearchCustomFoods200ResponseCustomFoodsInner) GetId ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetId() int32
GetId returns the Id field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetIdOk ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrl ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrlOk ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetPrice ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetPrice() float32
GetPrice returns the Price field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetPriceOk ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetServings ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetServings() float32
GetServings returns the Servings field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetServingsOk ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetServingsOk() (*float32, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetTitle ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetTitle() string
GetTitle returns the Title field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) GetTitleOk ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (SearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON ¶
func (o SearchCustomFoods200ResponseCustomFoodsInner) MarshalJSON() ([]byte, error)
func (*SearchCustomFoods200ResponseCustomFoodsInner) SetId ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetId(v int32)
SetId sets field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) SetImageUrl ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetImageUrl(v string)
SetImageUrl sets field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) SetPrice ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetPrice(v float32)
SetPrice sets field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) SetServings ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetServings(v float32)
SetServings sets field value
func (*SearchCustomFoods200ResponseCustomFoodsInner) SetTitle ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) SetTitle(v string)
SetTitle sets field value
func (SearchCustomFoods200ResponseCustomFoodsInner) ToMap ¶
func (o SearchCustomFoods200ResponseCustomFoodsInner) ToMap() (map[string]interface{}, error)
func (*SearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON ¶
func (o *SearchCustomFoods200ResponseCustomFoodsInner) UnmarshalJSON(data []byte) (err error)
type SearchFoodVideos200Response ¶
type SearchFoodVideos200Response struct { Videos []SearchFoodVideos200ResponseVideosInner `json:"videos"` TotalResults int32 `json:"totalResults"` }
SearchFoodVideos200Response
func NewSearchFoodVideos200Response ¶
func NewSearchFoodVideos200Response(videos []SearchFoodVideos200ResponseVideosInner, totalResults int32) *SearchFoodVideos200Response
NewSearchFoodVideos200Response instantiates a new SearchFoodVideos200Response 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 NewSearchFoodVideos200ResponseWithDefaults ¶
func NewSearchFoodVideos200ResponseWithDefaults() *SearchFoodVideos200Response
NewSearchFoodVideos200ResponseWithDefaults instantiates a new SearchFoodVideos200Response 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 (*SearchFoodVideos200Response) GetTotalResults ¶
func (o *SearchFoodVideos200Response) GetTotalResults() int32
GetTotalResults returns the TotalResults field value
func (*SearchFoodVideos200Response) GetTotalResultsOk ¶
func (o *SearchFoodVideos200Response) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200Response) GetVideos ¶
func (o *SearchFoodVideos200Response) GetVideos() []SearchFoodVideos200ResponseVideosInner
GetVideos returns the Videos field value
func (*SearchFoodVideos200Response) GetVideosOk ¶
func (o *SearchFoodVideos200Response) GetVideosOk() ([]SearchFoodVideos200ResponseVideosInner, bool)
GetVideosOk returns a tuple with the Videos field value and a boolean to check if the value has been set.
func (SearchFoodVideos200Response) MarshalJSON ¶
func (o SearchFoodVideos200Response) MarshalJSON() ([]byte, error)
func (*SearchFoodVideos200Response) SetTotalResults ¶
func (o *SearchFoodVideos200Response) SetTotalResults(v int32)
SetTotalResults sets field value
func (*SearchFoodVideos200Response) SetVideos ¶
func (o *SearchFoodVideos200Response) SetVideos(v []SearchFoodVideos200ResponseVideosInner)
SetVideos sets field value
func (SearchFoodVideos200Response) ToMap ¶
func (o SearchFoodVideos200Response) ToMap() (map[string]interface{}, error)
func (*SearchFoodVideos200Response) UnmarshalJSON ¶
func (o *SearchFoodVideos200Response) UnmarshalJSON(data []byte) (err error)
type SearchFoodVideos200ResponseVideosInner ¶
type SearchFoodVideos200ResponseVideosInner struct { Title string `json:"title"` Length int32 `json:"length"` Rating float32 `json:"rating"` ShortTitle string `json:"shortTitle"` Thumbnail string `json:"thumbnail"` Views int32 `json:"views"` YouTubeId string `json:"youTubeId"` }
SearchFoodVideos200ResponseVideosInner struct for SearchFoodVideos200ResponseVideosInner
func NewSearchFoodVideos200ResponseVideosInner ¶
func NewSearchFoodVideos200ResponseVideosInner(title string, length int32, rating float32, shortTitle string, thumbnail string, views int32, youTubeId string) *SearchFoodVideos200ResponseVideosInner
NewSearchFoodVideos200ResponseVideosInner instantiates a new SearchFoodVideos200ResponseVideosInner 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 NewSearchFoodVideos200ResponseVideosInnerWithDefaults ¶
func NewSearchFoodVideos200ResponseVideosInnerWithDefaults() *SearchFoodVideos200ResponseVideosInner
NewSearchFoodVideos200ResponseVideosInnerWithDefaults instantiates a new SearchFoodVideos200ResponseVideosInner 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 (*SearchFoodVideos200ResponseVideosInner) GetLength ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetLength() int32
GetLength returns the Length field value
func (*SearchFoodVideos200ResponseVideosInner) GetLengthOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetRating ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetRating() float32
GetRating returns the Rating field value
func (*SearchFoodVideos200ResponseVideosInner) GetRatingOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetRatingOk() (*float32, bool)
GetRatingOk returns a tuple with the Rating field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetShortTitle ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitle() string
GetShortTitle returns the ShortTitle field value
func (*SearchFoodVideos200ResponseVideosInner) GetShortTitleOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitleOk() (*string, bool)
GetShortTitleOk returns a tuple with the ShortTitle field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetThumbnail ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnail() string
GetThumbnail returns the Thumbnail field value
func (*SearchFoodVideos200ResponseVideosInner) GetThumbnailOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnailOk() (*string, bool)
GetThumbnailOk returns a tuple with the Thumbnail field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetTitle ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetTitle() string
GetTitle returns the Title field value
func (*SearchFoodVideos200ResponseVideosInner) GetTitleOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetViews ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetViews() int32
GetViews returns the Views field value
func (*SearchFoodVideos200ResponseVideosInner) GetViewsOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetViewsOk() (*int32, bool)
GetViewsOk returns a tuple with the Views field value and a boolean to check if the value has been set.
func (*SearchFoodVideos200ResponseVideosInner) GetYouTubeId ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeId() string
GetYouTubeId returns the YouTubeId field value
func (*SearchFoodVideos200ResponseVideosInner) GetYouTubeIdOk ¶
func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeIdOk() (*string, bool)
GetYouTubeIdOk returns a tuple with the YouTubeId field value and a boolean to check if the value has been set.
func (SearchFoodVideos200ResponseVideosInner) MarshalJSON ¶
func (o SearchFoodVideos200ResponseVideosInner) MarshalJSON() ([]byte, error)
func (*SearchFoodVideos200ResponseVideosInner) SetLength ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetLength(v int32)
SetLength sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetRating ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetRating(v float32)
SetRating sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetShortTitle ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetShortTitle(v string)
SetShortTitle sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetThumbnail ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetThumbnail(v string)
SetThumbnail sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetTitle ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetTitle(v string)
SetTitle sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetViews ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetViews(v int32)
SetViews sets field value
func (*SearchFoodVideos200ResponseVideosInner) SetYouTubeId ¶
func (o *SearchFoodVideos200ResponseVideosInner) SetYouTubeId(v string)
SetYouTubeId sets field value
func (SearchFoodVideos200ResponseVideosInner) ToMap ¶
func (o SearchFoodVideos200ResponseVideosInner) ToMap() (map[string]interface{}, error)
func (*SearchFoodVideos200ResponseVideosInner) UnmarshalJSON ¶
func (o *SearchFoodVideos200ResponseVideosInner) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProducts200Response ¶
type SearchGroceryProducts200Response struct { Products []AutocompleteRecipeSearch200ResponseInner `json:"products"` TotalProducts int32 `json:"totalProducts"` Type string `json:"type"` Offset int32 `json:"offset"` Number int32 `json:"number"` }
SearchGroceryProducts200Response
func NewSearchGroceryProducts200Response ¶
func NewSearchGroceryProducts200Response(products []AutocompleteRecipeSearch200ResponseInner, totalProducts int32, type_ string, offset int32, number int32) *SearchGroceryProducts200Response
NewSearchGroceryProducts200Response instantiates a new SearchGroceryProducts200Response 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 NewSearchGroceryProducts200ResponseWithDefaults ¶
func NewSearchGroceryProducts200ResponseWithDefaults() *SearchGroceryProducts200Response
NewSearchGroceryProducts200ResponseWithDefaults instantiates a new SearchGroceryProducts200Response 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 (*SearchGroceryProducts200Response) GetNumber ¶
func (o *SearchGroceryProducts200Response) GetNumber() int32
GetNumber returns the Number field value
func (*SearchGroceryProducts200Response) GetNumberOk ¶
func (o *SearchGroceryProducts200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*SearchGroceryProducts200Response) GetOffset ¶
func (o *SearchGroceryProducts200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*SearchGroceryProducts200Response) GetOffsetOk ¶
func (o *SearchGroceryProducts200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SearchGroceryProducts200Response) GetProducts ¶
func (o *SearchGroceryProducts200Response) GetProducts() []AutocompleteRecipeSearch200ResponseInner
GetProducts returns the Products field value
func (*SearchGroceryProducts200Response) GetProductsOk ¶
func (o *SearchGroceryProducts200Response) GetProductsOk() ([]AutocompleteRecipeSearch200ResponseInner, bool)
GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.
func (*SearchGroceryProducts200Response) GetTotalProducts ¶
func (o *SearchGroceryProducts200Response) GetTotalProducts() int32
GetTotalProducts returns the TotalProducts field value
func (*SearchGroceryProducts200Response) GetTotalProductsOk ¶
func (o *SearchGroceryProducts200Response) GetTotalProductsOk() (*int32, bool)
GetTotalProductsOk returns a tuple with the TotalProducts field value and a boolean to check if the value has been set.
func (*SearchGroceryProducts200Response) GetType ¶
func (o *SearchGroceryProducts200Response) GetType() string
GetType returns the Type field value
func (*SearchGroceryProducts200Response) GetTypeOk ¶
func (o *SearchGroceryProducts200Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SearchGroceryProducts200Response) MarshalJSON ¶
func (o SearchGroceryProducts200Response) MarshalJSON() ([]byte, error)
func (*SearchGroceryProducts200Response) SetNumber ¶
func (o *SearchGroceryProducts200Response) SetNumber(v int32)
SetNumber sets field value
func (*SearchGroceryProducts200Response) SetOffset ¶
func (o *SearchGroceryProducts200Response) SetOffset(v int32)
SetOffset sets field value
func (*SearchGroceryProducts200Response) SetProducts ¶
func (o *SearchGroceryProducts200Response) SetProducts(v []AutocompleteRecipeSearch200ResponseInner)
SetProducts sets field value
func (*SearchGroceryProducts200Response) SetTotalProducts ¶
func (o *SearchGroceryProducts200Response) SetTotalProducts(v int32)
SetTotalProducts sets field value
func (*SearchGroceryProducts200Response) SetType ¶
func (o *SearchGroceryProducts200Response) SetType(v string)
SetType sets field value
func (SearchGroceryProducts200Response) ToMap ¶
func (o SearchGroceryProducts200Response) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProducts200Response) UnmarshalJSON ¶
func (o *SearchGroceryProducts200Response) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProductsByUPC200Response ¶
type SearchGroceryProductsByUPC200Response struct { Id int32 `json:"id"` Title string `json:"title"` Badges []string `json:"badges"` ImportantBadges []string `json:"importantBadges"` Breadcrumbs []string `json:"breadcrumbs"` GeneratedText NullableString `json:"generatedText"` ImageType string `json:"imageType"` IngredientCount *int32 `json:"ingredientCount,omitempty"` IngredientList string `json:"ingredientList"` Ingredients []IngredientBasics `json:"ingredients"` Likes float32 `json:"likes"` Nutrition SearchGroceryProductsByUPC200ResponseNutrition `json:"nutrition"` Price float32 `json:"price"` Servings SearchGroceryProductsByUPC200ResponseServings `json:"servings"` SpoonacularScore float32 `json:"spoonacularScore"` }
SearchGroceryProductsByUPC200Response
func NewSearchGroceryProductsByUPC200Response ¶
func NewSearchGroceryProductsByUPC200Response(id int32, title string, badges []string, importantBadges []string, breadcrumbs []string, generatedText NullableString, imageType string, ingredientList string, ingredients []IngredientBasics, likes float32, nutrition SearchGroceryProductsByUPC200ResponseNutrition, price float32, servings SearchGroceryProductsByUPC200ResponseServings, spoonacularScore float32) *SearchGroceryProductsByUPC200Response
NewSearchGroceryProductsByUPC200Response instantiates a new SearchGroceryProductsByUPC200Response 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 NewSearchGroceryProductsByUPC200ResponseWithDefaults ¶
func NewSearchGroceryProductsByUPC200ResponseWithDefaults() *SearchGroceryProductsByUPC200Response
NewSearchGroceryProductsByUPC200ResponseWithDefaults instantiates a new SearchGroceryProductsByUPC200Response 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 (*SearchGroceryProductsByUPC200Response) GetBadges ¶
func (o *SearchGroceryProductsByUPC200Response) GetBadges() []string
GetBadges returns the Badges field value
func (*SearchGroceryProductsByUPC200Response) GetBadgesOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetBadgesOk() ([]string, bool)
GetBadgesOk returns a tuple with the Badges field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetBreadcrumbs ¶
func (o *SearchGroceryProductsByUPC200Response) GetBreadcrumbs() []string
GetBreadcrumbs returns the Breadcrumbs field value
func (*SearchGroceryProductsByUPC200Response) GetBreadcrumbsOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetBreadcrumbsOk() ([]string, bool)
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetGeneratedText ¶
func (o *SearchGroceryProductsByUPC200Response) GetGeneratedText() string
GetGeneratedText returns the GeneratedText field value If the value is explicit nil, the zero value for string will be returned
func (*SearchGroceryProductsByUPC200Response) GetGeneratedTextOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetGeneratedTextOk() (*string, bool)
GetGeneratedTextOk returns a tuple with the GeneratedText field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchGroceryProductsByUPC200Response) GetId ¶
func (o *SearchGroceryProductsByUPC200Response) GetId() int32
GetId returns the Id field value
func (*SearchGroceryProductsByUPC200Response) GetIdOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetImageType ¶
func (o *SearchGroceryProductsByUPC200Response) GetImageType() string
GetImageType returns the ImageType field value
func (*SearchGroceryProductsByUPC200Response) GetImageTypeOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetImportantBadges ¶
func (o *SearchGroceryProductsByUPC200Response) GetImportantBadges() []string
GetImportantBadges returns the ImportantBadges field value
func (*SearchGroceryProductsByUPC200Response) GetImportantBadgesOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetImportantBadgesOk() ([]string, bool)
GetImportantBadgesOk returns a tuple with the ImportantBadges field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetIngredientCount ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredientCount() int32
GetIngredientCount returns the IngredientCount field value if set, zero value otherwise.
func (*SearchGroceryProductsByUPC200Response) GetIngredientCountOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredientCountOk() (*int32, bool)
GetIngredientCountOk returns a tuple with the IngredientCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetIngredientList ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredientList() string
GetIngredientList returns the IngredientList field value
func (*SearchGroceryProductsByUPC200Response) GetIngredientListOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredientListOk() (*string, bool)
GetIngredientListOk returns a tuple with the IngredientList field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetIngredients ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredients() []IngredientBasics
GetIngredients returns the Ingredients field value
func (*SearchGroceryProductsByUPC200Response) GetIngredientsOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetIngredientsOk() ([]IngredientBasics, bool)
GetIngredientsOk returns a tuple with the Ingredients field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetLikes ¶
func (o *SearchGroceryProductsByUPC200Response) GetLikes() float32
GetLikes returns the Likes field value
func (*SearchGroceryProductsByUPC200Response) GetLikesOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetLikesOk() (*float32, bool)
GetLikesOk returns a tuple with the Likes field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetNutrition ¶
func (o *SearchGroceryProductsByUPC200Response) GetNutrition() SearchGroceryProductsByUPC200ResponseNutrition
GetNutrition returns the Nutrition field value
func (*SearchGroceryProductsByUPC200Response) GetNutritionOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetNutritionOk() (*SearchGroceryProductsByUPC200ResponseNutrition, bool)
GetNutritionOk returns a tuple with the Nutrition field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetPrice ¶
func (o *SearchGroceryProductsByUPC200Response) GetPrice() float32
GetPrice returns the Price field value
func (*SearchGroceryProductsByUPC200Response) GetPriceOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetServings ¶
func (o *SearchGroceryProductsByUPC200Response) GetServings() SearchGroceryProductsByUPC200ResponseServings
GetServings returns the Servings field value
func (*SearchGroceryProductsByUPC200Response) GetServingsOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetServingsOk() (*SearchGroceryProductsByUPC200ResponseServings, bool)
GetServingsOk returns a tuple with the Servings field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetSpoonacularScore ¶
func (o *SearchGroceryProductsByUPC200Response) GetSpoonacularScore() float32
GetSpoonacularScore returns the SpoonacularScore field value
func (*SearchGroceryProductsByUPC200Response) GetSpoonacularScoreOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetSpoonacularScoreOk() (*float32, bool)
GetSpoonacularScoreOk returns a tuple with the SpoonacularScore field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) GetTitle ¶
func (o *SearchGroceryProductsByUPC200Response) GetTitle() string
GetTitle returns the Title field value
func (*SearchGroceryProductsByUPC200Response) GetTitleOk ¶
func (o *SearchGroceryProductsByUPC200Response) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200Response) HasIngredientCount ¶
func (o *SearchGroceryProductsByUPC200Response) HasIngredientCount() bool
HasIngredientCount returns a boolean if a field has been set.
func (SearchGroceryProductsByUPC200Response) MarshalJSON ¶
func (o SearchGroceryProductsByUPC200Response) MarshalJSON() ([]byte, error)
func (*SearchGroceryProductsByUPC200Response) SetBadges ¶
func (o *SearchGroceryProductsByUPC200Response) SetBadges(v []string)
SetBadges sets field value
func (*SearchGroceryProductsByUPC200Response) SetBreadcrumbs ¶
func (o *SearchGroceryProductsByUPC200Response) SetBreadcrumbs(v []string)
SetBreadcrumbs sets field value
func (*SearchGroceryProductsByUPC200Response) SetGeneratedText ¶
func (o *SearchGroceryProductsByUPC200Response) SetGeneratedText(v string)
SetGeneratedText sets field value
func (*SearchGroceryProductsByUPC200Response) SetId ¶
func (o *SearchGroceryProductsByUPC200Response) SetId(v int32)
SetId sets field value
func (*SearchGroceryProductsByUPC200Response) SetImageType ¶
func (o *SearchGroceryProductsByUPC200Response) SetImageType(v string)
SetImageType sets field value
func (*SearchGroceryProductsByUPC200Response) SetImportantBadges ¶
func (o *SearchGroceryProductsByUPC200Response) SetImportantBadges(v []string)
SetImportantBadges sets field value
func (*SearchGroceryProductsByUPC200Response) SetIngredientCount ¶
func (o *SearchGroceryProductsByUPC200Response) SetIngredientCount(v int32)
SetIngredientCount gets a reference to the given int32 and assigns it to the IngredientCount field.
func (*SearchGroceryProductsByUPC200Response) SetIngredientList ¶
func (o *SearchGroceryProductsByUPC200Response) SetIngredientList(v string)
SetIngredientList sets field value
func (*SearchGroceryProductsByUPC200Response) SetIngredients ¶
func (o *SearchGroceryProductsByUPC200Response) SetIngredients(v []IngredientBasics)
SetIngredients sets field value
func (*SearchGroceryProductsByUPC200Response) SetLikes ¶
func (o *SearchGroceryProductsByUPC200Response) SetLikes(v float32)
SetLikes sets field value
func (*SearchGroceryProductsByUPC200Response) SetNutrition ¶
func (o *SearchGroceryProductsByUPC200Response) SetNutrition(v SearchGroceryProductsByUPC200ResponseNutrition)
SetNutrition sets field value
func (*SearchGroceryProductsByUPC200Response) SetPrice ¶
func (o *SearchGroceryProductsByUPC200Response) SetPrice(v float32)
SetPrice sets field value
func (*SearchGroceryProductsByUPC200Response) SetServings ¶
func (o *SearchGroceryProductsByUPC200Response) SetServings(v SearchGroceryProductsByUPC200ResponseServings)
SetServings sets field value
func (*SearchGroceryProductsByUPC200Response) SetSpoonacularScore ¶
func (o *SearchGroceryProductsByUPC200Response) SetSpoonacularScore(v float32)
SetSpoonacularScore sets field value
func (*SearchGroceryProductsByUPC200Response) SetTitle ¶
func (o *SearchGroceryProductsByUPC200Response) SetTitle(v string)
SetTitle sets field value
func (SearchGroceryProductsByUPC200Response) ToMap ¶
func (o SearchGroceryProductsByUPC200Response) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProductsByUPC200Response) UnmarshalJSON ¶
func (o *SearchGroceryProductsByUPC200Response) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProductsByUPC200ResponseNutrition ¶
type SearchGroceryProductsByUPC200ResponseNutrition struct { Nutrients []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner `json:"nutrients"` CaloricBreakdown SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown `json:"caloricBreakdown"` }
SearchGroceryProductsByUPC200ResponseNutrition struct for SearchGroceryProductsByUPC200ResponseNutrition
func NewSearchGroceryProductsByUPC200ResponseNutrition ¶
func NewSearchGroceryProductsByUPC200ResponseNutrition(nutrients []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, caloricBreakdown SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) *SearchGroceryProductsByUPC200ResponseNutrition
NewSearchGroceryProductsByUPC200ResponseNutrition instantiates a new SearchGroceryProductsByUPC200ResponseNutrition 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 NewSearchGroceryProductsByUPC200ResponseNutritionWithDefaults ¶
func NewSearchGroceryProductsByUPC200ResponseNutritionWithDefaults() *SearchGroceryProductsByUPC200ResponseNutrition
NewSearchGroceryProductsByUPC200ResponseNutritionWithDefaults instantiates a new SearchGroceryProductsByUPC200ResponseNutrition 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 (*SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdown ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdown() SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
GetCaloricBreakdown returns the CaloricBreakdown field value
func (*SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdownOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetCaloricBreakdownOk() (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown, bool)
GetCaloricBreakdownOk returns a tuple with the CaloricBreakdown field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutrition) GetNutrients ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetNutrients() []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
GetNutrients returns the Nutrients field value
func (*SearchGroceryProductsByUPC200ResponseNutrition) GetNutrientsOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) GetNutrientsOk() ([]SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner, bool)
GetNutrientsOk returns a tuple with the Nutrients field value and a boolean to check if the value has been set.
func (SearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON ¶
func (o SearchGroceryProductsByUPC200ResponseNutrition) MarshalJSON() ([]byte, error)
func (*SearchGroceryProductsByUPC200ResponseNutrition) SetCaloricBreakdown ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) SetCaloricBreakdown(v SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown)
SetCaloricBreakdown sets field value
func (*SearchGroceryProductsByUPC200ResponseNutrition) SetNutrients ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) SetNutrients(v []SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner)
SetNutrients sets field value
func (SearchGroceryProductsByUPC200ResponseNutrition) ToMap ¶
func (o SearchGroceryProductsByUPC200ResponseNutrition) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON ¶
func (o *SearchGroceryProductsByUPC200ResponseNutrition) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown ¶
type SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown struct { PercentProtein float32 `json:"percentProtein"` PercentFat float32 `json:"percentFat"` PercentCarbs float32 `json:"percentCarbs"` }
SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown struct for SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
func NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown ¶
func NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown(percentProtein float32, percentFat float32, percentCarbs float32) *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown instantiates a new SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown 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 NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdownWithDefaults ¶
func NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdownWithDefaults() *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown
NewSearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdownWithDefaults instantiates a new SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown 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 (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbs ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbs() float32
GetPercentCarbs returns the PercentCarbs field value
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbsOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentCarbsOk() (*float32, bool)
GetPercentCarbsOk returns a tuple with the PercentCarbs field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFat ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFat() float32
GetPercentFat returns the PercentFat field value
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFatOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentFatOk() (*float32, bool)
GetPercentFatOk returns a tuple with the PercentFat field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProtein ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProtein() float32
GetPercentProtein returns the PercentProtein field value
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProteinOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) GetPercentProteinOk() (*float32, bool)
GetPercentProteinOk returns a tuple with the PercentProtein field value and a boolean to check if the value has been set.
func (SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON ¶
func (o SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) MarshalJSON() ([]byte, error)
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentCarbs ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentCarbs(v float32)
SetPercentCarbs sets field value
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentFat ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentFat(v float32)
SetPercentFat sets field value
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentProtein ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) SetPercentProtein(v float32)
SetPercentProtein sets field value
func (SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) ToMap ¶
func (o SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionCaloricBreakdown) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner ¶
type SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner struct { Name string `json:"name"` Amount float32 `json:"amount"` Unit string `json:"unit"` PercentOfDailyNeeds float32 `json:"percentOfDailyNeeds"` }
SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner struct for SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
func NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner ¶
func NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner(name string, amount float32, unit string, percentOfDailyNeeds float32) *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInner instantiates a new SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner 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 NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInnerWithDefaults ¶
func NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInnerWithDefaults() *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner
NewSearchGroceryProductsByUPC200ResponseNutritionNutrientsInnerWithDefaults instantiates a new SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner 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 (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmount ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmount() float32
GetAmount returns the Amount field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmountOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetName ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetName() string
GetName returns the Name field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetNameOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeeds ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeeds() float32
GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeedsOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetPercentOfDailyNeedsOk() (*float32, bool)
GetPercentOfDailyNeedsOk returns a tuple with the PercentOfDailyNeeds field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnit ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnit() string
GetUnit returns the Unit field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnitOk ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON ¶
func (o SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) MarshalJSON() ([]byte, error)
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetAmount ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetAmount(v float32)
SetAmount sets field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetName ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetName(v string)
SetName sets field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetPercentOfDailyNeeds ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetPercentOfDailyNeeds(v float32)
SetPercentOfDailyNeeds sets field value
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetUnit ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) SetUnit(v string)
SetUnit sets field value
func (SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) ToMap ¶
func (o SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON ¶
func (o *SearchGroceryProductsByUPC200ResponseNutritionNutrientsInner) UnmarshalJSON(data []byte) (err error)
type SearchGroceryProductsByUPC200ResponseServings ¶
type SearchGroceryProductsByUPC200ResponseServings struct { Number float32 `json:"number"` Size float32 `json:"size"` Unit string `json:"unit"` }
SearchGroceryProductsByUPC200ResponseServings struct for SearchGroceryProductsByUPC200ResponseServings
func NewSearchGroceryProductsByUPC200ResponseServings ¶
func NewSearchGroceryProductsByUPC200ResponseServings(number float32, size float32, unit string) *SearchGroceryProductsByUPC200ResponseServings
NewSearchGroceryProductsByUPC200ResponseServings instantiates a new SearchGroceryProductsByUPC200ResponseServings 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 NewSearchGroceryProductsByUPC200ResponseServingsWithDefaults ¶
func NewSearchGroceryProductsByUPC200ResponseServingsWithDefaults() *SearchGroceryProductsByUPC200ResponseServings
NewSearchGroceryProductsByUPC200ResponseServingsWithDefaults instantiates a new SearchGroceryProductsByUPC200ResponseServings 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 (*SearchGroceryProductsByUPC200ResponseServings) GetNumber ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetNumber() float32
GetNumber returns the Number field value
func (*SearchGroceryProductsByUPC200ResponseServings) GetNumberOk ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseServings) GetSize ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetSize() float32
GetSize returns the Size field value
func (*SearchGroceryProductsByUPC200ResponseServings) GetSizeOk ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*SearchGroceryProductsByUPC200ResponseServings) GetUnit ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetUnit() string
GetUnit returns the Unit field value
func (*SearchGroceryProductsByUPC200ResponseServings) GetUnitOk ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (SearchGroceryProductsByUPC200ResponseServings) MarshalJSON ¶
func (o SearchGroceryProductsByUPC200ResponseServings) MarshalJSON() ([]byte, error)
func (*SearchGroceryProductsByUPC200ResponseServings) SetNumber ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) SetNumber(v float32)
SetNumber sets field value
func (*SearchGroceryProductsByUPC200ResponseServings) SetSize ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) SetSize(v float32)
SetSize sets field value
func (*SearchGroceryProductsByUPC200ResponseServings) SetUnit ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) SetUnit(v string)
SetUnit sets field value
func (SearchGroceryProductsByUPC200ResponseServings) ToMap ¶
func (o SearchGroceryProductsByUPC200ResponseServings) ToMap() (map[string]interface{}, error)
func (*SearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON ¶
func (o *SearchGroceryProductsByUPC200ResponseServings) UnmarshalJSON(data []byte) (err error)
type SearchMenuItems200Response ¶
type SearchMenuItems200Response struct { MenuItems []MenuItem `json:"menuItems"` TotalMenuItems int32 `json:"totalMenuItems"` Type string `json:"type"` Offset int32 `json:"offset"` Number int32 `json:"number"` }
SearchMenuItems200Response
func NewSearchMenuItems200Response ¶
func NewSearchMenuItems200Response(menuItems []MenuItem, totalMenuItems int32, type_ string, offset int32, number int32) *SearchMenuItems200Response
NewSearchMenuItems200Response instantiates a new SearchMenuItems200Response 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 NewSearchMenuItems200ResponseWithDefaults ¶
func NewSearchMenuItems200ResponseWithDefaults() *SearchMenuItems200Response
NewSearchMenuItems200ResponseWithDefaults instantiates a new SearchMenuItems200Response 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 (*SearchMenuItems200Response) GetMenuItems ¶
func (o *SearchMenuItems200Response) GetMenuItems() []MenuItem
GetMenuItems returns the MenuItems field value
func (*SearchMenuItems200Response) GetMenuItemsOk ¶
func (o *SearchMenuItems200Response) GetMenuItemsOk() ([]MenuItem, bool)
GetMenuItemsOk returns a tuple with the MenuItems field value and a boolean to check if the value has been set.
func (*SearchMenuItems200Response) GetNumber ¶
func (o *SearchMenuItems200Response) GetNumber() int32
GetNumber returns the Number field value
func (*SearchMenuItems200Response) GetNumberOk ¶
func (o *SearchMenuItems200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*SearchMenuItems200Response) GetOffset ¶
func (o *SearchMenuItems200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*SearchMenuItems200Response) GetOffsetOk ¶
func (o *SearchMenuItems200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SearchMenuItems200Response) GetTotalMenuItems ¶
func (o *SearchMenuItems200Response) GetTotalMenuItems() int32
GetTotalMenuItems returns the TotalMenuItems field value
func (*SearchMenuItems200Response) GetTotalMenuItemsOk ¶
func (o *SearchMenuItems200Response) GetTotalMenuItemsOk() (*int32, bool)
GetTotalMenuItemsOk returns a tuple with the TotalMenuItems field value and a boolean to check if the value has been set.
func (*SearchMenuItems200Response) GetType ¶
func (o *SearchMenuItems200Response) GetType() string
GetType returns the Type field value
func (*SearchMenuItems200Response) GetTypeOk ¶
func (o *SearchMenuItems200Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SearchMenuItems200Response) MarshalJSON ¶
func (o SearchMenuItems200Response) MarshalJSON() ([]byte, error)
func (*SearchMenuItems200Response) SetMenuItems ¶
func (o *SearchMenuItems200Response) SetMenuItems(v []MenuItem)
SetMenuItems sets field value
func (*SearchMenuItems200Response) SetNumber ¶
func (o *SearchMenuItems200Response) SetNumber(v int32)
SetNumber sets field value
func (*SearchMenuItems200Response) SetOffset ¶
func (o *SearchMenuItems200Response) SetOffset(v int32)
SetOffset sets field value
func (*SearchMenuItems200Response) SetTotalMenuItems ¶
func (o *SearchMenuItems200Response) SetTotalMenuItems(v int32)
SetTotalMenuItems sets field value
func (*SearchMenuItems200Response) SetType ¶
func (o *SearchMenuItems200Response) SetType(v string)
SetType sets field value
func (SearchMenuItems200Response) ToMap ¶
func (o SearchMenuItems200Response) ToMap() (map[string]interface{}, error)
func (*SearchMenuItems200Response) UnmarshalJSON ¶
func (o *SearchMenuItems200Response) UnmarshalJSON(data []byte) (err error)
type SearchRecipes200Response ¶
type SearchRecipes200Response struct { Offset int32 `json:"offset"` Number int32 `json:"number"` Results []SearchRecipes200ResponseResultsInner `json:"results"` TotalResults int32 `json:"totalResults"` }
SearchRecipes200Response
func NewSearchRecipes200Response ¶
func NewSearchRecipes200Response(offset int32, number int32, results []SearchRecipes200ResponseResultsInner, totalResults int32) *SearchRecipes200Response
NewSearchRecipes200Response instantiates a new SearchRecipes200Response 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 NewSearchRecipes200ResponseWithDefaults ¶
func NewSearchRecipes200ResponseWithDefaults() *SearchRecipes200Response
NewSearchRecipes200ResponseWithDefaults instantiates a new SearchRecipes200Response 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 (*SearchRecipes200Response) GetNumber ¶
func (o *SearchRecipes200Response) GetNumber() int32
GetNumber returns the Number field value
func (*SearchRecipes200Response) GetNumberOk ¶
func (o *SearchRecipes200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*SearchRecipes200Response) GetOffset ¶
func (o *SearchRecipes200Response) GetOffset() int32
GetOffset returns the Offset field value
func (*SearchRecipes200Response) GetOffsetOk ¶
func (o *SearchRecipes200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*SearchRecipes200Response) GetResults ¶
func (o *SearchRecipes200Response) GetResults() []SearchRecipes200ResponseResultsInner
GetResults returns the Results field value
func (*SearchRecipes200Response) GetResultsOk ¶
func (o *SearchRecipes200Response) GetResultsOk() ([]SearchRecipes200ResponseResultsInner, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*SearchRecipes200Response) GetTotalResults ¶
func (o *SearchRecipes200Response) GetTotalResults() int32
GetTotalResults returns the TotalResults field value
func (*SearchRecipes200Response) GetTotalResultsOk ¶
func (o *SearchRecipes200Response) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set.
func (SearchRecipes200Response) MarshalJSON ¶
func (o SearchRecipes200Response) MarshalJSON() ([]byte, error)
func (*SearchRecipes200Response) SetNumber ¶
func (o *SearchRecipes200Response) SetNumber(v int32)
SetNumber sets field value
func (*SearchRecipes200Response) SetOffset ¶
func (o *SearchRecipes200Response) SetOffset(v int32)
SetOffset sets field value
func (*SearchRecipes200Response) SetResults ¶
func (o *SearchRecipes200Response) SetResults(v []SearchRecipes200ResponseResultsInner)
SetResults sets field value
func (*SearchRecipes200Response) SetTotalResults ¶
func (o *SearchRecipes200Response) SetTotalResults(v int32)
SetTotalResults sets field value
func (SearchRecipes200Response) ToMap ¶
func (o SearchRecipes200Response) ToMap() (map[string]interface{}, error)
func (*SearchRecipes200Response) UnmarshalJSON ¶
func (o *SearchRecipes200Response) UnmarshalJSON(data []byte) (err error)
type SearchRecipes200ResponseResultsInner ¶
type SearchRecipes200ResponseResultsInner struct { Id int32 `json:"id"` Title string `json:"title"` Image string `json:"image"` ImageType string `json:"imageType"` }
SearchRecipes200ResponseResultsInner struct for SearchRecipes200ResponseResultsInner
func NewSearchRecipes200ResponseResultsInner ¶
func NewSearchRecipes200ResponseResultsInner(id int32, title string, image string, imageType string) *SearchRecipes200ResponseResultsInner
NewSearchRecipes200ResponseResultsInner instantiates a new SearchRecipes200ResponseResultsInner 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 NewSearchRecipes200ResponseResultsInnerWithDefaults ¶
func NewSearchRecipes200ResponseResultsInnerWithDefaults() *SearchRecipes200ResponseResultsInner
NewSearchRecipes200ResponseResultsInnerWithDefaults instantiates a new SearchRecipes200ResponseResultsInner 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 (*SearchRecipes200ResponseResultsInner) GetId ¶
func (o *SearchRecipes200ResponseResultsInner) GetId() int32
GetId returns the Id field value
func (*SearchRecipes200ResponseResultsInner) GetIdOk ¶
func (o *SearchRecipes200ResponseResultsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchRecipes200ResponseResultsInner) GetImage ¶
func (o *SearchRecipes200ResponseResultsInner) GetImage() string
GetImage returns the Image field value
func (*SearchRecipes200ResponseResultsInner) GetImageOk ¶
func (o *SearchRecipes200ResponseResultsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*SearchRecipes200ResponseResultsInner) GetImageType ¶
func (o *SearchRecipes200ResponseResultsInner) GetImageType() string
GetImageType returns the ImageType field value
func (*SearchRecipes200ResponseResultsInner) GetImageTypeOk ¶
func (o *SearchRecipes200ResponseResultsInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*SearchRecipes200ResponseResultsInner) GetTitle ¶
func (o *SearchRecipes200ResponseResultsInner) GetTitle() string
GetTitle returns the Title field value
func (*SearchRecipes200ResponseResultsInner) GetTitleOk ¶
func (o *SearchRecipes200ResponseResultsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (SearchRecipes200ResponseResultsInner) MarshalJSON ¶
func (o SearchRecipes200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*SearchRecipes200ResponseResultsInner) SetId ¶
func (o *SearchRecipes200ResponseResultsInner) SetId(v int32)
SetId sets field value
func (*SearchRecipes200ResponseResultsInner) SetImage ¶
func (o *SearchRecipes200ResponseResultsInner) SetImage(v string)
SetImage sets field value
func (*SearchRecipes200ResponseResultsInner) SetImageType ¶
func (o *SearchRecipes200ResponseResultsInner) SetImageType(v string)
SetImageType sets field value
func (*SearchRecipes200ResponseResultsInner) SetTitle ¶
func (o *SearchRecipes200ResponseResultsInner) SetTitle(v string)
SetTitle sets field value
func (SearchRecipes200ResponseResultsInner) ToMap ¶
func (o SearchRecipes200ResponseResultsInner) ToMap() (map[string]interface{}, error)
func (*SearchRecipes200ResponseResultsInner) UnmarshalJSON ¶
func (o *SearchRecipes200ResponseResultsInner) UnmarshalJSON(data []byte) (err error)
type SearchRecipesByIngredients200ResponseInner ¶
type SearchRecipesByIngredients200ResponseInner struct { Id int32 `json:"id"` Image string `json:"image"` ImageType string `json:"imageType"` Likes int32 `json:"likes"` MissedIngredientCount int32 `json:"missedIngredientCount"` MissedIngredients []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner `json:"missedIngredients"` Title string `json:"title"` UnusedIngredients []map[string]interface{} `json:"unusedIngredients"` UsedIngredientCount float32 `json:"usedIngredientCount"` UsedIngredients []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner `json:"usedIngredients"` }
SearchRecipesByIngredients200ResponseInner struct for SearchRecipesByIngredients200ResponseInner
func NewSearchRecipesByIngredients200ResponseInner ¶
func NewSearchRecipesByIngredients200ResponseInner(id int32, image string, imageType string, likes int32, missedIngredientCount int32, missedIngredients []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner, title string, unusedIngredients []map[string]interface{}, usedIngredientCount float32, usedIngredients []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) *SearchRecipesByIngredients200ResponseInner
NewSearchRecipesByIngredients200ResponseInner instantiates a new SearchRecipesByIngredients200ResponseInner 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 NewSearchRecipesByIngredients200ResponseInnerWithDefaults ¶
func NewSearchRecipesByIngredients200ResponseInnerWithDefaults() *SearchRecipesByIngredients200ResponseInner
NewSearchRecipesByIngredients200ResponseInnerWithDefaults instantiates a new SearchRecipesByIngredients200ResponseInner 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 (*SearchRecipesByIngredients200ResponseInner) GetId ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetId() int32
GetId returns the Id field value
func (*SearchRecipesByIngredients200ResponseInner) GetIdOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetImage ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetImage() string
GetImage returns the Image field value
func (*SearchRecipesByIngredients200ResponseInner) GetImageOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetImageType ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetImageType() string
GetImageType returns the ImageType field value
func (*SearchRecipesByIngredients200ResponseInner) GetImageTypeOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetLikes ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetLikes() int32
GetLikes returns the Likes field value
func (*SearchRecipesByIngredients200ResponseInner) GetLikesOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetLikesOk() (*int32, bool)
GetLikesOk returns a tuple with the Likes field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCount ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCount() int32
GetMissedIngredientCount returns the MissedIngredientCount field value
func (*SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCountOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientCountOk() (*int32, bool)
GetMissedIngredientCountOk returns a tuple with the MissedIngredientCount field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetMissedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredients() []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
GetMissedIngredients returns the MissedIngredients field value
func (*SearchRecipesByIngredients200ResponseInner) GetMissedIngredientsOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetMissedIngredientsOk() ([]SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner, bool)
GetMissedIngredientsOk returns a tuple with the MissedIngredients field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetTitle ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetTitle() string
GetTitle returns the Title field value
func (*SearchRecipesByIngredients200ResponseInner) GetTitleOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetUnusedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUnusedIngredients() []map[string]interface{}
GetUnusedIngredients returns the UnusedIngredients field value
func (*SearchRecipesByIngredients200ResponseInner) GetUnusedIngredientsOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUnusedIngredientsOk() ([]map[string]interface{}, bool)
GetUnusedIngredientsOk returns a tuple with the UnusedIngredients field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCount ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCount() float32
GetUsedIngredientCount returns the UsedIngredientCount field value
func (*SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCountOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientCountOk() (*float32, bool)
GetUsedIngredientCountOk returns a tuple with the UsedIngredientCount field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInner) GetUsedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredients() []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
GetUsedIngredients returns the UsedIngredients field value
func (*SearchRecipesByIngredients200ResponseInner) GetUsedIngredientsOk ¶
func (o *SearchRecipesByIngredients200ResponseInner) GetUsedIngredientsOk() ([]SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner, bool)
GetUsedIngredientsOk returns a tuple with the UsedIngredients field value and a boolean to check if the value has been set.
func (SearchRecipesByIngredients200ResponseInner) MarshalJSON ¶
func (o SearchRecipesByIngredients200ResponseInner) MarshalJSON() ([]byte, error)
func (*SearchRecipesByIngredients200ResponseInner) SetId ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetId(v int32)
SetId sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetImage ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetImage(v string)
SetImage sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetImageType ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetImageType(v string)
SetImageType sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetLikes ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetLikes(v int32)
SetLikes sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetMissedIngredientCount ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetMissedIngredientCount(v int32)
SetMissedIngredientCount sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetMissedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetMissedIngredients(v []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner)
SetMissedIngredients sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetTitle ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetTitle(v string)
SetTitle sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetUnusedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetUnusedIngredients(v []map[string]interface{})
SetUnusedIngredients sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetUsedIngredientCount ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetUsedIngredientCount(v float32)
SetUsedIngredientCount sets field value
func (*SearchRecipesByIngredients200ResponseInner) SetUsedIngredients ¶
func (o *SearchRecipesByIngredients200ResponseInner) SetUsedIngredients(v []SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner)
SetUsedIngredients sets field value
func (SearchRecipesByIngredients200ResponseInner) ToMap ¶
func (o SearchRecipesByIngredients200ResponseInner) ToMap() (map[string]interface{}, error)
func (*SearchRecipesByIngredients200ResponseInner) UnmarshalJSON ¶
func (o *SearchRecipesByIngredients200ResponseInner) UnmarshalJSON(data []byte) (err error)
type SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner ¶
type SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner struct { Aisle string `json:"aisle"` Amount float32 `json:"amount"` Id int32 `json:"id"` Image string `json:"image"` Meta []string `json:"meta,omitempty"` Name string `json:"name"` ExtendedName *string `json:"extendedName,omitempty"` Original string `json:"original"` OriginalName string `json:"originalName"` Unit string `json:"unit"` UnitLong string `json:"unitLong"` UnitShort string `json:"unitShort"` }
SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner struct for SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
func NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner ¶
func NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner(aisle string, amount float32, id int32, image string, name string, original string, originalName string, unit string, unitLong string, unitShort string) *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInner instantiates a new SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner 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 NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInnerWithDefaults ¶
func NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInnerWithDefaults() *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner
NewSearchRecipesByIngredients200ResponseInnerMissedIngredientsInnerWithDefaults instantiates a new SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner 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 (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisle ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisle() string
GetAisle returns the Aisle field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisleOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAisleOk() (*string, bool)
GetAisleOk returns a tuple with the Aisle field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmount ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmount() float32
GetAmount returns the Amount field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmountOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedName() string
GetExtendedName returns the ExtendedName field value if set, zero value otherwise.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedNameOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetExtendedNameOk() (*string, bool)
GetExtendedNameOk returns a tuple with the ExtendedName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetId ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetId() int32
GetId returns the Id field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetIdOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImage ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImage() string
GetImage returns the Image field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImageOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMeta ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMeta() []string
GetMeta returns the Meta field value if set, zero value otherwise.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMetaOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetMetaOk() ([]string, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetName() string
GetName returns the Name field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetNameOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginal ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginal() string
GetOriginal returns the Original field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalName() string
GetOriginalName returns the OriginalName field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalNameOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnit ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnit() string
GetUnit returns the Unit field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLong ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLong() string
GetUnitLong returns the UnitLong field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLongOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitLongOk() (*string, bool)
GetUnitLongOk returns a tuple with the UnitLong field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShort ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShort() string
GetUnitShort returns the UnitShort field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShortOk ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) GetUnitShortOk() (*string, bool)
GetUnitShortOk returns a tuple with the UnitShort field value and a boolean to check if the value has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasExtendedName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasExtendedName() bool
HasExtendedName returns a boolean if a field has been set.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasMeta ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON ¶
func (o SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) MarshalJSON() ([]byte, error)
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAisle ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAisle(v string)
SetAisle sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAmount ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetAmount(v float32)
SetAmount sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetExtendedName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetExtendedName(v string)
SetExtendedName gets a reference to the given string and assigns it to the ExtendedName field.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetId ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetId(v int32)
SetId sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetImage ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetImage(v string)
SetImage sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetMeta ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetMeta(v []string)
SetMeta gets a reference to the given []string and assigns it to the Meta field.
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetName(v string)
SetName sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginal ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginal(v string)
SetOriginal sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginalName ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetOriginalName(v string)
SetOriginalName sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnit ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnit(v string)
SetUnit sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitLong ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitLong(v string)
SetUnitLong sets field value
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitShort ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) SetUnitShort(v string)
SetUnitShort sets field value
func (SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) ToMap ¶
func (o SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) ToMap() (map[string]interface{}, error)
func (*SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON ¶
func (o *SearchRecipesByIngredients200ResponseInnerMissedIngredientsInner) UnmarshalJSON(data []byte) (err error)
type SearchRecipesByNutrients200ResponseInner ¶
type SearchRecipesByNutrients200ResponseInner struct { Calories float32 `json:"calories"` Carbs string `json:"carbs"` Fat string `json:"fat"` Id int32 `json:"id"` Image string `json:"image"` ImageType string `json:"imageType"` Protein string `json:"protein"` Title string `json:"title"` }
SearchRecipesByNutrients200ResponseInner struct for SearchRecipesByNutrients200ResponseInner
func NewSearchRecipesByNutrients200ResponseInner ¶
func NewSearchRecipesByNutrients200ResponseInner(calories float32, carbs string, fat string, id int32, image string, imageType string, protein string, title string) *SearchRecipesByNutrients200ResponseInner
NewSearchRecipesByNutrients200ResponseInner instantiates a new SearchRecipesByNutrients200ResponseInner 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 NewSearchRecipesByNutrients200ResponseInnerWithDefaults ¶
func NewSearchRecipesByNutrients200ResponseInnerWithDefaults() *SearchRecipesByNutrients200ResponseInner
NewSearchRecipesByNutrients200ResponseInnerWithDefaults instantiates a new SearchRecipesByNutrients200ResponseInner 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 (*SearchRecipesByNutrients200ResponseInner) GetCalories ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetCalories() float32
GetCalories returns the Calories field value
func (*SearchRecipesByNutrients200ResponseInner) GetCaloriesOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetCaloriesOk() (*float32, bool)
GetCaloriesOk returns a tuple with the Calories field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetCarbs ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetCarbs() string
GetCarbs returns the Carbs field value
func (*SearchRecipesByNutrients200ResponseInner) GetCarbsOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetCarbsOk() (*string, bool)
GetCarbsOk returns a tuple with the Carbs field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetFat ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetFat() string
GetFat returns the Fat field value
func (*SearchRecipesByNutrients200ResponseInner) GetFatOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetFatOk() (*string, bool)
GetFatOk returns a tuple with the Fat field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetId ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetId() int32
GetId returns the Id field value
func (*SearchRecipesByNutrients200ResponseInner) GetIdOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetImage ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetImage() string
GetImage returns the Image field value
func (*SearchRecipesByNutrients200ResponseInner) GetImageOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetImageType ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetImageType() string
GetImageType returns the ImageType field value
func (*SearchRecipesByNutrients200ResponseInner) GetImageTypeOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetImageTypeOk() (*string, bool)
GetImageTypeOk returns a tuple with the ImageType field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetProtein ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetProtein() string
GetProtein returns the Protein field value
func (*SearchRecipesByNutrients200ResponseInner) GetProteinOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetProteinOk() (*string, bool)
GetProteinOk returns a tuple with the Protein field value and a boolean to check if the value has been set.
func (*SearchRecipesByNutrients200ResponseInner) GetTitle ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetTitle() string
GetTitle returns the Title field value
func (*SearchRecipesByNutrients200ResponseInner) GetTitleOk ¶
func (o *SearchRecipesByNutrients200ResponseInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (SearchRecipesByNutrients200ResponseInner) MarshalJSON ¶
func (o SearchRecipesByNutrients200ResponseInner) MarshalJSON() ([]byte, error)
func (*SearchRecipesByNutrients200ResponseInner) SetCalories ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetCalories(v float32)
SetCalories sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetCarbs ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetCarbs(v string)
SetCarbs sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetFat ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetFat(v string)
SetFat sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetId ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetId(v int32)
SetId sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetImage ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetImage(v string)
SetImage sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetImageType ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetImageType(v string)
SetImageType sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetProtein ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetProtein(v string)
SetProtein sets field value
func (*SearchRecipesByNutrients200ResponseInner) SetTitle ¶
func (o *SearchRecipesByNutrients200ResponseInner) SetTitle(v string)
SetTitle sets field value
func (SearchRecipesByNutrients200ResponseInner) ToMap ¶
func (o SearchRecipesByNutrients200ResponseInner) ToMap() (map[string]interface{}, error)
func (*SearchRecipesByNutrients200ResponseInner) UnmarshalJSON ¶
func (o *SearchRecipesByNutrients200ResponseInner) UnmarshalJSON(data []byte) (err error)
type SearchRestaurants200Response ¶
type SearchRestaurants200Response struct {
Restaurants []SearchRestaurants200ResponseRestaurantsInner `json:"restaurants,omitempty"`
}
SearchRestaurants200Response struct for SearchRestaurants200Response
func NewSearchRestaurants200Response ¶
func NewSearchRestaurants200Response() *SearchRestaurants200Response
NewSearchRestaurants200Response instantiates a new SearchRestaurants200Response 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 NewSearchRestaurants200ResponseWithDefaults ¶
func NewSearchRestaurants200ResponseWithDefaults() *SearchRestaurants200Response
NewSearchRestaurants200ResponseWithDefaults instantiates a new SearchRestaurants200Response 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 (*SearchRestaurants200Response) GetRestaurants ¶
func (o *SearchRestaurants200Response) GetRestaurants() []SearchRestaurants200ResponseRestaurantsInner
GetRestaurants returns the Restaurants field value if set, zero value otherwise.
func (*SearchRestaurants200Response) GetRestaurantsOk ¶
func (o *SearchRestaurants200Response) GetRestaurantsOk() ([]SearchRestaurants200ResponseRestaurantsInner, bool)
GetRestaurantsOk returns a tuple with the Restaurants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200Response) HasRestaurants ¶
func (o *SearchRestaurants200Response) HasRestaurants() bool
HasRestaurants returns a boolean if a field has been set.
func (SearchRestaurants200Response) MarshalJSON ¶
func (o SearchRestaurants200Response) MarshalJSON() ([]byte, error)
func (*SearchRestaurants200Response) SetRestaurants ¶
func (o *SearchRestaurants200Response) SetRestaurants(v []SearchRestaurants200ResponseRestaurantsInner)
SetRestaurants gets a reference to the given []SearchRestaurants200ResponseRestaurantsInner and assigns it to the Restaurants field.
func (SearchRestaurants200Response) ToMap ¶
func (o SearchRestaurants200Response) ToMap() (map[string]interface{}, error)
type SearchRestaurants200ResponseRestaurantsInner ¶
type SearchRestaurants200ResponseRestaurantsInner struct { Id *string `json:"_id,omitempty"` Name *string `json:"name,omitempty"` PhoneNumber *int32 `json:"phone_number,omitempty"` Address *SearchRestaurants200ResponseRestaurantsInnerAddress `json:"address,omitempty"` Type *string `json:"type,omitempty"` Description *string `json:"description,omitempty"` LocalHours *SearchRestaurants200ResponseRestaurantsInnerLocalHours `json:"local_hours,omitempty"` Cuisines []string `json:"cuisines,omitempty"` FoodPhotos []string `json:"food_photos,omitempty"` LogoPhotos []string `json:"logo_photos,omitempty"` StorePhotos []string `json:"store_photos,omitempty"` DollarSigns *int32 `json:"dollar_signs,omitempty"` PickupEnabled *bool `json:"pickup_enabled,omitempty"` DeliveryEnabled *bool `json:"delivery_enabled,omitempty"` IsOpen *bool `json:"is_open,omitempty"` OffersFirstPartyDelivery *bool `json:"offers_first_party_delivery,omitempty"` OffersThirdPartyDelivery *bool `json:"offers_third_party_delivery,omitempty"` Miles *float32 `json:"miles,omitempty"` WeightedRatingValue *float32 `json:"weighted_rating_value,omitempty"` AggregatedRatingCount *int32 `json:"aggregated_rating_count,omitempty"` }
SearchRestaurants200ResponseRestaurantsInner struct for SearchRestaurants200ResponseRestaurantsInner
func NewSearchRestaurants200ResponseRestaurantsInner ¶
func NewSearchRestaurants200ResponseRestaurantsInner() *SearchRestaurants200ResponseRestaurantsInner
NewSearchRestaurants200ResponseRestaurantsInner instantiates a new SearchRestaurants200ResponseRestaurantsInner 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 NewSearchRestaurants200ResponseRestaurantsInnerWithDefaults ¶
func NewSearchRestaurants200ResponseRestaurantsInnerWithDefaults() *SearchRestaurants200ResponseRestaurantsInner
NewSearchRestaurants200ResponseRestaurantsInnerWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInner 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 (*SearchRestaurants200ResponseRestaurantsInner) GetAddress ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetAddress() SearchRestaurants200ResponseRestaurantsInnerAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetAddressOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetAddressOk() (*SearchRestaurants200ResponseRestaurantsInnerAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCount ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCount() int32
GetAggregatedRatingCount returns the AggregatedRatingCount field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCountOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetAggregatedRatingCountOk() (*int32, bool)
GetAggregatedRatingCountOk returns a tuple with the AggregatedRatingCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetCuisines ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetCuisines() []string
GetCuisines returns the Cuisines field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetCuisinesOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetCuisinesOk() ([]string, bool)
GetCuisinesOk returns a tuple with the Cuisines field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabled() bool
GetDeliveryEnabled returns the DeliveryEnabled field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabledOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDeliveryEnabledOk() (*bool, bool)
GetDeliveryEnabledOk returns a tuple with the DeliveryEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDescription ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDescriptionOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDollarSigns ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDollarSigns() int32
GetDollarSigns returns the DollarSigns field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetDollarSignsOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetDollarSignsOk() (*int32, bool)
GetDollarSignsOk returns a tuple with the DollarSigns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotos() []string
GetFoodPhotos returns the FoodPhotos field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotosOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetFoodPhotosOk() ([]string, bool)
GetFoodPhotosOk returns a tuple with the FoodPhotos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetId ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetIdOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetIsOpen ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetIsOpen() bool
GetIsOpen returns the IsOpen field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetIsOpenOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetIsOpenOk() (*bool, bool)
GetIsOpenOk returns a tuple with the IsOpen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetLocalHours ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetLocalHours() SearchRestaurants200ResponseRestaurantsInnerLocalHours
GetLocalHours returns the LocalHours field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetLocalHoursOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetLocalHoursOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHours, bool)
GetLocalHoursOk returns a tuple with the LocalHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotos() []string
GetLogoPhotos returns the LogoPhotos field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotosOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetLogoPhotosOk() ([]string, bool)
GetLogoPhotosOk returns a tuple with the LogoPhotos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetMiles ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetMiles() float32
GetMiles returns the Miles field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetMilesOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetMilesOk() (*float32, bool)
GetMilesOk returns a tuple with the Miles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetName ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetNameOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDelivery() bool
GetOffersFirstPartyDelivery returns the OffersFirstPartyDelivery field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDeliveryOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersFirstPartyDeliveryOk() (*bool, bool)
GetOffersFirstPartyDeliveryOk returns a tuple with the OffersFirstPartyDelivery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDelivery() bool
GetOffersThirdPartyDelivery returns the OffersThirdPartyDelivery field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDeliveryOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetOffersThirdPartyDeliveryOk() (*bool, bool)
GetOffersThirdPartyDeliveryOk returns a tuple with the OffersThirdPartyDelivery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumber ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumber() int32
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumberOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetPhoneNumberOk() (*int32, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabled() bool
GetPickupEnabled returns the PickupEnabled field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabledOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetPickupEnabledOk() (*bool, bool)
GetPickupEnabledOk returns a tuple with the PickupEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetStorePhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetStorePhotos() []string
GetStorePhotos returns the StorePhotos field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetStorePhotosOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetStorePhotosOk() ([]string, bool)
GetStorePhotosOk returns a tuple with the StorePhotos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetType ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetTypeOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValue ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValue() float32
GetWeightedRatingValue returns the WeightedRatingValue field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValueOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) GetWeightedRatingValueOk() (*float32, bool)
GetWeightedRatingValueOk returns a tuple with the WeightedRatingValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasAddress ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasAggregatedRatingCount ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasAggregatedRatingCount() bool
HasAggregatedRatingCount returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasCuisines ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasCuisines() bool
HasCuisines returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasDeliveryEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasDeliveryEnabled() bool
HasDeliveryEnabled returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasDescription ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasDollarSigns ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasDollarSigns() bool
HasDollarSigns returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasFoodPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasFoodPhotos() bool
HasFoodPhotos returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasId ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasIsOpen ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasIsOpen() bool
HasIsOpen returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasLocalHours ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasLocalHours() bool
HasLocalHours returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasLogoPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasLogoPhotos() bool
HasLogoPhotos returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasMiles ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasMiles() bool
HasMiles returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasName ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasOffersFirstPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasOffersFirstPartyDelivery() bool
HasOffersFirstPartyDelivery returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasOffersThirdPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasOffersThirdPartyDelivery() bool
HasOffersThirdPartyDelivery returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasPhoneNumber ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasPickupEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasPickupEnabled() bool
HasPickupEnabled returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasStorePhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasStorePhotos() bool
HasStorePhotos returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasType ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInner) HasWeightedRatingValue ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) HasWeightedRatingValue() bool
HasWeightedRatingValue returns a boolean if a field has been set.
func (SearchRestaurants200ResponseRestaurantsInner) MarshalJSON ¶
func (o SearchRestaurants200ResponseRestaurantsInner) MarshalJSON() ([]byte, error)
func (*SearchRestaurants200ResponseRestaurantsInner) SetAddress ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetAddress(v SearchRestaurants200ResponseRestaurantsInnerAddress)
SetAddress gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerAddress and assigns it to the Address field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetAggregatedRatingCount ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetAggregatedRatingCount(v int32)
SetAggregatedRatingCount gets a reference to the given int32 and assigns it to the AggregatedRatingCount field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetCuisines ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetCuisines(v []string)
SetCuisines gets a reference to the given []string and assigns it to the Cuisines field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetDeliveryEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetDeliveryEnabled(v bool)
SetDeliveryEnabled gets a reference to the given bool and assigns it to the DeliveryEnabled field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetDescription ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetDollarSigns ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetDollarSigns(v int32)
SetDollarSigns gets a reference to the given int32 and assigns it to the DollarSigns field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetFoodPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetFoodPhotos(v []string)
SetFoodPhotos gets a reference to the given []string and assigns it to the FoodPhotos field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetId ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetIsOpen ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetIsOpen(v bool)
SetIsOpen gets a reference to the given bool and assigns it to the IsOpen field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetLocalHours ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetLocalHours(v SearchRestaurants200ResponseRestaurantsInnerLocalHours)
SetLocalHours gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerLocalHours and assigns it to the LocalHours field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetLogoPhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetLogoPhotos(v []string)
SetLogoPhotos gets a reference to the given []string and assigns it to the LogoPhotos field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetMiles ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetMiles(v float32)
SetMiles gets a reference to the given float32 and assigns it to the Miles field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetName ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetOffersFirstPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetOffersFirstPartyDelivery(v bool)
SetOffersFirstPartyDelivery gets a reference to the given bool and assigns it to the OffersFirstPartyDelivery field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetOffersThirdPartyDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetOffersThirdPartyDelivery(v bool)
SetOffersThirdPartyDelivery gets a reference to the given bool and assigns it to the OffersThirdPartyDelivery field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetPhoneNumber ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetPhoneNumber(v int32)
SetPhoneNumber gets a reference to the given int32 and assigns it to the PhoneNumber field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetPickupEnabled ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetPickupEnabled(v bool)
SetPickupEnabled gets a reference to the given bool and assigns it to the PickupEnabled field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetStorePhotos ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetStorePhotos(v []string)
SetStorePhotos gets a reference to the given []string and assigns it to the StorePhotos field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetType ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*SearchRestaurants200ResponseRestaurantsInner) SetWeightedRatingValue ¶
func (o *SearchRestaurants200ResponseRestaurantsInner) SetWeightedRatingValue(v float32)
SetWeightedRatingValue gets a reference to the given float32 and assigns it to the WeightedRatingValue field.
func (SearchRestaurants200ResponseRestaurantsInner) ToMap ¶
func (o SearchRestaurants200ResponseRestaurantsInner) ToMap() (map[string]interface{}, error)
type SearchRestaurants200ResponseRestaurantsInnerAddress ¶
type SearchRestaurants200ResponseRestaurantsInnerAddress struct { StreetAddr *string `json:"street_addr,omitempty"` City *string `json:"city,omitempty"` State *string `json:"state,omitempty"` Zipcode *string `json:"zipcode,omitempty"` Country *string `json:"country,omitempty"` Lat *float32 `json:"lat,omitempty"` Lon *float32 `json:"lon,omitempty"` StreetAddr2 *string `json:"street_addr_2,omitempty"` Latitude *float32 `json:"latitude,omitempty"` Longitude *float32 `json:"longitude,omitempty"` }
SearchRestaurants200ResponseRestaurantsInnerAddress struct for SearchRestaurants200ResponseRestaurantsInnerAddress
func NewSearchRestaurants200ResponseRestaurantsInnerAddress ¶
func NewSearchRestaurants200ResponseRestaurantsInnerAddress() *SearchRestaurants200ResponseRestaurantsInnerAddress
NewSearchRestaurants200ResponseRestaurantsInnerAddress instantiates a new SearchRestaurants200ResponseRestaurantsInnerAddress 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 NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults ¶
func NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults() *SearchRestaurants200ResponseRestaurantsInnerAddress
NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInnerAddress 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 (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetCity ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetCityOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountry ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountryOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLat ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLat() float32
GetLat returns the Lat field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatOk() (*float32, bool)
GetLatOk returns a tuple with the Lat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitude() float32
GetLatitude returns the Latitude field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitudeOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitudeOk() (*float32, bool)
GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLon ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLon() float32
GetLon returns the Lon field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLonOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLonOk() (*float32, bool)
GetLonOk returns a tuple with the Lon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitude() float32
GetLongitude returns the Longitude field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitudeOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitudeOk() (*float32, bool)
GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetState ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetStateOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr() string
GetStreetAddr returns the StreetAddr field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2 ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2() string
GetStreetAddr2 returns the StreetAddr2 field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2Ok ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2Ok() (*string, bool)
GetStreetAddr2Ok returns a tuple with the StreetAddr2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddrOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddrOk() (*string, bool)
GetStreetAddrOk returns a tuple with the StreetAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcode ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcode() string
GetZipcode returns the Zipcode field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcodeOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcodeOk() (*string, bool)
GetZipcodeOk returns a tuple with the Zipcode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasCity ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasCountry ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasLat ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLat() bool
HasLat returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasLatitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasLon ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLon() bool
HasLon returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasLongitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasState ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasState() bool
HasState returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr() bool
HasStreetAddr returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr2 ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr2() bool
HasStreetAddr2 returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) HasZipcode ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasZipcode() bool
HasZipcode returns a boolean if a field has been set.
func (SearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON ¶
func (o SearchRestaurants200ResponseRestaurantsInnerAddress) MarshalJSON() ([]byte, error)
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetCity ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetCountry ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetLat ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLat(v float32)
SetLat gets a reference to the given float32 and assigns it to the Lat field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetLatitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLatitude(v float32)
SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetLon ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLon(v float32)
SetLon gets a reference to the given float32 and assigns it to the Lon field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetLongitude ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLongitude(v float32)
SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetState ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr(v string)
SetStreetAddr gets a reference to the given string and assigns it to the StreetAddr field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr2 ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr2(v string)
SetStreetAddr2 gets a reference to the given string and assigns it to the StreetAddr2 field.
func (*SearchRestaurants200ResponseRestaurantsInnerAddress) SetZipcode ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetZipcode(v string)
SetZipcode gets a reference to the given string and assigns it to the Zipcode field.
func (SearchRestaurants200ResponseRestaurantsInnerAddress) ToMap ¶
func (o SearchRestaurants200ResponseRestaurantsInnerAddress) ToMap() (map[string]interface{}, error)
type SearchRestaurants200ResponseRestaurantsInnerLocalHours ¶
type SearchRestaurants200ResponseRestaurantsInnerLocalHours struct { Operational *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational `json:"operational,omitempty"` Delivery *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational `json:"delivery,omitempty"` Pickup *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational `json:"pickup,omitempty"` DineIn *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational `json:"dine_in,omitempty"` }
SearchRestaurants200ResponseRestaurantsInnerLocalHours struct for SearchRestaurants200ResponseRestaurantsInnerLocalHours
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHours ¶
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHours() *SearchRestaurants200ResponseRestaurantsInnerLocalHours
NewSearchRestaurants200ResponseRestaurantsInnerLocalHours instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHours 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 NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults ¶
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults() *SearchRestaurants200ResponseRestaurantsInnerLocalHours
NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHours 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 (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDelivery() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetDelivery returns the Delivery field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDeliveryOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDeliveryOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetDeliveryOk returns a tuple with the Delivery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineIn ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineIn() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetDineIn returns the DineIn field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineInOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineInOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetDineInOk returns a tuple with the DineIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperational ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperational() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetOperational returns the Operational field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperationalOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperationalOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetOperationalOk returns a tuple with the Operational field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickup ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickup() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetPickup returns the Pickup field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickupOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickupOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetPickupOk returns a tuple with the Pickup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDelivery() bool
HasDelivery returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDineIn ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDineIn() bool
HasDineIn returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasOperational ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasOperational() bool
HasOperational returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasPickup ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasPickup() bool
HasPickup returns a boolean if a field has been set.
func (SearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON ¶
func (o SearchRestaurants200ResponseRestaurantsInnerLocalHours) MarshalJSON() ([]byte, error)
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDelivery ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDelivery(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetDelivery gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational and assigns it to the Delivery field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDineIn ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDineIn(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetDineIn gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational and assigns it to the DineIn field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetOperational ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetOperational(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetOperational gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational and assigns it to the Operational field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetPickup ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetPickup(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetPickup gets a reference to the given SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational and assigns it to the Pickup field.
func (SearchRestaurants200ResponseRestaurantsInnerLocalHours) ToMap ¶
func (o SearchRestaurants200ResponseRestaurantsInnerLocalHours) ToMap() (map[string]interface{}, error)
type SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational ¶
type SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational struct { Monday *string `json:"Monday,omitempty"` Tuesday *string `json:"Tuesday,omitempty"` Wednesday *string `json:"Wednesday,omitempty"` Thursday *string `json:"Thursday,omitempty"` Friday *string `json:"Friday,omitempty"` Saturday *string `json:"Saturday,omitempty"` Sunday *string `json:"Sunday,omitempty"` }
SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational struct for SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational ¶
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational() *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational 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 NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperationalWithDefaults ¶
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperationalWithDefaults() *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursOperationalWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational 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 (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFriday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFriday() string
GetFriday returns the Friday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFridayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetFridayOk() (*string, bool)
GetFridayOk returns a tuple with the Friday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMonday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMonday() string
GetMonday returns the Monday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMondayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetMondayOk() (*string, bool)
GetMondayOk returns a tuple with the Monday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturday() string
GetSaturday returns the Saturday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturdayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSaturdayOk() (*string, bool)
GetSaturdayOk returns a tuple with the Saturday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSunday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSunday() string
GetSunday returns the Sunday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSundayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetSundayOk() (*string, bool)
GetSundayOk returns a tuple with the Sunday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursday() string
GetThursday returns the Thursday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursdayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetThursdayOk() (*string, bool)
GetThursdayOk returns a tuple with the Thursday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesday() string
GetTuesday returns the Tuesday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesdayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetTuesdayOk() (*string, bool)
GetTuesdayOk returns a tuple with the Tuesday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesday() string
GetWednesday returns the Wednesday field value if set, zero value otherwise.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesdayOk ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) GetWednesdayOk() (*string, bool)
GetWednesdayOk returns a tuple with the Wednesday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasFriday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasFriday() bool
HasFriday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasMonday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasMonday() bool
HasMonday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSaturday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSaturday() bool
HasSaturday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSunday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasSunday() bool
HasSunday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasThursday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasThursday() bool
HasThursday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasTuesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasTuesday() bool
HasTuesday returns a boolean if a field has been set.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasWednesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) HasWednesday() bool
HasWednesday returns a boolean if a field has been set.
func (SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON ¶
func (o SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) MarshalJSON() ([]byte, error)
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetFriday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetFriday(v string)
SetFriday gets a reference to the given string and assigns it to the Friday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetMonday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetMonday(v string)
SetMonday gets a reference to the given string and assigns it to the Monday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSaturday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSaturday(v string)
SetSaturday gets a reference to the given string and assigns it to the Saturday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSunday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetSunday(v string)
SetSunday gets a reference to the given string and assigns it to the Sunday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetThursday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetThursday(v string)
SetThursday gets a reference to the given string and assigns it to the Thursday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetTuesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetTuesday(v string)
SetTuesday gets a reference to the given string and assigns it to the Tuesday field.
func (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetWednesday ¶
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) SetWednesday(v string)
SetWednesday gets a reference to the given string and assigns it to the Wednesday field.
func (SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) ToMap ¶
func (o SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational) ToMap() (map[string]interface{}, error)
type SearchResult ¶
type SearchResult struct { Image *string `json:"image,omitempty"` Link NullableString `json:"link,omitempty"` Name string `json:"name"` Type *string `json:"type,omitempty"` Kvtable *string `json:"kvtable,omitempty"` Content NullableString `json:"content,omitempty"` Id *int32 `json:"id,omitempty"` Relevance *float32 `json:"relevance,omitempty"` }
SearchResult
func NewSearchResult ¶
func NewSearchResult(name string) *SearchResult
NewSearchResult instantiates a new SearchResult 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 NewSearchResultWithDefaults ¶
func NewSearchResultWithDefaults() *SearchResult
NewSearchResultWithDefaults instantiates a new SearchResult 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 (*SearchResult) GetContent ¶
func (o *SearchResult) GetContent() string
GetContent returns the Content field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchResult) GetContentOk ¶
func (o *SearchResult) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchResult) GetId ¶
func (o *SearchResult) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*SearchResult) GetIdOk ¶
func (o *SearchResult) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchResult) GetImage ¶
func (o *SearchResult) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*SearchResult) GetImageOk ¶
func (o *SearchResult) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchResult) GetKvtable ¶
func (o *SearchResult) GetKvtable() string
GetKvtable returns the Kvtable field value if set, zero value otherwise.
func (*SearchResult) GetKvtableOk ¶
func (o *SearchResult) GetKvtableOk() (*string, bool)
GetKvtableOk returns a tuple with the Kvtable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchResult) GetLink ¶
func (o *SearchResult) GetLink() string
GetLink returns the Link field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchResult) GetLinkOk ¶
func (o *SearchResult) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchResult) GetName ¶
func (o *SearchResult) GetName() string
GetName returns the Name field value
func (*SearchResult) GetNameOk ¶
func (o *SearchResult) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SearchResult) GetRelevance ¶
func (o *SearchResult) GetRelevance() float32
GetRelevance returns the Relevance field value if set, zero value otherwise.
func (*SearchResult) GetRelevanceOk ¶
func (o *SearchResult) GetRelevanceOk() (*float32, bool)
GetRelevanceOk returns a tuple with the Relevance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchResult) GetType ¶
func (o *SearchResult) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SearchResult) GetTypeOk ¶
func (o *SearchResult) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchResult) HasContent ¶
func (o *SearchResult) HasContent() bool
HasContent returns a boolean if a field has been set.
func (*SearchResult) HasId ¶
func (o *SearchResult) HasId() bool
HasId returns a boolean if a field has been set.
func (*SearchResult) HasImage ¶
func (o *SearchResult) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*SearchResult) HasKvtable ¶
func (o *SearchResult) HasKvtable() bool
HasKvtable returns a boolean if a field has been set.
func (*SearchResult) HasLink ¶
func (o *SearchResult) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*SearchResult) HasRelevance ¶
func (o *SearchResult) HasRelevance() bool
HasRelevance returns a boolean if a field has been set.
func (*SearchResult) HasType ¶
func (o *SearchResult) HasType() bool
HasType returns a boolean if a field has been set.
func (SearchResult) MarshalJSON ¶
func (o SearchResult) MarshalJSON() ([]byte, error)
func (*SearchResult) SetContent ¶
func (o *SearchResult) SetContent(v string)
SetContent gets a reference to the given NullableString and assigns it to the Content field.
func (*SearchResult) SetContentNil ¶
func (o *SearchResult) SetContentNil()
SetContentNil sets the value for Content to be an explicit nil
func (*SearchResult) SetId ¶
func (o *SearchResult) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*SearchResult) SetImage ¶
func (o *SearchResult) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*SearchResult) SetKvtable ¶
func (o *SearchResult) SetKvtable(v string)
SetKvtable gets a reference to the given string and assigns it to the Kvtable field.
func (*SearchResult) SetLink ¶
func (o *SearchResult) SetLink(v string)
SetLink gets a reference to the given NullableString and assigns it to the Link field.
func (*SearchResult) SetLinkNil ¶
func (o *SearchResult) SetLinkNil()
SetLinkNil sets the value for Link to be an explicit nil
func (*SearchResult) SetRelevance ¶
func (o *SearchResult) SetRelevance(v float32)
SetRelevance gets a reference to the given float32 and assigns it to the Relevance field.
func (*SearchResult) SetType ¶
func (o *SearchResult) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SearchResult) ToMap ¶
func (o SearchResult) ToMap() (map[string]interface{}, error)
func (*SearchResult) UnmarshalJSON ¶
func (o *SearchResult) UnmarshalJSON(data []byte) (err error)
func (*SearchResult) UnsetContent ¶
func (o *SearchResult) UnsetContent()
UnsetContent ensures that no value is present for Content, not even an explicit nil
func (*SearchResult) UnsetLink ¶
func (o *SearchResult) UnsetLink()
UnsetLink ensures that no value is present for Link, not even an explicit nil
type SearchSiteContent200Response ¶
type SearchSiteContent200Response struct { Articles []SearchResult `json:"Articles"` GroceryProducts []SearchResult `json:"Grocery Products"` MenuItems []SearchResult `json:"Menu Items"` Recipes []SearchResult `json:"Recipes"` }
SearchSiteContent200Response
func NewSearchSiteContent200Response ¶
func NewSearchSiteContent200Response(articles []SearchResult, groceryProducts []SearchResult, menuItems []SearchResult, recipes []SearchResult) *SearchSiteContent200Response
NewSearchSiteContent200Response instantiates a new SearchSiteContent200Response 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 NewSearchSiteContent200ResponseWithDefaults ¶
func NewSearchSiteContent200ResponseWithDefaults() *SearchSiteContent200Response
NewSearchSiteContent200ResponseWithDefaults instantiates a new SearchSiteContent200Response 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 (*SearchSiteContent200Response) GetArticles ¶
func (o *SearchSiteContent200Response) GetArticles() []SearchResult
GetArticles returns the Articles field value
func (*SearchSiteContent200Response) GetArticlesOk ¶
func (o *SearchSiteContent200Response) GetArticlesOk() ([]SearchResult, bool)
GetArticlesOk returns a tuple with the Articles field value and a boolean to check if the value has been set.
func (*SearchSiteContent200Response) GetGroceryProducts ¶
func (o *SearchSiteContent200Response) GetGroceryProducts() []SearchResult
GetGroceryProducts returns the GroceryProducts field value
func (*SearchSiteContent200Response) GetGroceryProductsOk ¶
func (o *SearchSiteContent200Response) GetGroceryProductsOk() ([]SearchResult, bool)
GetGroceryProductsOk returns a tuple with the GroceryProducts field value and a boolean to check if the value has been set.
func (*SearchSiteContent200Response) GetMenuItems ¶
func (o *SearchSiteContent200Response) GetMenuItems() []SearchResult
GetMenuItems returns the MenuItems field value
func (*SearchSiteContent200Response) GetMenuItemsOk ¶
func (o *SearchSiteContent200Response) GetMenuItemsOk() ([]SearchResult, bool)
GetMenuItemsOk returns a tuple with the MenuItems field value and a boolean to check if the value has been set.
func (*SearchSiteContent200Response) GetRecipes ¶
func (o *SearchSiteContent200Response) GetRecipes() []SearchResult
GetRecipes returns the Recipes field value
func (*SearchSiteContent200Response) GetRecipesOk ¶
func (o *SearchSiteContent200Response) GetRecipesOk() ([]SearchResult, bool)
GetRecipesOk returns a tuple with the Recipes field value and a boolean to check if the value has been set.
func (SearchSiteContent200Response) MarshalJSON ¶
func (o SearchSiteContent200Response) MarshalJSON() ([]byte, error)
func (*SearchSiteContent200Response) SetArticles ¶
func (o *SearchSiteContent200Response) SetArticles(v []SearchResult)
SetArticles sets field value
func (*SearchSiteContent200Response) SetGroceryProducts ¶
func (o *SearchSiteContent200Response) SetGroceryProducts(v []SearchResult)
SetGroceryProducts sets field value
func (*SearchSiteContent200Response) SetMenuItems ¶
func (o *SearchSiteContent200Response) SetMenuItems(v []SearchResult)
SetMenuItems sets field value
func (*SearchSiteContent200Response) SetRecipes ¶
func (o *SearchSiteContent200Response) SetRecipes(v []SearchResult)
SetRecipes sets field value
func (SearchSiteContent200Response) ToMap ¶
func (o SearchSiteContent200Response) ToMap() (map[string]interface{}, error)
func (*SearchSiteContent200Response) UnmarshalJSON ¶
func (o *SearchSiteContent200Response) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SummarizeRecipe200Response ¶
type SummarizeRecipe200Response struct { Id int32 `json:"id"` Summary string `json:"summary"` Title string `json:"title"` }
SummarizeRecipe200Response
func NewSummarizeRecipe200Response ¶
func NewSummarizeRecipe200Response(id int32, summary string, title string) *SummarizeRecipe200Response
NewSummarizeRecipe200Response instantiates a new SummarizeRecipe200Response 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 NewSummarizeRecipe200ResponseWithDefaults ¶
func NewSummarizeRecipe200ResponseWithDefaults() *SummarizeRecipe200Response
NewSummarizeRecipe200ResponseWithDefaults instantiates a new SummarizeRecipe200Response 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 (*SummarizeRecipe200Response) GetId ¶
func (o *SummarizeRecipe200Response) GetId() int32
GetId returns the Id field value
func (*SummarizeRecipe200Response) GetIdOk ¶
func (o *SummarizeRecipe200Response) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SummarizeRecipe200Response) GetSummary ¶
func (o *SummarizeRecipe200Response) GetSummary() string
GetSummary returns the Summary field value
func (*SummarizeRecipe200Response) GetSummaryOk ¶
func (o *SummarizeRecipe200Response) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*SummarizeRecipe200Response) GetTitle ¶
func (o *SummarizeRecipe200Response) GetTitle() string
GetTitle returns the Title field value
func (*SummarizeRecipe200Response) GetTitleOk ¶
func (o *SummarizeRecipe200Response) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (SummarizeRecipe200Response) MarshalJSON ¶
func (o SummarizeRecipe200Response) MarshalJSON() ([]byte, error)
func (*SummarizeRecipe200Response) SetId ¶
func (o *SummarizeRecipe200Response) SetId(v int32)
SetId sets field value
func (*SummarizeRecipe200Response) SetSummary ¶
func (o *SummarizeRecipe200Response) SetSummary(v string)
SetSummary sets field value
func (*SummarizeRecipe200Response) SetTitle ¶
func (o *SummarizeRecipe200Response) SetTitle(v string)
SetTitle sets field value
func (SummarizeRecipe200Response) ToMap ¶
func (o SummarizeRecipe200Response) ToMap() (map[string]interface{}, error)
func (*SummarizeRecipe200Response) UnmarshalJSON ¶
func (o *SummarizeRecipe200Response) UnmarshalJSON(data []byte) (err error)
type TalkToChatbot200Response ¶
type TalkToChatbot200Response struct { AnswerText string `json:"answerText"` Media []TalkToChatbot200ResponseMediaInner `json:"media"` }
TalkToChatbot200Response
func NewTalkToChatbot200Response ¶
func NewTalkToChatbot200Response(answerText string, media []TalkToChatbot200ResponseMediaInner) *TalkToChatbot200Response
NewTalkToChatbot200Response instantiates a new TalkToChatbot200Response 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 NewTalkToChatbot200ResponseWithDefaults ¶
func NewTalkToChatbot200ResponseWithDefaults() *TalkToChatbot200Response
NewTalkToChatbot200ResponseWithDefaults instantiates a new TalkToChatbot200Response 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 (*TalkToChatbot200Response) GetAnswerText ¶
func (o *TalkToChatbot200Response) GetAnswerText() string
GetAnswerText returns the AnswerText field value
func (*TalkToChatbot200Response) GetAnswerTextOk ¶
func (o *TalkToChatbot200Response) GetAnswerTextOk() (*string, bool)
GetAnswerTextOk returns a tuple with the AnswerText field value and a boolean to check if the value has been set.
func (*TalkToChatbot200Response) GetMedia ¶
func (o *TalkToChatbot200Response) GetMedia() []TalkToChatbot200ResponseMediaInner
GetMedia returns the Media field value
func (*TalkToChatbot200Response) GetMediaOk ¶
func (o *TalkToChatbot200Response) GetMediaOk() ([]TalkToChatbot200ResponseMediaInner, bool)
GetMediaOk returns a tuple with the Media field value and a boolean to check if the value has been set.
func (TalkToChatbot200Response) MarshalJSON ¶
func (o TalkToChatbot200Response) MarshalJSON() ([]byte, error)
func (*TalkToChatbot200Response) SetAnswerText ¶
func (o *TalkToChatbot200Response) SetAnswerText(v string)
SetAnswerText sets field value
func (*TalkToChatbot200Response) SetMedia ¶
func (o *TalkToChatbot200Response) SetMedia(v []TalkToChatbot200ResponseMediaInner)
SetMedia sets field value
func (TalkToChatbot200Response) ToMap ¶
func (o TalkToChatbot200Response) ToMap() (map[string]interface{}, error)
func (*TalkToChatbot200Response) UnmarshalJSON ¶
func (o *TalkToChatbot200Response) UnmarshalJSON(data []byte) (err error)
type TalkToChatbot200ResponseMediaInner ¶
type TalkToChatbot200ResponseMediaInner struct { Title *string `json:"title,omitempty"` Image *string `json:"image,omitempty"` Link *string `json:"link,omitempty"` }
TalkToChatbot200ResponseMediaInner struct for TalkToChatbot200ResponseMediaInner
func NewTalkToChatbot200ResponseMediaInner ¶
func NewTalkToChatbot200ResponseMediaInner() *TalkToChatbot200ResponseMediaInner
NewTalkToChatbot200ResponseMediaInner instantiates a new TalkToChatbot200ResponseMediaInner 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 NewTalkToChatbot200ResponseMediaInnerWithDefaults ¶
func NewTalkToChatbot200ResponseMediaInnerWithDefaults() *TalkToChatbot200ResponseMediaInner
NewTalkToChatbot200ResponseMediaInnerWithDefaults instantiates a new TalkToChatbot200ResponseMediaInner 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 (*TalkToChatbot200ResponseMediaInner) GetImage ¶
func (o *TalkToChatbot200ResponseMediaInner) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*TalkToChatbot200ResponseMediaInner) GetImageOk ¶
func (o *TalkToChatbot200ResponseMediaInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TalkToChatbot200ResponseMediaInner) GetLink ¶
func (o *TalkToChatbot200ResponseMediaInner) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*TalkToChatbot200ResponseMediaInner) GetLinkOk ¶
func (o *TalkToChatbot200ResponseMediaInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TalkToChatbot200ResponseMediaInner) GetTitle ¶
func (o *TalkToChatbot200ResponseMediaInner) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*TalkToChatbot200ResponseMediaInner) GetTitleOk ¶
func (o *TalkToChatbot200ResponseMediaInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TalkToChatbot200ResponseMediaInner) HasImage ¶
func (o *TalkToChatbot200ResponseMediaInner) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*TalkToChatbot200ResponseMediaInner) HasLink ¶
func (o *TalkToChatbot200ResponseMediaInner) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*TalkToChatbot200ResponseMediaInner) HasTitle ¶
func (o *TalkToChatbot200ResponseMediaInner) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (TalkToChatbot200ResponseMediaInner) MarshalJSON ¶
func (o TalkToChatbot200ResponseMediaInner) MarshalJSON() ([]byte, error)
func (*TalkToChatbot200ResponseMediaInner) SetImage ¶
func (o *TalkToChatbot200ResponseMediaInner) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*TalkToChatbot200ResponseMediaInner) SetLink ¶
func (o *TalkToChatbot200ResponseMediaInner) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*TalkToChatbot200ResponseMediaInner) SetTitle ¶
func (o *TalkToChatbot200ResponseMediaInner) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (TalkToChatbot200ResponseMediaInner) ToMap ¶
func (o TalkToChatbot200ResponseMediaInner) ToMap() (map[string]interface{}, error)
type TasteInformation ¶
type TasteInformation struct { Sweetness float32 `json:"sweetness"` Saltiness float32 `json:"saltiness"` Sourness float32 `json:"sourness"` Bitterness float32 `json:"bitterness"` Savoriness float32 `json:"savoriness"` Fattiness float32 `json:"fattiness"` Spiciness float32 `json:"spiciness"` }
TasteInformation
func NewTasteInformation ¶
func NewTasteInformation(sweetness float32, saltiness float32, sourness float32, bitterness float32, savoriness float32, fattiness float32, spiciness float32) *TasteInformation
NewTasteInformation instantiates a new TasteInformation 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 NewTasteInformationWithDefaults ¶
func NewTasteInformationWithDefaults() *TasteInformation
NewTasteInformationWithDefaults instantiates a new TasteInformation 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 (*TasteInformation) GetBitterness ¶
func (o *TasteInformation) GetBitterness() float32
GetBitterness returns the Bitterness field value
func (*TasteInformation) GetBitternessOk ¶
func (o *TasteInformation) GetBitternessOk() (*float32, bool)
GetBitternessOk returns a tuple with the Bitterness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetFattiness ¶
func (o *TasteInformation) GetFattiness() float32
GetFattiness returns the Fattiness field value
func (*TasteInformation) GetFattinessOk ¶
func (o *TasteInformation) GetFattinessOk() (*float32, bool)
GetFattinessOk returns a tuple with the Fattiness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetSaltiness ¶
func (o *TasteInformation) GetSaltiness() float32
GetSaltiness returns the Saltiness field value
func (*TasteInformation) GetSaltinessOk ¶
func (o *TasteInformation) GetSaltinessOk() (*float32, bool)
GetSaltinessOk returns a tuple with the Saltiness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetSavoriness ¶
func (o *TasteInformation) GetSavoriness() float32
GetSavoriness returns the Savoriness field value
func (*TasteInformation) GetSavorinessOk ¶
func (o *TasteInformation) GetSavorinessOk() (*float32, bool)
GetSavorinessOk returns a tuple with the Savoriness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetSourness ¶
func (o *TasteInformation) GetSourness() float32
GetSourness returns the Sourness field value
func (*TasteInformation) GetSournessOk ¶
func (o *TasteInformation) GetSournessOk() (*float32, bool)
GetSournessOk returns a tuple with the Sourness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetSpiciness ¶
func (o *TasteInformation) GetSpiciness() float32
GetSpiciness returns the Spiciness field value
func (*TasteInformation) GetSpicinessOk ¶
func (o *TasteInformation) GetSpicinessOk() (*float32, bool)
GetSpicinessOk returns a tuple with the Spiciness field value and a boolean to check if the value has been set.
func (*TasteInformation) GetSweetness ¶
func (o *TasteInformation) GetSweetness() float32
GetSweetness returns the Sweetness field value
func (*TasteInformation) GetSweetnessOk ¶
func (o *TasteInformation) GetSweetnessOk() (*float32, bool)
GetSweetnessOk returns a tuple with the Sweetness field value and a boolean to check if the value has been set.
func (TasteInformation) MarshalJSON ¶
func (o TasteInformation) MarshalJSON() ([]byte, error)
func (*TasteInformation) SetBitterness ¶
func (o *TasteInformation) SetBitterness(v float32)
SetBitterness sets field value
func (*TasteInformation) SetFattiness ¶
func (o *TasteInformation) SetFattiness(v float32)
SetFattiness sets field value
func (*TasteInformation) SetSaltiness ¶
func (o *TasteInformation) SetSaltiness(v float32)
SetSaltiness sets field value
func (*TasteInformation) SetSavoriness ¶
func (o *TasteInformation) SetSavoriness(v float32)
SetSavoriness sets field value
func (*TasteInformation) SetSourness ¶
func (o *TasteInformation) SetSourness(v float32)
SetSourness sets field value
func (*TasteInformation) SetSpiciness ¶
func (o *TasteInformation) SetSpiciness(v float32)
SetSpiciness sets field value
func (*TasteInformation) SetSweetness ¶
func (o *TasteInformation) SetSweetness(v float32)
SetSweetness sets field value
func (TasteInformation) ToMap ¶
func (o TasteInformation) ToMap() (map[string]interface{}, error)
func (*TasteInformation) UnmarshalJSON ¶
func (o *TasteInformation) UnmarshalJSON(data []byte) (err error)
type WineAPIService ¶
type WineAPIService service
WineAPIService WineAPI service
func (*WineAPIService) GetDishPairingForWine ¶
func (a *WineAPIService) GetDishPairingForWine(ctx context.Context) ApiGetDishPairingForWineRequest
GetDishPairingForWine Dish Pairing for Wine
Find a dish that goes well with a given wine.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetDishPairingForWineRequest
func (*WineAPIService) GetDishPairingForWineExecute ¶
func (a *WineAPIService) GetDishPairingForWineExecute(r ApiGetDishPairingForWineRequest) (*GetDishPairingForWine200Response, *http.Response, error)
Execute executes the request
@return GetDishPairingForWine200Response
func (*WineAPIService) GetWineDescription ¶
func (a *WineAPIService) GetWineDescription(ctx context.Context) ApiGetWineDescriptionRequest
GetWineDescription Wine Description
Get a simple description of a certain wine, e.g. "malbec", "riesling", or "merlot".
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetWineDescriptionRequest
func (*WineAPIService) GetWineDescriptionExecute ¶
func (a *WineAPIService) GetWineDescriptionExecute(r ApiGetWineDescriptionRequest) (*GetWineDescription200Response, *http.Response, error)
Execute executes the request
@return GetWineDescription200Response
func (*WineAPIService) GetWinePairing ¶
func (a *WineAPIService) GetWinePairing(ctx context.Context) ApiGetWinePairingRequest
GetWinePairing Wine Pairing
Find a wine that goes well with a food. Food can be a dish name ("steak"), an ingredient name ("salmon"), or a cuisine ("italian").
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetWinePairingRequest
func (*WineAPIService) GetWinePairingExecute ¶
func (a *WineAPIService) GetWinePairingExecute(r ApiGetWinePairingRequest) (*GetWinePairing200Response, *http.Response, error)
Execute executes the request
@return GetWinePairing200Response
func (*WineAPIService) GetWineRecommendation ¶
func (a *WineAPIService) GetWineRecommendation(ctx context.Context) ApiGetWineRecommendationRequest
GetWineRecommendation Wine Recommendation
Get a specific wine recommendation (concrete product) for a given wine type, e.g. "merlot".
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetWineRecommendationRequest
func (*WineAPIService) GetWineRecommendationExecute ¶
func (a *WineAPIService) GetWineRecommendationExecute(r ApiGetWineRecommendationRequest) (*GetWineRecommendation200Response, *http.Response, error)
Execute executes the request
@return GetWineRecommendation200Response
Source Files ¶
- api_default.go
- api_ingredients.go
- api_meal_planning.go
- api_menu_items.go
- api_misc.go
- api_products.go
- api_recipes.go
- api_wine.go
- client.go
- configuration.go
- model_add_meal_plan_template_200_response.go
- model_add_meal_plan_template_200_response_items_inner.go
- model_add_meal_plan_template_200_response_items_inner_value.go
- model_add_to_meal_plan_request.go
- model_add_to_meal_plan_request_value.go
- model_add_to_meal_plan_request_value_ingredients_inner.go
- model_add_to_shopping_list_request.go
- model_analyze_a_recipe_search_query_200_response.go
- model_analyze_a_recipe_search_query_200_response_dishes_inner.go
- model_analyze_a_recipe_search_query_200_response_ingredients_inner.go
- model_analyze_recipe_instructions_200_response.go
- model_analyze_recipe_instructions_200_response_ingredients_inner.go
- model_analyze_recipe_instructions_200_response_parsed_instructions_inner.go
- model_analyze_recipe_instructions_200_response_parsed_instructions_inner_steps_inner.go
- model_analyze_recipe_instructions_200_response_parsed_instructions_inner_steps_inner_ingredients_inner.go
- model_analyze_recipe_request.go
- model_autocomplete_ingredient_search_200_response_inner.go
- model_autocomplete_product_search_200_response.go
- model_autocomplete_product_search_200_response_results_inner.go
- model_autocomplete_recipe_search_200_response_inner.go
- model_classify_cuisine_200_response.go
- model_classify_grocery_product_200_response.go
- model_classify_grocery_product_bulk_200_response_inner.go
- model_classify_grocery_product_bulk_request_inner.go
- model_classify_grocery_product_request.go
- model_comparable_product.go
- model_compute_glycemic_load_200_response.go
- model_compute_glycemic_load_200_response_ingredients_inner.go
- model_compute_glycemic_load_request.go
- model_compute_ingredient_amount_200_response.go
- model_connect_user_200_response.go
- model_connect_user_request.go
- model_convert_amounts_200_response.go
- model_create_recipe_card_200_response.go
- model_detect_food_in_text_200_response.go
- model_detect_food_in_text_200_response_annotations_inner.go
- model_generate_meal_plan_200_response.go
- model_generate_meal_plan_200_response_nutrients.go
- model_get_a_random_food_joke_200_response.go
- model_get_analyzed_recipe_instructions_200_response_inner.go
- model_get_analyzed_recipe_instructions_200_response_inner_steps_inner.go
- model_get_analyzed_recipe_instructions_200_response_inner_steps_inner_ingredients_inner.go
- model_get_comparable_products_200_response.go
- model_get_comparable_products_200_response_comparable_products.go
- model_get_conversation_suggests_200_response.go
- model_get_conversation_suggests_200_response_suggests.go
- model_get_conversation_suggests_200_response_suggests___inner.go
- model_get_dish_pairing_for_wine_200_response.go
- model_get_ingredient_substitutes_200_response.go
- model_get_meal_plan_template_200_response.go
- model_get_meal_plan_template_200_response_days_inner.go
- model_get_meal_plan_template_200_response_days_inner_items_inner.go
- model_get_meal_plan_template_200_response_days_inner_items_inner_value.go
- model_get_meal_plan_templates_200_response.go
- model_get_meal_plan_templates_200_response_templates_inner.go
- model_get_meal_plan_week_200_response.go
- model_get_meal_plan_week_200_response_days_inner.go
- model_get_meal_plan_week_200_response_days_inner_items_inner.go
- model_get_meal_plan_week_200_response_days_inner_items_inner_value.go
- model_get_meal_plan_week_200_response_days_inner_nutrition_summary.go
- model_get_meal_plan_week_200_response_days_inner_nutrition_summary_nutrients_inner.go
- model_get_random_recipes_200_response.go
- model_get_recipe_equipment_by_id_200_response.go
- model_get_recipe_equipment_by_id_200_response_equipment_inner.go
- model_get_recipe_ingredients_by_id_200_response.go
- model_get_recipe_ingredients_by_id_200_response_ingredients_inner.go
- model_get_recipe_nutrition_widget_by_id_200_response.go
- model_get_recipe_nutrition_widget_by_id_200_response_bad_inner.go
- model_get_recipe_nutrition_widget_by_id_200_response_good_inner.go
- model_get_recipe_price_breakdown_by_id_200_response.go
- model_get_recipe_price_breakdown_by_id_200_response_ingredients_inner.go
- model_get_recipe_price_breakdown_by_id_200_response_ingredients_inner_amount.go
- model_get_recipe_price_breakdown_by_id_200_response_ingredients_inner_amount_metric.go
- model_get_shopping_list_200_response.go
- model_get_shopping_list_200_response_aisles_inner.go
- model_get_shopping_list_200_response_aisles_inner_items_inner.go
- model_get_shopping_list_200_response_aisles_inner_items_inner_measures.go
- model_get_shopping_list_200_response_aisles_inner_items_inner_measures_original.go
- model_get_similar_recipes_200_response_inner.go
- model_get_wine_description_200_response.go
- model_get_wine_pairing_200_response.go
- model_get_wine_pairing_200_response_product_matches_inner.go
- model_get_wine_recommendation_200_response.go
- model_get_wine_recommendation_200_response_recommended_wines_inner.go
- model_guess_nutrition_by_dish_name_200_response.go
- model_guess_nutrition_by_dish_name_200_response_calories.go
- model_guess_nutrition_by_dish_name_200_response_calories_confidence_range95_percent.go
- model_image_analysis_by_url_200_response.go
- model_image_analysis_by_url_200_response_category.go
- model_image_analysis_by_url_200_response_nutrition.go
- model_image_analysis_by_url_200_response_nutrition_calories.go
- model_image_analysis_by_url_200_response_nutrition_calories_confidence_range95_percent.go
- model_image_analysis_by_url_200_response_recipes_inner.go
- model_image_classification_by_url_200_response.go
- model_ingredient_basics.go
- model_ingredient_information.go
- model_ingredient_information_estimated_cost.go
- model_ingredient_information_nutrition.go
- model_ingredient_information_nutrition_properties_inner.go
- model_ingredient_search_200_response.go
- model_ingredient_search_200_response_results_inner.go
- model_map_ingredients_to_grocery_products_200_response_inner.go
- model_map_ingredients_to_grocery_products_200_response_inner_products_inner.go
- model_map_ingredients_to_grocery_products_request.go
- model_menu_item.go
- model_menu_item_servings.go
- model_product_information.go
- model_product_information_credits.go
- model_quick_answer_200_response.go
- model_recipe_information.go
- model_recipe_information_extended_ingredients_inner.go
- model_recipe_information_extended_ingredients_inner_measures.go
- model_recipe_information_extended_ingredients_inner_measures_metric.go
- model_recipe_information_wine_pairing.go
- model_recipe_information_wine_pairing_product_matches_inner.go
- model_search_all_food_200_response.go
- model_search_all_food_200_response_search_results_inner.go
- model_search_custom_foods_200_response.go
- model_search_custom_foods_200_response_custom_foods_inner.go
- model_search_food_videos_200_response.go
- model_search_food_videos_200_response_videos_inner.go
- model_search_grocery_products_200_response.go
- model_search_grocery_products_by_upc_200_response.go
- model_search_grocery_products_by_upc_200_response_nutrition.go
- model_search_grocery_products_by_upc_200_response_nutrition_caloric_breakdown.go
- model_search_grocery_products_by_upc_200_response_nutrition_nutrients_inner.go
- model_search_grocery_products_by_upc_200_response_servings.go
- model_search_menu_items_200_response.go
- model_search_recipes_200_response.go
- model_search_recipes_200_response_results_inner.go
- model_search_recipes_by_ingredients_200_response_inner.go
- model_search_recipes_by_ingredients_200_response_inner_missed_ingredients_inner.go
- model_search_recipes_by_nutrients_200_response_inner.go
- model_search_restaurants_200_response.go
- model_search_restaurants_200_response_restaurants_inner.go
- model_search_restaurants_200_response_restaurants_inner_address.go
- model_search_restaurants_200_response_restaurants_inner_local_hours.go
- model_search_restaurants_200_response_restaurants_inner_local_hours_operational.go
- model_search_result.go
- model_search_site_content_200_response.go
- model_summarize_recipe_200_response.go
- model_talk_to_chatbot_200_response.go
- model_talk_to_chatbot_200_response_media_inner.go
- model_taste_information.go
- response.go
- utils.go