Skip to content

Files

Latest commit

aaa68cb · Sep 9, 2022

History

History
93 lines (50 loc) · 3.19 KB

MapIngredientsToGroceryProducts200ResponseInnerProductsInner.md

File metadata and controls

93 lines (50 loc) · 3.19 KB

MapIngredientsToGroceryProducts200ResponseInnerProductsInner

Properties

Name Type Description Notes
Id int32
Title string
Upc string

Methods

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

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

GetId

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetId() int32

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

GetIdOk

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.

SetId

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetId(v int32)

SetId sets Id field to given value.

GetTitle

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetTitle(v string)

SetTitle sets Title field to given value.

GetUpc

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) GetUpc() string

GetUpc returns the Upc field if non-nil, zero value otherwise.

GetUpcOk

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.

SetUpc

func (o *MapIngredientsToGroceryProducts200ResponseInnerProductsInner) SetUpc(v string)

SetUpc sets Upc field to given value.

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