Skip to content

NetworkClientAllOpenApiVO

Properties

Name Type Description Notes
Mac Pointer to string Client MAC Address. [optional]
Name Pointer to string Client Name, alias. [optional]
Type Pointer to string Device Type: iphone, ipod, android, pc, printer, tv... [optional]

Methods

NewNetworkClientAllOpenApiVO

func NewNetworkClientAllOpenApiVO() *NetworkClientAllOpenApiVO

NewNetworkClientAllOpenApiVO instantiates a new NetworkClientAllOpenApiVO 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

NewNetworkClientAllOpenApiVOWithDefaults

func NewNetworkClientAllOpenApiVOWithDefaults() *NetworkClientAllOpenApiVO

NewNetworkClientAllOpenApiVOWithDefaults instantiates a new NetworkClientAllOpenApiVO 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

GetMac

func (o *NetworkClientAllOpenApiVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *NetworkClientAllOpenApiVO) GetMacOk() (*string, bool)

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

SetMac

func (o *NetworkClientAllOpenApiVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *NetworkClientAllOpenApiVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetName

func (o *NetworkClientAllOpenApiVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NetworkClientAllOpenApiVO) GetNameOk() (*string, bool)

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

SetName

func (o *NetworkClientAllOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *NetworkClientAllOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *NetworkClientAllOpenApiVO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *NetworkClientAllOpenApiVO) GetTypeOk() (*string, bool)

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

SetType

func (o *NetworkClientAllOpenApiVO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *NetworkClientAllOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

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