| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Pointer to bool | [optional] | |
| Types | Pointer to float32 | [optional] | |
| Options | Pointer to PushoverSettingsOptions | [optional] |
func NewPushoverSettings() *PushoverSettings
NewPushoverSettings instantiates a new PushoverSettings 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 NewPushoverSettingsWithDefaults() *PushoverSettings
NewPushoverSettingsWithDefaults instantiates a new PushoverSettings 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 *PushoverSettings) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *PushoverSettings) 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 *PushoverSettings) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *PushoverSettings) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *PushoverSettings) GetTypes() float32
GetTypes returns the Types field if non-nil, zero value otherwise.
func (o *PushoverSettings) GetTypesOk() (*float32, bool)
GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushoverSettings) SetTypes(v float32)
SetTypes sets Types field to given value.
func (o *PushoverSettings) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (o *PushoverSettings) GetOptions() PushoverSettingsOptions
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *PushoverSettings) GetOptionsOk() (*PushoverSettingsOptions, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushoverSettings) SetOptions(v PushoverSettingsOptions)
SetOptions sets Options field to given value.
func (o *PushoverSettings) HasOptions() bool
HasOptions returns a boolean if a field has been set.