| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayPriority | Pointer to float32 | [optional] | |
| LogoPath | Pointer to string | [optional] | |
| Id | Pointer to float32 | [optional] | |
| Name | Pointer to string | [optional] |
func NewWatchProviderDetails() *WatchProviderDetails
NewWatchProviderDetails instantiates a new WatchProviderDetails 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 NewWatchProviderDetailsWithDefaults() *WatchProviderDetails
NewWatchProviderDetailsWithDefaults instantiates a new WatchProviderDetails 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 *WatchProviderDetails) GetDisplayPriority() float32
GetDisplayPriority returns the DisplayPriority field if non-nil, zero value otherwise.
func (o *WatchProviderDetails) GetDisplayPriorityOk() (*float32, bool)
GetDisplayPriorityOk returns a tuple with the DisplayPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProviderDetails) SetDisplayPriority(v float32)
SetDisplayPriority sets DisplayPriority field to given value.
func (o *WatchProviderDetails) HasDisplayPriority() bool
HasDisplayPriority returns a boolean if a field has been set.
func (o *WatchProviderDetails) GetLogoPath() string
GetLogoPath returns the LogoPath field if non-nil, zero value otherwise.
func (o *WatchProviderDetails) GetLogoPathOk() (*string, bool)
GetLogoPathOk returns a tuple with the LogoPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProviderDetails) SetLogoPath(v string)
SetLogoPath sets LogoPath field to given value.
func (o *WatchProviderDetails) HasLogoPath() bool
HasLogoPath returns a boolean if a field has been set.
func (o *WatchProviderDetails) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *WatchProviderDetails) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProviderDetails) SetId(v float32)
SetId sets Id field to given value.
func (o *WatchProviderDetails) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WatchProviderDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *WatchProviderDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchProviderDetails) SetName(v string)
SetName sets Name field to given value.
func (o *WatchProviderDetails) HasName() bool
HasName returns a boolean if a field has been set.