| Name | Type | Description | Notes |
|---|---|---|---|
| Iso31661 | Pointer to string | [optional] | |
| Link | Pointer to string | [optional] | |
| Buy | Pointer to []WatchProviderDetails | [optional] | |
| Flatrate | Pointer to []WatchProviderDetails | [optional] |
func NewWatchProvidersInner() *WatchProvidersInner
NewWatchProvidersInner instantiates a new WatchProvidersInner 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 NewWatchProvidersInnerWithDefaults() *WatchProvidersInner
NewWatchProvidersInnerWithDefaults instantiates a new WatchProvidersInner 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 *WatchProvidersInner) GetIso31661() string
GetIso31661 returns the Iso31661 field if non-nil, zero value otherwise.
func (o *WatchProvidersInner) GetIso31661Ok() (*string, bool)
GetIso31661Ok returns a tuple with the Iso31661 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProvidersInner) SetIso31661(v string)
SetIso31661 sets Iso31661 field to given value.
func (o *WatchProvidersInner) HasIso31661() bool
HasIso31661 returns a boolean if a field has been set.
func (o *WatchProvidersInner) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *WatchProvidersInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProvidersInner) SetLink(v string)
SetLink sets Link field to given value.
func (o *WatchProvidersInner) HasLink() bool
HasLink returns a boolean if a field has been set.
func (o *WatchProvidersInner) GetBuy() []WatchProviderDetails
GetBuy returns the Buy field if non-nil, zero value otherwise.
func (o *WatchProvidersInner) GetBuyOk() (*[]WatchProviderDetails, bool)
GetBuyOk returns a tuple with the Buy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProvidersInner) SetBuy(v []WatchProviderDetails)
SetBuy sets Buy field to given value.
func (o *WatchProvidersInner) HasBuy() bool
HasBuy returns a boolean if a field has been set.
func (o *WatchProvidersInner) GetFlatrate() []WatchProviderDetails
GetFlatrate returns the Flatrate field if non-nil, zero value otherwise.
func (o *WatchProvidersInner) GetFlatrateOk() (*[]WatchProviderDetails, bool)
GetFlatrateOk returns a tuple with the Flatrate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProvidersInner) SetFlatrate(v []WatchProviderDetails)
SetFlatrate sets Flatrate field to given value.
func (o *WatchProvidersInner) HasFlatrate() bool
HasFlatrate returns a boolean if a field has been set.