Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.29 KB

File metadata and controls

186 lines (101 loc) · 4.29 KB

RelatedVideo

Properties

Name Type Description Notes
Url Pointer to string [optional]
Key Pointer to string [optional]
Name Pointer to string [optional]
Size Pointer to float32 [optional]
Type Pointer to string [optional]
Site Pointer to string [optional]

Methods

NewRelatedVideo

func NewRelatedVideo() *RelatedVideo

NewRelatedVideo instantiates a new RelatedVideo 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

NewRelatedVideoWithDefaults

func NewRelatedVideoWithDefaults() *RelatedVideo

NewRelatedVideoWithDefaults instantiates a new RelatedVideo 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

GetUrl

func (o *RelatedVideo) GetUrl() string

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

GetUrlOk

func (o *RelatedVideo) 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 *RelatedVideo) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *RelatedVideo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetKey

func (o *RelatedVideo) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *RelatedVideo) GetKeyOk() (*string, bool)

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

SetKey

func (o *RelatedVideo) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *RelatedVideo) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *RelatedVideo) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *RelatedVideo) GetNameOk() (*string, bool)

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

SetName

func (o *RelatedVideo) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RelatedVideo) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *RelatedVideo) GetSize() float32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *RelatedVideo) GetSizeOk() (*float32, bool)

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

SetSize

func (o *RelatedVideo) SetSize(v float32)

SetSize sets Size field to given value.

HasSize

func (o *RelatedVideo) HasSize() bool

HasSize returns a boolean if a field has been set.

GetType

func (o *RelatedVideo) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *RelatedVideo) GetTypeOk() (*string, bool)

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

SetType

func (o *RelatedVideo) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *RelatedVideo) HasType() bool

HasType returns a boolean if a field has been set.

GetSite

func (o *RelatedVideo) GetSite() string

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *RelatedVideo) GetSiteOk() (*string, bool)

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

SetSite

func (o *RelatedVideo) SetSite(v string)

SetSite sets Site field to given value.

HasSite

func (o *RelatedVideo) HasSite() bool

HasSite returns a boolean if a field has been set.

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