| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Pointer to bool | [optional] | |
| Types | Pointer to float32 | [optional] |
func NewWebPushSettings() *WebPushSettings
NewWebPushSettings instantiates a new WebPushSettings 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 NewWebPushSettingsWithDefaults() *WebPushSettings
NewWebPushSettingsWithDefaults instantiates a new WebPushSettings 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 *WebPushSettings) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *WebPushSettings) 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 *WebPushSettings) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *WebPushSettings) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *WebPushSettings) GetTypes() float32
GetTypes returns the Types field if non-nil, zero value otherwise.
func (o *WebPushSettings) 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 *WebPushSettings) SetTypes(v float32)
SetTypes sets Types field to given value.
func (o *WebPushSettings) HasTypes() bool
HasTypes returns a boolean if a field has been set.