| 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] |
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
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
func (o *GetUpdatableObjects200ResponseDataInnerType) GetSplitTunneling() bool
GetSplitTunneling returns the SplitTunneling field if non-nil, zero value otherwise.
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.
func (o *GetUpdatableObjects200ResponseDataInnerType) SetSplitTunneling(v bool)
SetSplitTunneling sets SplitTunneling field to given value.
func (o *GetUpdatableObjects200ResponseDataInnerType) HasSplitTunneling() bool
HasSplitTunneling returns a boolean if a field has been set.
func (o *GetUpdatableObjects200ResponseDataInnerType) GetInternetAccess() bool
GetInternetAccess returns the InternetAccess field if non-nil, zero value otherwise.
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.
func (o *GetUpdatableObjects200ResponseDataInnerType) SetInternetAccess(v bool)
SetInternetAccess sets InternetAccess field to given value.
func (o *GetUpdatableObjects200ResponseDataInnerType) HasInternetAccess() bool
HasInternetAccess returns a boolean if a field has been set.