Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.02 KB

File metadata and controls

82 lines (45 loc) · 3.02 KB

GetUpdatableObjects200ResponseDataInnerType

Properties

Name Type Description Notes
SplitTunneling Pointer to bool Objects compatible with Split Tunneling configuration. [optional]
InternetAccess Pointer to bool Objects compatible with Internet Access policy. [optional]

Methods

NewGetUpdatableObjects200ResponseDataInnerType

func NewGetUpdatableObjects200ResponseDataInnerType() *GetUpdatableObjects200ResponseDataInnerType

NewGetUpdatableObjects200ResponseDataInnerType instantiates a new GetUpdatableObjects200ResponseDataInnerType 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

NewGetUpdatableObjects200ResponseDataInnerTypeWithDefaults

func NewGetUpdatableObjects200ResponseDataInnerTypeWithDefaults() *GetUpdatableObjects200ResponseDataInnerType

NewGetUpdatableObjects200ResponseDataInnerTypeWithDefaults instantiates a new GetUpdatableObjects200ResponseDataInnerType 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

GetSplitTunneling

func (o *GetUpdatableObjects200ResponseDataInnerType) GetSplitTunneling() bool

GetSplitTunneling returns the SplitTunneling field if non-nil, zero value otherwise.

GetSplitTunnelingOk

func (o *GetUpdatableObjects200ResponseDataInnerType) GetSplitTunnelingOk() (*bool, bool)

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

SetSplitTunneling

func (o *GetUpdatableObjects200ResponseDataInnerType) SetSplitTunneling(v bool)

SetSplitTunneling sets SplitTunneling field to given value.

HasSplitTunneling

func (o *GetUpdatableObjects200ResponseDataInnerType) HasSplitTunneling() bool

HasSplitTunneling returns a boolean if a field has been set.

GetInternetAccess

func (o *GetUpdatableObjects200ResponseDataInnerType) GetInternetAccess() bool

GetInternetAccess returns the InternetAccess field if non-nil, zero value otherwise.

GetInternetAccessOk

func (o *GetUpdatableObjects200ResponseDataInnerType) GetInternetAccessOk() (*bool, bool)

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

SetInternetAccess

func (o *GetUpdatableObjects200ResponseDataInnerType) SetInternetAccess(v bool)

SetInternetAccess sets InternetAccess field to given value.

HasInternetAccess

func (o *GetUpdatableObjects200ResponseDataInnerType) HasInternetAccess() bool

HasInternetAccess returns a boolean if a field has been set.

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