Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.34 KB

SearchRecipes200ResponseResultsInner.md

File metadata and controls

114 lines (61 loc) · 3.34 KB

SearchRecipes200ResponseResultsInner

Properties

Name Type Description Notes
Id int32
Title string
Image string
ImageType string

Methods

NewSearchRecipes200ResponseResultsInner

func NewSearchRecipes200ResponseResultsInner(id int32, title string, image string, imageType string, ) *SearchRecipes200ResponseResultsInner

NewSearchRecipes200ResponseResultsInner instantiates a new SearchRecipes200ResponseResultsInner 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

NewSearchRecipes200ResponseResultsInnerWithDefaults

func NewSearchRecipes200ResponseResultsInnerWithDefaults() *SearchRecipes200ResponseResultsInner

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

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

GetIdOk

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

SetId sets Id field to given value.

GetTitle

func (o *SearchRecipes200ResponseResultsInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *SearchRecipes200ResponseResultsInner) GetTitleOk() (*string, bool)

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

SetTitle

func (o *SearchRecipes200ResponseResultsInner) SetTitle(v string)

SetTitle sets Title field to given value.

GetImage

func (o *SearchRecipes200ResponseResultsInner) GetImage() string

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

GetImageOk

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

SetImage sets Image field to given value.

GetImageType

func (o *SearchRecipes200ResponseResultsInner) GetImageType() string

GetImageType returns the ImageType field if non-nil, zero value otherwise.

GetImageTypeOk

func (o *SearchRecipes200ResponseResultsInner) GetImageTypeOk() (*string, bool)

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

SetImageType

func (o *SearchRecipes200ResponseResultsInner) SetImageType(v string)

SetImageType sets ImageType field to given value.

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