Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Title | string | ||
ImageType | string | ||
Url | string |
func NewImageAnalysisByURL200ResponseRecipesInner(id int32, title string, imageType string, url string, ) *ImageAnalysisByURL200ResponseRecipesInner
NewImageAnalysisByURL200ResponseRecipesInner instantiates a new ImageAnalysisByURL200ResponseRecipesInner 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 NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults() *ImageAnalysisByURL200ResponseRecipesInner
NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults instantiates a new ImageAnalysisByURL200ResponseRecipesInner 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 *ImageAnalysisByURL200ResponseRecipesInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200ResponseRecipesInner) 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 *ImageAnalysisByURL200ResponseRecipesInner) SetId(v int32)
SetId sets Id field to given value.
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200ResponseRecipesInner) 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 *ImageAnalysisByURL200ResponseRecipesInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200ResponseRecipesInner) 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 *ImageAnalysisByURL200ResponseRecipesInner) SetImageType(v string)
SetImageType sets ImageType field to given value.
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageAnalysisByURL200ResponseRecipesInner) SetUrl(v string)
SetUrl sets Url field to given value.