Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.4 KB

SearchRecipes200Response.md

File metadata and controls

114 lines (61 loc) · 3.4 KB

SearchRecipes200Response

Properties

Name Type Description Notes
Offset int32
Number int32
Results []SearchRecipes200ResponseResultsInner
TotalResults int32

Methods

NewSearchRecipes200Response

func NewSearchRecipes200Response(offset int32, number int32, results []SearchRecipes200ResponseResultsInner, totalResults int32, ) *SearchRecipes200Response

NewSearchRecipes200Response instantiates a new SearchRecipes200Response 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

NewSearchRecipes200ResponseWithDefaults

func NewSearchRecipes200ResponseWithDefaults() *SearchRecipes200Response

NewSearchRecipes200ResponseWithDefaults instantiates a new SearchRecipes200Response 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

GetOffset

func (o *SearchRecipes200Response) GetOffset() int32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *SearchRecipes200Response) GetOffsetOk() (*int32, bool)

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

SetOffset

func (o *SearchRecipes200Response) SetOffset(v int32)

SetOffset sets Offset field to given value.

GetNumber

func (o *SearchRecipes200Response) GetNumber() int32

GetNumber returns the Number field if non-nil, zero value otherwise.

GetNumberOk

func (o *SearchRecipes200Response) GetNumberOk() (*int32, 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.

SetNumber

func (o *SearchRecipes200Response) SetNumber(v int32)

SetNumber sets Number field to given value.

GetResults

func (o *SearchRecipes200Response) GetResults() []SearchRecipes200ResponseResultsInner

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *SearchRecipes200Response) GetResultsOk() (*[]SearchRecipes200ResponseResultsInner, bool)

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

SetResults

func (o *SearchRecipes200Response) SetResults(v []SearchRecipes200ResponseResultsInner)

SetResults sets Results field to given value.

GetTotalResults

func (o *SearchRecipes200Response) GetTotalResults() int32

GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.

GetTotalResultsOk

func (o *SearchRecipes200Response) GetTotalResultsOk() (*int32, bool)

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

SetTotalResults

func (o *SearchRecipes200Response) SetTotalResults(v int32)

SetTotalResults sets TotalResults field to given value.

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