| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] | |
| Type | float32 | ||
| Title | NullableString | ||
| IsBuiltIn | Pointer to bool | [optional] | |
| Enabled | bool | ||
| Data | NullableString |
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
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
func (o *DiscoverSlider) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetId(v float32)
SetId sets Id field to given value.
func (o *DiscoverSlider) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DiscoverSlider) GetType() float32
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetType(v float32)
SetType sets Type field to given value.
func (o *DiscoverSlider) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *DiscoverSlider) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *DiscoverSlider) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *DiscoverSlider) GetIsBuiltIn() bool
GetIsBuiltIn returns the IsBuiltIn field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetIsBuiltIn(v bool)
SetIsBuiltIn sets IsBuiltIn field to given value.
func (o *DiscoverSlider) HasIsBuiltIn() bool
HasIsBuiltIn returns a boolean if a field has been set.
func (o *DiscoverSlider) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *DiscoverSlider) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
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.
func (o *DiscoverSlider) SetData(v string)
SetData sets Data field to given value.
func (o *DiscoverSlider) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *DiscoverSlider) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil