Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

ApplicationSettingsNotificationsVpn.md

File metadata and controls

108 lines (59 loc) · 3.46 KB

ApplicationSettingsNotificationsVpn

Properties

Name Type Description Notes
HelpUrl Pointer to string [optional]
Message Pointer to string [optional]
Network Pointer to ApplicationSettingsNotificationsVpnNetwork [optional]

Methods

NewApplicationSettingsNotificationsVpn

func NewApplicationSettingsNotificationsVpn() *ApplicationSettingsNotificationsVpn

NewApplicationSettingsNotificationsVpn instantiates a new ApplicationSettingsNotificationsVpn 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

NewApplicationSettingsNotificationsVpnWithDefaults

func NewApplicationSettingsNotificationsVpnWithDefaults() *ApplicationSettingsNotificationsVpn

NewApplicationSettingsNotificationsVpnWithDefaults instantiates a new ApplicationSettingsNotificationsVpn 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

GetHelpUrl

func (o *ApplicationSettingsNotificationsVpn) GetHelpUrl() string

GetHelpUrl returns the HelpUrl field if non-nil, zero value otherwise.

GetHelpUrlOk

func (o *ApplicationSettingsNotificationsVpn) GetHelpUrlOk() (*string, bool)

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

SetHelpUrl

func (o *ApplicationSettingsNotificationsVpn) SetHelpUrl(v string)

SetHelpUrl sets HelpUrl field to given value.

HasHelpUrl

func (o *ApplicationSettingsNotificationsVpn) HasHelpUrl() bool

HasHelpUrl returns a boolean if a field has been set.

GetMessage

func (o *ApplicationSettingsNotificationsVpn) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ApplicationSettingsNotificationsVpn) GetMessageOk() (*string, bool)

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

SetMessage

func (o *ApplicationSettingsNotificationsVpn) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ApplicationSettingsNotificationsVpn) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetNetwork

func (o *ApplicationSettingsNotificationsVpn) GetNetwork() ApplicationSettingsNotificationsVpnNetwork

GetNetwork returns the Network field if non-nil, zero value otherwise.

GetNetworkOk

func (o *ApplicationSettingsNotificationsVpn) GetNetworkOk() (*ApplicationSettingsNotificationsVpnNetwork, bool)

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

SetNetwork

func (o *ApplicationSettingsNotificationsVpn) SetNetwork(v ApplicationSettingsNotificationsVpnNetwork)

SetNetwork sets Network field to given value.

HasNetwork

func (o *ApplicationSettingsNotificationsVpn) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

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