Name | Type | Description | Notes |
---|---|---|---|
Url | Pointer to string | The website the viewer of the live stream was referred to in order to view the live stream. | [optional] |
Medium | Pointer to string | The type of search that brought the viewer to the live stream. Organic would be they found it on their own, paid would be they found it via an advertisement. | [optional] |
Source | Pointer to string | Where the viewer came from to see the live stream (usually where they searched from). | [optional] |
SearchTerm | Pointer to string | What term they searched for that led them to the live stream. | [optional] |
func NewLiveStreamSessionReferrer() *LiveStreamSessionReferrer
NewLiveStreamSessionReferrer instantiates a new LiveStreamSessionReferrer 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 NewLiveStreamSessionReferrerWithDefaults() *LiveStreamSessionReferrer
NewLiveStreamSessionReferrerWithDefaults instantiates a new LiveStreamSessionReferrer 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 *LiveStreamSessionReferrer) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LiveStreamSessionReferrer) 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 *LiveStreamSessionReferrer) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LiveStreamSessionReferrer) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *LiveStreamSessionReferrer) GetMedium() string
GetMedium returns the Medium field if non-nil, zero value otherwise.
func (o *LiveStreamSessionReferrer) GetMediumOk() (*string, bool)
GetMediumOk returns a tuple with the Medium field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LiveStreamSessionReferrer) SetMedium(v string)
SetMedium sets Medium field to given value.
func (o *LiveStreamSessionReferrer) HasMedium() bool
HasMedium returns a boolean if a field has been set.
func (o *LiveStreamSessionReferrer) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *LiveStreamSessionReferrer) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LiveStreamSessionReferrer) SetSource(v string)
SetSource sets Source field to given value.
func (o *LiveStreamSessionReferrer) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *LiveStreamSessionReferrer) GetSearchTerm() string
GetSearchTerm returns the SearchTerm field if non-nil, zero value otherwise.
func (o *LiveStreamSessionReferrer) GetSearchTermOk() (*string, bool)
GetSearchTermOk returns a tuple with the SearchTerm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LiveStreamSessionReferrer) SetSearchTerm(v string)
SetSearchTerm sets SearchTerm field to given value.
func (o *LiveStreamSessionReferrer) HasSearchTerm() bool
HasSearchTerm returns a boolean if a field has been set.