Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Title | string | ||
Image | string | ||
ImageType | string |
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
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
func (o *SearchRecipes200ResponseResultsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *SearchRecipes200ResponseResultsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *SearchRecipes200ResponseResultsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *SearchRecipes200ResponseResultsInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SearchRecipes200ResponseResultsInner) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
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.
func (o *SearchRecipes200ResponseResultsInner) SetImage(v string)
SetImage sets Image field to given value.
func (o *SearchRecipes200ResponseResultsInner) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
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.
func (o *SearchRecipes200ResponseResultsInner) SetImageType(v string)
SetImageType sets ImageType field to given value.