Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.51 KB

GetRecipeIngredientsByID200ResponseIngredientsInner.md

File metadata and controls

98 lines (53 loc) · 3.51 KB

GetRecipeIngredientsByID200ResponseIngredientsInner

Properties

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

Methods

NewGetRecipeIngredientsByID200ResponseIngredientsInner

func NewGetRecipeIngredientsByID200ResponseIngredientsInner(image string, name string, ) *GetRecipeIngredientsByID200ResponseIngredientsInner

NewGetRecipeIngredientsByID200ResponseIngredientsInner instantiates a new GetRecipeIngredientsByID200ResponseIngredientsInner 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

NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults

func NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults() *GetRecipeIngredientsByID200ResponseIngredientsInner

NewGetRecipeIngredientsByID200ResponseIngredientsInnerWithDefaults instantiates a new GetRecipeIngredientsByID200ResponseIngredientsInner 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 *GetRecipeIngredientsByID200ResponseIngredientsInner) GetAmount() GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount

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

GetAmountOk

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) 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 *GetRecipeIngredientsByID200ResponseIngredientsInner) SetAmount(v GetRecipePriceBreakdownByID200ResponseIngredientsInnerAmount)

SetAmount sets Amount field to given value.

HasAmount

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetImage

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetImage() string

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

GetImageOk

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) 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 *GetRecipeIngredientsByID200ResponseIngredientsInner) SetImage(v string)

SetImage sets Image field to given value.

GetName

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) GetName() string

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

GetNameOk

func (o *GetRecipeIngredientsByID200ResponseIngredientsInner) 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 *GetRecipeIngredientsByID200ResponseIngredientsInner) SetName(v string)

SetName sets Name field to given value.

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