RemoveBlackListOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| StationMac | Pointer to string | MAC address of the device. | [optional] |
Methods
NewRemoveBlackListOpenApiVO
func NewRemoveBlackListOpenApiVO() *RemoveBlackListOpenApiVO
NewRemoveBlackListOpenApiVO instantiates a new RemoveBlackListOpenApiVO 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
NewRemoveBlackListOpenApiVOWithDefaults
func NewRemoveBlackListOpenApiVOWithDefaults() *RemoveBlackListOpenApiVO
NewRemoveBlackListOpenApiVOWithDefaults instantiates a new RemoveBlackListOpenApiVO 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
GetStationMac
func (o *RemoveBlackListOpenApiVO) GetStationMac() string
GetStationMac returns the StationMac field if non-nil, zero value otherwise.
GetStationMacOk
func (o *RemoveBlackListOpenApiVO) GetStationMacOk() (*string, bool)
GetStationMacOk returns a tuple with the StationMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStationMac
func (o *RemoveBlackListOpenApiVO) SetStationMac(v string)
SetStationMac sets StationMac field to given value.
HasStationMac
func (o *RemoveBlackListOpenApiVO) HasStationMac() bool
HasStationMac returns a boolean if a field has been set.