SsidOuiModeOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SsidId | Pointer to string | Ssid ID. | [optional] |
| SsidName | Pointer to string | Ssid Name. | [optional] |
Methods
NewSsidOuiModeOpenApiVO
func NewSsidOuiModeOpenApiVO() *SsidOuiModeOpenApiVO
NewSsidOuiModeOpenApiVO instantiates a new SsidOuiModeOpenApiVO 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
NewSsidOuiModeOpenApiVOWithDefaults
func NewSsidOuiModeOpenApiVOWithDefaults() *SsidOuiModeOpenApiVO
NewSsidOuiModeOpenApiVOWithDefaults instantiates a new SsidOuiModeOpenApiVO 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
GetSsidId
func (o *SsidOuiModeOpenApiVO) GetSsidId() string
GetSsidId returns the SsidId field if non-nil, zero value otherwise.
GetSsidIdOk
func (o *SsidOuiModeOpenApiVO) GetSsidIdOk() (*string, bool)
GetSsidIdOk returns a tuple with the SsidId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSsidId
func (o *SsidOuiModeOpenApiVO) SetSsidId(v string)
SetSsidId sets SsidId field to given value.
HasSsidId
func (o *SsidOuiModeOpenApiVO) HasSsidId() bool
HasSsidId returns a boolean if a field has been set.
GetSsidName
func (o *SsidOuiModeOpenApiVO) GetSsidName() string
GetSsidName returns the SsidName field if non-nil, zero value otherwise.
GetSsidNameOk
func (o *SsidOuiModeOpenApiVO) GetSsidNameOk() (*string, bool)
GetSsidNameOk returns a tuple with the SsidName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSsidName
func (o *SsidOuiModeOpenApiVO) SetSsidName(v string)
SetSsidName sets SsidName field to given value.
HasSsidName
func (o *SsidOuiModeOpenApiVO) HasSsidName() bool
HasSsidName returns a boolean if a field has been set.