Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.79 KB

GetAnalyzedRecipeInstructions200ResponseInner.md

File metadata and controls

77 lines (42 loc) · 2.79 KB

GetAnalyzedRecipeInstructions200ResponseInner

Properties

Name Type Description Notes
Name string
Steps Pointer to []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner [optional]

Methods

NewGetAnalyzedRecipeInstructions200ResponseInner

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

NewGetAnalyzedRecipeInstructions200ResponseInnerWithDefaults

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

GetName

func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetName() string

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

GetNameOk

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.

SetName

func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetName(v string)

SetName sets Name field to given value.

GetSteps

func (o *GetAnalyzedRecipeInstructions200ResponseInner) GetSteps() []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner

GetSteps returns the Steps field if non-nil, zero value otherwise.

GetStepsOk

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.

SetSteps

func (o *GetAnalyzedRecipeInstructions200ResponseInner) SetSteps(v []GetAnalyzedRecipeInstructions200ResponseInnerStepsInner)

SetSteps sets Steps field to given value.

HasSteps

func (o *GetAnalyzedRecipeInstructions200ResponseInner) HasSteps() bool

HasSteps returns a boolean if a field has been set.

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