Name | Type | Description | Notes |
---|---|---|---|
Uri | Pointer to string | The URL where the video is stored. | [optional] |
Type | Pointer to string | [optional] | |
LiveStream | Pointer to VideoSourceLiveStream | [optional] |
func NewVideoSource() *VideoSource
NewVideoSource instantiates a new VideoSource 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 NewVideoSourceWithDefaults() *VideoSource
NewVideoSourceWithDefaults instantiates a new VideoSource 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 *VideoSource) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *VideoSource) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VideoSource) SetUri(v string)
SetUri sets Uri field to given value.
func (o *VideoSource) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *VideoSource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *VideoSource) 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 *VideoSource) SetType(v string)
SetType sets Type field to given value.
func (o *VideoSource) HasType() bool
HasType returns a boolean if a field has been set.
func (o *VideoSource) GetLiveStream() VideoSourceLiveStream
GetLiveStream returns the LiveStream field if non-nil, zero value otherwise.
func (o *VideoSource) GetLiveStreamOk() (*VideoSourceLiveStream, bool)
GetLiveStreamOk returns a tuple with the LiveStream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VideoSource) SetLiveStream(v VideoSourceLiveStream)
SetLiveStream sets LiveStream field to given value.
func (o *VideoSource) HasLiveStream() bool
HasLiveStream returns a boolean if a field has been set.