Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Title | string | ||
Upc | string |
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() *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 (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) 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 *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpc() string
GetUpc returns the Upc field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetUpc(v string)
SetUpc sets Upc field to given value.