Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

File metadata and controls

108 lines (59 loc) · 3.07 KB

PushoverSettingsOptions

Properties

Name Type Description Notes
AccessToken Pointer to string [optional]
UserToken Pointer to string [optional]
Sound Pointer to string [optional]

Methods

NewPushoverSettingsOptions

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

NewPushoverSettingsOptionsWithDefaults

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

GetAccessToken

func (o *PushoverSettingsOptions) GetAccessToken() string

GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.

GetAccessTokenOk

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.

SetAccessToken

func (o *PushoverSettingsOptions) SetAccessToken(v string)

SetAccessToken sets AccessToken field to given value.

HasAccessToken

func (o *PushoverSettingsOptions) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

GetUserToken

func (o *PushoverSettingsOptions) GetUserToken() string

GetUserToken returns the UserToken field if non-nil, zero value otherwise.

GetUserTokenOk

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.

SetUserToken

func (o *PushoverSettingsOptions) SetUserToken(v string)

SetUserToken sets UserToken field to given value.

HasUserToken

func (o *PushoverSettingsOptions) HasUserToken() bool

HasUserToken returns a boolean if a field has been set.

GetSound

func (o *PushoverSettingsOptions) GetSound() string

GetSound returns the Sound field if non-nil, zero value otherwise.

GetSoundOk

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.

SetSound

func (o *PushoverSettingsOptions) SetSound(v string)

SetSound sets Sound field to given value.

HasSound

func (o *PushoverSettingsOptions) HasSound() bool

HasSound returns a boolean if a field has been set.

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