| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to GetMediaWatchData2XXResponseData | [optional] | |
| Data4k | Pointer to GetMediaWatchData2XXResponseData | [optional] |
func NewGetMediaWatchData2XXResponse() *GetMediaWatchData2XXResponse
NewGetMediaWatchData2XXResponse instantiates a new GetMediaWatchData2XXResponse 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 NewGetMediaWatchData2XXResponseWithDefaults() *GetMediaWatchData2XXResponse
NewGetMediaWatchData2XXResponseWithDefaults instantiates a new GetMediaWatchData2XXResponse 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 *GetMediaWatchData2XXResponse) GetData() GetMediaWatchData2XXResponseData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetMediaWatchData2XXResponse) GetDataOk() (*GetMediaWatchData2XXResponseData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMediaWatchData2XXResponse) SetData(v GetMediaWatchData2XXResponseData)
SetData sets Data field to given value.
func (o *GetMediaWatchData2XXResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetMediaWatchData2XXResponse) GetData4k() GetMediaWatchData2XXResponseData
GetData4k returns the Data4k field if non-nil, zero value otherwise.
func (o *GetMediaWatchData2XXResponse) GetData4kOk() (*GetMediaWatchData2XXResponseData, bool)
GetData4kOk returns a tuple with the Data4k field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMediaWatchData2XXResponse) SetData4k(v GetMediaWatchData2XXResponseData)
SetData4k sets Data4k field to given value.
func (o *GetMediaWatchData2XXResponse) HasData4k() bool
HasData4k returns a boolean if a field has been set.