Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.22 KB

File metadata and controls

82 lines (45 loc) · 2.22 KB

GotifySettingsOptions

Properties

Name Type Description Notes
Url Pointer to string [optional]
Token Pointer to string [optional]

Methods

NewGotifySettingsOptions

func NewGotifySettingsOptions() *GotifySettingsOptions

NewGotifySettingsOptions instantiates a new GotifySettingsOptions 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

NewGotifySettingsOptionsWithDefaults

func NewGotifySettingsOptionsWithDefaults() *GotifySettingsOptions

NewGotifySettingsOptionsWithDefaults instantiates a new GotifySettingsOptions 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

GetUrl

func (o *GotifySettingsOptions) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GotifySettingsOptions) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *GotifySettingsOptions) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GotifySettingsOptions) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetToken

func (o *GotifySettingsOptions) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *GotifySettingsOptions) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToken

func (o *GotifySettingsOptions) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GotifySettingsOptions) HasToken() bool

HasToken returns a boolean if a field has been set.

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