Skip to content

SsidVlanSettingOpenApiVO

Properties

Name Type Description Notes
CustomConfig Pointer to SsidVlanCustomSettingOpenApiVO [optional]
Mode int32 should be a value as follows: 0:Default; 1:Custom.

Methods

NewSsidVlanSettingOpenApiVO

func NewSsidVlanSettingOpenApiVO(mode int32, ) *SsidVlanSettingOpenApiVO

NewSsidVlanSettingOpenApiVO instantiates a new SsidVlanSettingOpenApiVO 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

NewSsidVlanSettingOpenApiVOWithDefaults

func NewSsidVlanSettingOpenApiVOWithDefaults() *SsidVlanSettingOpenApiVO

NewSsidVlanSettingOpenApiVOWithDefaults instantiates a new SsidVlanSettingOpenApiVO 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

GetCustomConfig

func (o *SsidVlanSettingOpenApiVO) GetCustomConfig() SsidVlanCustomSettingOpenApiVO

GetCustomConfig returns the CustomConfig field if non-nil, zero value otherwise.

GetCustomConfigOk

func (o *SsidVlanSettingOpenApiVO) GetCustomConfigOk() (*SsidVlanCustomSettingOpenApiVO, bool)

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

SetCustomConfig

func (o *SsidVlanSettingOpenApiVO) SetCustomConfig(v SsidVlanCustomSettingOpenApiVO)

SetCustomConfig sets CustomConfig field to given value.

HasCustomConfig

func (o *SsidVlanSettingOpenApiVO) HasCustomConfig() bool

HasCustomConfig returns a boolean if a field has been set.

GetMode

func (o *SsidVlanSettingOpenApiVO) GetMode() int32

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

func (o *SsidVlanSettingOpenApiVO) GetModeOk() (*int32, bool)

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

SetMode

func (o *SsidVlanSettingOpenApiVO) SetMode(v int32)

SetMode sets Mode field to given value.

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