| 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] |
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
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
func (o *RelatedVideo) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *RelatedVideo) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *RelatedVideo) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetKey(v string)
SetKey sets Key field to given value.
func (o *RelatedVideo) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *RelatedVideo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetName(v string)
SetName sets Name field to given value.
func (o *RelatedVideo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RelatedVideo) GetSize() float32
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetSize(v float32)
SetSize sets Size field to given value.
func (o *RelatedVideo) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *RelatedVideo) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetType(v string)
SetType sets Type field to given value.
func (o *RelatedVideo) HasType() bool
HasType returns a boolean if a field has been set.
func (o *RelatedVideo) GetSite() string
GetSite returns the Site field if non-nil, zero value otherwise.
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.
func (o *RelatedVideo) SetSite(v string)
SetSite sets Site field to given value.
func (o *RelatedVideo) HasSite() bool
HasSite returns a boolean if a field has been set.