Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.11 KB

AnalyzeARecipeSearchQuery200ResponseIngredientsInner.md

File metadata and controls

93 lines (50 loc) · 3.11 KB

AnalyzeARecipeSearchQuery200ResponseIngredientsInner

Properties

Name Type Description Notes
Image string
Include bool
Name string

Methods

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

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

GetImage

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImage

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetImage(v string)

SetImage sets Image field to given value.

GetInclude

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetInclude() bool

GetInclude returns the Include field if non-nil, zero value otherwise.

GetIncludeOk

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetIncludeOk() (*bool, bool)

GetIncludeOk returns a tuple with the Include field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInclude

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetInclude(v bool)

SetInclude sets Include field to given value.

GetName

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *AnalyzeARecipeSearchQuery200ResponseIngredientsInner) SetName(v string)

SetName sets Name field to given value.

[Back to Model list] [Back to API list] [Back to README]