Name | Type | Description | Notes |
---|---|---|---|
Number | float32 | ||
Step | string | ||
Ingredients | Pointer to []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner | [optional] | |
Equipment | Pointer to []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner | [optional] |
func NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner(number float32, step string, ) *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner 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 NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults() *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner
NewAnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerWithDefaults instantiates a new AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner 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 *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumber() float32
GetNumber returns the Number field if non-nil, zero value otherwise.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetNumber(v float32)
SetNumber sets Number field to given value.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStep() string
GetStep returns the Step field if non-nil, zero value otherwise.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetStepOk() (*string, bool)
GetStepOk returns a tuple with the Step field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetStep(v string)
SetStep sets Step field to given value.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredients() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
GetIngredients returns the Ingredients field if non-nil, zero value otherwise.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetIngredientsOk() (*[]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetIngredients(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner)
SetIngredients sets Ingredients field to given value.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasIngredients() bool
HasIngredients returns a boolean if a field has been set.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipment() []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner
GetEquipment returns the Equipment field if non-nil, zero value otherwise.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) GetEquipmentOk() (*[]AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner, bool)
GetEquipmentOk returns a tuple with the Equipment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) SetEquipment(v []AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInnerIngredientsInner)
SetEquipment sets Equipment field to given value.
func (o *AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner) HasEquipment() bool
HasEquipment returns a boolean if a field has been set.