Name | Type | Description | Notes |
---|---|---|---|
EpisodeIds | Pointer to []int32 | [optional] | |
Monitored | Pointer to bool | [optional] |
func NewEpisodesMonitoredResource() *EpisodesMonitoredResource
NewEpisodesMonitoredResource instantiates a new EpisodesMonitoredResource 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 NewEpisodesMonitoredResourceWithDefaults() *EpisodesMonitoredResource
NewEpisodesMonitoredResourceWithDefaults instantiates a new EpisodesMonitoredResource 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 *EpisodesMonitoredResource) GetEpisodeIds() []int32
GetEpisodeIds returns the EpisodeIds field if non-nil, zero value otherwise.
func (o *EpisodesMonitoredResource) GetEpisodeIdsOk() (*[]int32, bool)
GetEpisodeIdsOk returns a tuple with the EpisodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodesMonitoredResource) SetEpisodeIds(v []int32)
SetEpisodeIds sets EpisodeIds field to given value.
func (o *EpisodesMonitoredResource) HasEpisodeIds() bool
HasEpisodeIds returns a boolean if a field has been set.
func (o *EpisodesMonitoredResource) SetEpisodeIdsNil(b bool)
SetEpisodeIdsNil sets the value for EpisodeIds to be an explicit nil
func (o *EpisodesMonitoredResource) UnsetEpisodeIds()
UnsetEpisodeIds ensures that no value is present for EpisodeIds, not even an explicit nil
func (o *EpisodesMonitoredResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *EpisodesMonitoredResource) GetMonitoredOk() (*bool, bool)
GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodesMonitoredResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *EpisodesMonitoredResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.