| Name | Type | Description | Notes |
|---|---|---|---|
| AccessToken | Pointer to string | [optional] | |
| UserToken | Pointer to string | [optional] | |
| Sound | Pointer to string | [optional] |
func NewPushoverSettingsOptions() *PushoverSettingsOptions
NewPushoverSettingsOptions instantiates a new PushoverSettingsOptions 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 NewPushoverSettingsOptionsWithDefaults() *PushoverSettingsOptions
NewPushoverSettingsOptionsWithDefaults instantiates a new PushoverSettingsOptions 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 *PushoverSettingsOptions) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *PushoverSettingsOptions) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushoverSettingsOptions) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *PushoverSettingsOptions) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *PushoverSettingsOptions) GetUserToken() string
GetUserToken returns the UserToken field if non-nil, zero value otherwise.
func (o *PushoverSettingsOptions) GetUserTokenOk() (*string, bool)
GetUserTokenOk returns a tuple with the UserToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushoverSettingsOptions) SetUserToken(v string)
SetUserToken sets UserToken field to given value.
func (o *PushoverSettingsOptions) HasUserToken() bool
HasUserToken returns a boolean if a field has been set.
func (o *PushoverSettingsOptions) GetSound() string
GetSound returns the Sound field if non-nil, zero value otherwise.
func (o *PushoverSettingsOptions) GetSoundOk() (*string, bool)
GetSoundOk returns a tuple with the Sound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushoverSettingsOptions) SetSound(v string)
SetSound sets Sound field to given value.
func (o *PushoverSettingsOptions) HasSound() bool
HasSound returns a boolean if a field has been set.