Name | Type | Description | Notes |
---|---|---|---|
Title | string | ||
Length | int32 | ||
Rating | float32 | ||
ShortTitle | string | ||
Thumbnail | string | ||
Views | int32 | ||
YouTubeId | string |
func NewSearchFoodVideos200ResponseVideosInner(title string, length int32, rating float32, shortTitle string, thumbnail string, views int32, youTubeId string, ) *SearchFoodVideos200ResponseVideosInner
NewSearchFoodVideos200ResponseVideosInner instantiates a new SearchFoodVideos200ResponseVideosInner 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 NewSearchFoodVideos200ResponseVideosInnerWithDefaults() *SearchFoodVideos200ResponseVideosInner
NewSearchFoodVideos200ResponseVideosInnerWithDefaults instantiates a new SearchFoodVideos200ResponseVideosInner 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 *SearchFoodVideos200ResponseVideosInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) 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 *SearchFoodVideos200ResponseVideosInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetLength() int32
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetLength(v int32)
SetLength sets Length field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetRating() float32
GetRating returns the Rating field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetRatingOk() (*float32, bool)
GetRatingOk returns a tuple with the Rating field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetRating(v float32)
SetRating sets Rating field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitle() string
GetShortTitle returns the ShortTitle field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetShortTitleOk() (*string, bool)
GetShortTitleOk returns a tuple with the ShortTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetShortTitle(v string)
SetShortTitle sets ShortTitle field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnail() string
GetThumbnail returns the Thumbnail field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetThumbnailOk() (*string, bool)
GetThumbnailOk returns a tuple with the Thumbnail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetThumbnail(v string)
SetThumbnail sets Thumbnail field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetViews() int32
GetViews returns the Views field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetViewsOk() (*int32, bool)
GetViewsOk returns a tuple with the Views field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetViews(v int32)
SetViews sets Views field to given value.
func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeId() string
GetYouTubeId returns the YouTubeId field if non-nil, zero value otherwise.
func (o *SearchFoodVideos200ResponseVideosInner) GetYouTubeIdOk() (*string, bool)
GetYouTubeIdOk returns a tuple with the YouTubeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchFoodVideos200ResponseVideosInner) SetYouTubeId(v string)
SetYouTubeId sets YouTubeId field to given value.