Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount | [optional] | |
Image | string | ||
Name | string | ||
Price | float32 |
func NewGetRecipePriceBreakdownByID200ResponseIngredientsInner(image string, name string, price float32, ) *GetRecipePriceBreakdownByID200ResponseIngredientsInner
NewGetRecipePriceBreakdownByID200ResponseIngredientsInner instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInner 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 NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults() *GetRecipePriceBreakdownByID200ResponseIngredientsInner
NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults instantiates a new GetRecipePriceBreakdownByID200ResponseIngredientsInner 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 *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmountOk() (*GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)
SetAmount sets Amount field to given value.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) 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 *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetImage(v string)
SetImage sets Image field to given value.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) 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 *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetPrice(v float32)
SetPrice sets Price field to given value.