Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.6 KB

File metadata and controls

134 lines (73 loc) · 3.6 KB

WatchProviderDetails

Properties

Name Type Description Notes
DisplayPriority Pointer to float32 [optional]
LogoPath Pointer to string [optional]
Id Pointer to float32 [optional]
Name Pointer to string [optional]

Methods

NewWatchProviderDetails

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

NewWatchProviderDetailsWithDefaults

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

GetDisplayPriority

func (o *WatchProviderDetails) GetDisplayPriority() float32

GetDisplayPriority returns the DisplayPriority field if non-nil, zero value otherwise.

GetDisplayPriorityOk

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.

SetDisplayPriority

func (o *WatchProviderDetails) SetDisplayPriority(v float32)

SetDisplayPriority sets DisplayPriority field to given value.

HasDisplayPriority

func (o *WatchProviderDetails) HasDisplayPriority() bool

HasDisplayPriority returns a boolean if a field has been set.

GetLogoPath

func (o *WatchProviderDetails) GetLogoPath() string

GetLogoPath returns the LogoPath field if non-nil, zero value otherwise.

GetLogoPathOk

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.

SetLogoPath

func (o *WatchProviderDetails) SetLogoPath(v string)

SetLogoPath sets LogoPath field to given value.

HasLogoPath

func (o *WatchProviderDetails) HasLogoPath() bool

HasLogoPath returns a boolean if a field has been set.

GetId

func (o *WatchProviderDetails) GetId() float32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *WatchProviderDetails) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *WatchProviderDetails) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *WatchProviderDetails) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *WatchProviderDetails) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *WatchProviderDetails) HasName() bool

HasName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]