Skip to content

Latest commit

 

History

History
150 lines (81 loc) · 4.58 KB

AutocompleteIngredientSearch200ResponseInner.md

File metadata and controls

150 lines (81 loc) · 4.58 KB

AutocompleteIngredientSearch200ResponseInner

Properties

Name Type Description Notes
Name string
Image string
Id Pointer to int32 [optional]
Aisle Pointer to string [optional]
PossibleUnits Pointer to []string [optional]

Methods

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

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

GetName

func (o *AutocompleteIngredientSearch200ResponseInner) GetName() string

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

GetNameOk

func (o *AutocompleteIngredientSearch200ResponseInner) 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 *AutocompleteIngredientSearch200ResponseInner) SetName(v string)

SetName sets Name field to given value.

GetImage

func (o *AutocompleteIngredientSearch200ResponseInner) GetImage() string

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

GetImageOk

func (o *AutocompleteIngredientSearch200ResponseInner) 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 *AutocompleteIngredientSearch200ResponseInner) SetImage(v string)

SetImage sets Image field to given value.

GetId

func (o *AutocompleteIngredientSearch200ResponseInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AutocompleteIngredientSearch200ResponseInner) GetIdOk() (*int32, bool)

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

SetId

func (o *AutocompleteIngredientSearch200ResponseInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AutocompleteIngredientSearch200ResponseInner) HasId() bool

HasId returns a boolean if a field has been set.

GetAisle

func (o *AutocompleteIngredientSearch200ResponseInner) GetAisle() string

GetAisle returns the Aisle field if non-nil, zero value otherwise.

GetAisleOk

func (o *AutocompleteIngredientSearch200ResponseInner) GetAisleOk() (*string, bool)

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

SetAisle

func (o *AutocompleteIngredientSearch200ResponseInner) SetAisle(v string)

SetAisle sets Aisle field to given value.

HasAisle

func (o *AutocompleteIngredientSearch200ResponseInner) HasAisle() bool

HasAisle returns a boolean if a field has been set.

GetPossibleUnits

func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnits() []string

GetPossibleUnits returns the PossibleUnits field if non-nil, zero value otherwise.

GetPossibleUnitsOk

func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnitsOk() (*[]string, bool)

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

SetPossibleUnits

func (o *AutocompleteIngredientSearch200ResponseInner) SetPossibleUnits(v []string)

SetPossibleUnits sets PossibleUnits field to given value.

HasPossibleUnits

func (o *AutocompleteIngredientSearch200ResponseInner) HasPossibleUnits() bool

HasPossibleUnits returns a boolean if a field has been set.

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