Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.49 KB

ApplicationSettingsNotificationsVpnNetwork.md

File metadata and controls

108 lines (59 loc) · 3.49 KB

ApplicationSettingsNotificationsVpnNetwork

Properties

Name Type Description Notes
Connection Pointer to string [optional]
Exclude Pointer to []string [optional]
Include Pointer to []string [optional]

Methods

NewApplicationSettingsNotificationsVpnNetwork

func NewApplicationSettingsNotificationsVpnNetwork() *ApplicationSettingsNotificationsVpnNetwork

NewApplicationSettingsNotificationsVpnNetwork instantiates a new ApplicationSettingsNotificationsVpnNetwork 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

NewApplicationSettingsNotificationsVpnNetworkWithDefaults

func NewApplicationSettingsNotificationsVpnNetworkWithDefaults() *ApplicationSettingsNotificationsVpnNetwork

NewApplicationSettingsNotificationsVpnNetworkWithDefaults instantiates a new ApplicationSettingsNotificationsVpnNetwork 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

GetConnection

func (o *ApplicationSettingsNotificationsVpnNetwork) GetConnection() string

GetConnection returns the Connection field if non-nil, zero value otherwise.

GetConnectionOk

func (o *ApplicationSettingsNotificationsVpnNetwork) GetConnectionOk() (*string, bool)

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

SetConnection

func (o *ApplicationSettingsNotificationsVpnNetwork) SetConnection(v string)

SetConnection sets Connection field to given value.

HasConnection

func (o *ApplicationSettingsNotificationsVpnNetwork) HasConnection() bool

HasConnection returns a boolean if a field has been set.

GetExclude

func (o *ApplicationSettingsNotificationsVpnNetwork) GetExclude() []string

GetExclude returns the Exclude field if non-nil, zero value otherwise.

GetExcludeOk

func (o *ApplicationSettingsNotificationsVpnNetwork) GetExcludeOk() (*[]string, bool)

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

SetExclude

func (o *ApplicationSettingsNotificationsVpnNetwork) SetExclude(v []string)

SetExclude sets Exclude field to given value.

HasExclude

func (o *ApplicationSettingsNotificationsVpnNetwork) HasExclude() bool

HasExclude returns a boolean if a field has been set.

GetInclude

func (o *ApplicationSettingsNotificationsVpnNetwork) GetInclude() []string

GetInclude returns the Include field if non-nil, zero value otherwise.

GetIncludeOk

func (o *ApplicationSettingsNotificationsVpnNetwork) GetIncludeOk() (*[]string, bool)

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

SetInclude

func (o *ApplicationSettingsNotificationsVpnNetwork) SetInclude(v []string)

SetInclude sets Include field to given value.

HasInclude

func (o *ApplicationSettingsNotificationsVpnNetwork) HasInclude() bool

HasInclude returns a boolean if a field has been set.

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