Skip to content

GlobalDeviceItem

Properties

Name Type Description Notes
Mac string Mac of device.
SiteId string SiteId of device.

Methods

NewGlobalDeviceItem

func NewGlobalDeviceItem(mac string, siteId string, ) *GlobalDeviceItem

NewGlobalDeviceItem instantiates a new GlobalDeviceItem 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

NewGlobalDeviceItemWithDefaults

func NewGlobalDeviceItemWithDefaults() *GlobalDeviceItem

NewGlobalDeviceItemWithDefaults instantiates a new GlobalDeviceItem 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 *GlobalDeviceItem) GetMac() string

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

GetMacOk

func (o *GlobalDeviceItem) 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 *GlobalDeviceItem) SetMac(v string)

SetMac sets Mac field to given value.

GetSiteId

func (o *GlobalDeviceItem) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *GlobalDeviceItem) GetSiteIdOk() (*string, bool)

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

SetSiteId

func (o *GlobalDeviceItem) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

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