Skip to content

ApL3AccessConfigOpenApiVO

Properties

Name Type Description Notes
Enable Pointer to bool Whether to enable the EAP L3 Accessibility setting. [optional]
SupportL3Access Pointer to bool Whether the L3Access function is supported. [optional]

Methods

NewApL3AccessConfigOpenApiVO

func NewApL3AccessConfigOpenApiVO() *ApL3AccessConfigOpenApiVO

NewApL3AccessConfigOpenApiVO instantiates a new ApL3AccessConfigOpenApiVO 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

NewApL3AccessConfigOpenApiVOWithDefaults

func NewApL3AccessConfigOpenApiVOWithDefaults() *ApL3AccessConfigOpenApiVO

NewApL3AccessConfigOpenApiVOWithDefaults instantiates a new ApL3AccessConfigOpenApiVO 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

GetEnable

func (o *ApL3AccessConfigOpenApiVO) GetEnable() bool

GetEnable returns the Enable field if non-nil, zero value otherwise.

GetEnableOk

func (o *ApL3AccessConfigOpenApiVO) GetEnableOk() (*bool, bool)

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

SetEnable

func (o *ApL3AccessConfigOpenApiVO) SetEnable(v bool)

SetEnable sets Enable field to given value.

HasEnable

func (o *ApL3AccessConfigOpenApiVO) HasEnable() bool

HasEnable returns a boolean if a field has been set.

GetSupportL3Access

func (o *ApL3AccessConfigOpenApiVO) GetSupportL3Access() bool

GetSupportL3Access returns the SupportL3Access field if non-nil, zero value otherwise.

GetSupportL3AccessOk

func (o *ApL3AccessConfigOpenApiVO) GetSupportL3AccessOk() (*bool, bool)

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

SetSupportL3Access

func (o *ApL3AccessConfigOpenApiVO) SetSupportL3Access(v bool)

SetSupportL3Access sets SupportL3Access field to given value.

HasSupportL3Access

func (o *ApL3AccessConfigOpenApiVO) HasSupportL3Access() bool

HasSupportL3Access returns a boolean if a field has been set.

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