Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 4.17 KB

GetRecipePriceBreakdownByID200ResponseIngredientsInner.md

File metadata and controls

119 lines (64 loc) · 4.17 KB

GetRecipePriceBreakdownByID200ResponseIngredientsInner

Properties

Name Type Description Notes
Amount Pointer to GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount [optional]
Image string
Name string
Price float32

Methods

NewGetRecipePriceBreakdownByID200ResponseIngredientsInner

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

NewGetRecipePriceBreakdownByID200ResponseIngredientsInnerWithDefaults

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

GetAmount

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)

SetAmount sets Amount field to given value.

HasAmount

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetImage

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetImage(v string)

SetImage sets Image field to given value.

GetName

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetName(v string)

SetName sets Name field to given value.

GetPrice

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) GetPrice() float32

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

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.

SetPrice

func (o *GetRecipePriceBreakdownByID200ResponseIngredientsInner) SetPrice(v float32)

SetPrice sets Price field to given value.

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