Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Image | string | ||
Id | Pointer to int32 | [optional] | |
Aisle | Pointer to string | [optional] | |
PossibleUnits | Pointer to []string | [optional] |
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() *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 (o *AutocompleteIngredientSearch200ResponseInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AutocompleteIngredientSearch200ResponseInner) SetName(v string)
SetName sets Name field to given value.
func (o *AutocompleteIngredientSearch200ResponseInner) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
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.
func (o *AutocompleteIngredientSearch200ResponseInner) SetImage(v string)
SetImage sets Image field to given value.
func (o *AutocompleteIngredientSearch200ResponseInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AutocompleteIngredientSearch200ResponseInner) SetId(v int32)
SetId sets Id field to given value.
func (o *AutocompleteIngredientSearch200ResponseInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AutocompleteIngredientSearch200ResponseInner) GetAisle() string
GetAisle returns the Aisle field if non-nil, zero value otherwise.
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.
func (o *AutocompleteIngredientSearch200ResponseInner) SetAisle(v string)
SetAisle sets Aisle field to given value.
func (o *AutocompleteIngredientSearch200ResponseInner) HasAisle() bool
HasAisle returns a boolean if a field has been set.
func (o *AutocompleteIngredientSearch200ResponseInner) GetPossibleUnits() []string
GetPossibleUnits returns the PossibleUnits field if non-nil, zero value otherwise.
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.
func (o *AutocompleteIngredientSearch200ResponseInner) SetPossibleUnits(v []string)
SetPossibleUnits sets PossibleUnits field to given value.
func (o *AutocompleteIngredientSearch200ResponseInner) HasPossibleUnits() bool
HasPossibleUnits returns a boolean if a field has been set.