Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.17 KB

GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner.md

File metadata and controls

114 lines (61 loc) · 4.17 KB

GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner

Properties

Name Type Description Notes
Id int32
Name string
LocalizedName string
Image string

Methods

NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner

func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner(id int32, name string, localizedName string, image string, ) *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner

NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner 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

NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults

func NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner

NewGetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInnerWithDefaults instantiates a new GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner 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 *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetId() int32

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

GetIdOk

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) 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 *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetId(v int32)

SetId sets Id field to given value.

GetName

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetLocalizedName

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedName() string

GetLocalizedName returns the LocalizedName field if non-nil, zero value otherwise.

GetLocalizedNameOk

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetLocalizedNameOk() (*string, bool)

GetLocalizedNameOk returns a tuple with the LocalizedName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocalizedName

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) SetLocalizedName(v string)

SetLocalizedName sets LocalizedName field to given value.

GetImage

func (o *GetAnalyzedRecipeInstructions200ResponseInnerStepsInnerIngredientsInner) GetImage() string

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

GetImageOk

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

SetImage sets Image field to given value.

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