Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.42 KB

ImageAnalysisByURL200ResponseRecipesInner.md

File metadata and controls

114 lines (61 loc) · 3.42 KB

ImageAnalysisByURL200ResponseRecipesInner

Properties

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

Methods

NewImageAnalysisByURL200ResponseRecipesInner

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

NewImageAnalysisByURL200ResponseRecipesInnerWithDefaults

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

GetId

func (o *ImageAnalysisByURL200ResponseRecipesInner) GetId() int32

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

GetIdOk

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.

SetId

func (o *ImageAnalysisByURL200ResponseRecipesInner) SetId(v int32)

SetId sets Id field to given value.

GetTitle

func (o *ImageAnalysisByURL200ResponseRecipesInner) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *ImageAnalysisByURL200ResponseRecipesInner) SetTitle(v string)

SetTitle sets Title field to given value.

GetImageType

func (o *ImageAnalysisByURL200ResponseRecipesInner) GetImageType() string

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

GetImageTypeOk

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.

SetImageType

func (o *ImageAnalysisByURL200ResponseRecipesInner) SetImageType(v string)

SetImageType sets ImageType field to given value.

GetUrl

func (o *ImageAnalysisByURL200ResponseRecipesInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *ImageAnalysisByURL200ResponseRecipesInner) SetUrl(v string)

SetUrl sets Url field to given value.

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