Name | Type | Description | Notes |
---|---|---|---|
Original | string | ||
OriginalName | string | ||
IngredientImage | string | ||
Meta | []string | ||
Products | []MapIngredientsToGroceryProducts200ResponseInnerProductsInner |
func NewMapIngredientsToGroceryProducts200ResponseInner(original string, originalName string, ingredientImage string, meta []string, products []MapIngredientsToGroceryProducts200ResponseInnerProductsInner, ) *MapIngredientsToGroceryProducts200ResponseInner
NewMapIngredientsToGroceryProducts200ResponseInner instantiates a new MapIngredientsToGroceryProducts200ResponseInner 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 NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults() *MapIngredientsToGroceryProducts200ResponseInner
NewMapIngredientsToGroceryProducts200ResponseInnerWithDefaults instantiates a new MapIngredientsToGroceryProducts200ResponseInner 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 *MapIngredientsToGroceryProducts200ResponseInner) GetOriginal() string
GetOriginal returns the Original field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginal(v string)
SetOriginal sets Original field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalName() string
GetOriginalName returns the OriginalName field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetOriginalName(v string)
SetOriginalName sets OriginalName field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImage() string
GetIngredientImage returns the IngredientImage field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetIngredientImageOk() (*string, bool)
GetIngredientImageOk returns a tuple with the IngredientImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetIngredientImage(v string)
SetIngredientImage sets IngredientImage field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMeta() []string
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetMetaOk() (*[]string, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetMeta(v []string)
SetMeta sets Meta field to given value.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProducts() []MapIngredientsToGroceryProducts200ResponseInnerProductsInner
GetProducts returns the Products field if non-nil, zero value otherwise.
func (o *MapIngredientsToGroceryProducts200ResponseInner) GetProductsOk() (*[]MapIngredientsToGroceryProducts200ResponseInnerProductsInner, bool)
GetProductsOk returns a tuple with the Products field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MapIngredientsToGroceryProducts200ResponseInner) SetProducts(v []MapIngredientsToGroceryProducts200ResponseInnerProductsInner)
SetProducts sets Products field to given value.