Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Steps | Pointer to []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner | [optional] |
func NewGetAnalyzedRecipeInstructions200ResponseInner(name string, ) *GetAnalyzedRecipeInstructions200ResponseInner
NewGetAnalyzedRecipeInstructions200ResponseInner instantiates a new GetAnalyzedRecipeInstructions200ResponseInner 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 NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults() *GetAnalyzedRecipeInstructions200ResponseInner
NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults instantiates a new GetAnalyzedRecipeInstructions200ResponseInner 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 *GetAnalyzedRecipeInstructions200ResponseInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetAnalyzedRecipeInstructions200ResponseInner) 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 *GetAnalyzedRecipeInstructions200ResponseInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetSteps() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner
GetSteps returns the Steps field if non-nil, zero value otherwise.
func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetStepsOk() (*[]GetAnalyzedRecipeInstructions200ResponseInnerStepsInner, bool)
GetStepsOk returns a tuple with the Steps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetSteps(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner)
SetSteps sets Steps field to given value.
func (o *GetAnalyzedRecipeInstructions200ResponseInner) HasSteps() bool
HasSteps returns a boolean if a field has been set.