Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.14 KB

ModifyNetworkSmDevicesTags200ResponseInner.md

File metadata and controls

134 lines (73 loc) · 4.14 KB

ModifyNetworkSmDevicesTags200ResponseInner

Properties

Name Type Description Notes
Id Pointer to string The Meraki Id of the device record. [optional]
Tags Pointer to []string An array of tags associated with the device. [optional]
WifiMac Pointer to string The MAC of the device. [optional]
Serial Pointer to string The device serial. [optional]

Methods

NewModifyNetworkSmDevicesTags200ResponseInner

func NewModifyNetworkSmDevicesTags200ResponseInner() *ModifyNetworkSmDevicesTags200ResponseInner

NewModifyNetworkSmDevicesTags200ResponseInner instantiates a new ModifyNetworkSmDevicesTags200ResponseInner 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

NewModifyNetworkSmDevicesTags200ResponseInnerWithDefaults

func NewModifyNetworkSmDevicesTags200ResponseInnerWithDefaults() *ModifyNetworkSmDevicesTags200ResponseInner

NewModifyNetworkSmDevicesTags200ResponseInnerWithDefaults instantiates a new ModifyNetworkSmDevicesTags200ResponseInner 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

GetId

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetIdOk() (*string, bool)

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

SetId

func (o *ModifyNetworkSmDevicesTags200ResponseInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ModifyNetworkSmDevicesTags200ResponseInner) HasId() bool

HasId returns a boolean if a field has been set.

GetTags

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetTagsOk() (*[]string, bool)

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

SetTags

func (o *ModifyNetworkSmDevicesTags200ResponseInner) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *ModifyNetworkSmDevicesTags200ResponseInner) HasTags() bool

HasTags returns a boolean if a field has been set.

GetWifiMac

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetWifiMac() string

GetWifiMac returns the WifiMac field if non-nil, zero value otherwise.

GetWifiMacOk

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetWifiMacOk() (*string, bool)

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

SetWifiMac

func (o *ModifyNetworkSmDevicesTags200ResponseInner) SetWifiMac(v string)

SetWifiMac sets WifiMac field to given value.

HasWifiMac

func (o *ModifyNetworkSmDevicesTags200ResponseInner) HasWifiMac() bool

HasWifiMac returns a boolean if a field has been set.

GetSerial

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *ModifyNetworkSmDevicesTags200ResponseInner) GetSerialOk() (*string, bool)

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

SetSerial

func (o *ModifyNetworkSmDevicesTags200ResponseInner) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *ModifyNetworkSmDevicesTags200ResponseInner) HasSerial() bool

HasSerial returns a boolean if a field has been set.

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