Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.56 KB

File metadata and controls

186 lines (101 loc) · 4.56 KB

DiscoverSlider

Properties

Name Type Description Notes
Id Pointer to float32 [optional]
Type float32
Title NullableString
IsBuiltIn Pointer to bool [optional]
Enabled bool
Data NullableString

Methods

NewDiscoverSlider

func NewDiscoverSlider(type_ float32, title NullableString, enabled bool, data NullableString, ) *DiscoverSlider

NewDiscoverSlider instantiates a new DiscoverSlider 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

NewDiscoverSliderWithDefaults

func NewDiscoverSliderWithDefaults() *DiscoverSlider

NewDiscoverSliderWithDefaults instantiates a new DiscoverSlider 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

GetId

func (o *DiscoverSlider) GetId() float32

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

GetIdOk

func (o *DiscoverSlider) 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 *DiscoverSlider) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *DiscoverSlider) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *DiscoverSlider) GetType() float32

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *DiscoverSlider) GetTypeOk() (*float32, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *DiscoverSlider) SetType(v float32)

SetType sets Type field to given value.

GetTitle

func (o *DiscoverSlider) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *DiscoverSlider) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *DiscoverSlider) SetTitle(v string)

SetTitle sets Title field to given value.

SetTitleNil

func (o *DiscoverSlider) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *DiscoverSlider) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

GetIsBuiltIn

func (o *DiscoverSlider) GetIsBuiltIn() bool

GetIsBuiltIn returns the IsBuiltIn field if non-nil, zero value otherwise.

GetIsBuiltInOk

func (o *DiscoverSlider) GetIsBuiltInOk() (*bool, bool)

GetIsBuiltInOk returns a tuple with the IsBuiltIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsBuiltIn

func (o *DiscoverSlider) SetIsBuiltIn(v bool)

SetIsBuiltIn sets IsBuiltIn field to given value.

HasIsBuiltIn

func (o *DiscoverSlider) HasIsBuiltIn() bool

HasIsBuiltIn returns a boolean if a field has been set.

GetEnabled

func (o *DiscoverSlider) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *DiscoverSlider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *DiscoverSlider) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

GetData

func (o *DiscoverSlider) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *DiscoverSlider) GetDataOk() (*string, 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.

SetData

func (o *DiscoverSlider) SetData(v string)

SetData sets Data field to given value.

SetDataNil

func (o *DiscoverSlider) SetDataNil(b bool)

SetDataNil sets the value for Data to be an explicit nil

UnsetData

func (o *DiscoverSlider) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

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