ProfilesBindedDeviceInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceMac | Pointer to string | Device MAC. | [optional] |
| DeviceName | Pointer to string | Device name. | [optional] |
| Id | Pointer to string | [optional] | |
| Model | Pointer to string | Device model name | [optional] |
| ModelVersion | Pointer to string | Device model version | [optional] |
| ProfileNames | Pointer to []string | Profile names binded to the device. | [optional] |
| Type | Pointer to string | Device type | [optional] |
Methods
NewProfilesBindedDeviceInfo
func NewProfilesBindedDeviceInfo() *ProfilesBindedDeviceInfo
NewProfilesBindedDeviceInfo instantiates a new ProfilesBindedDeviceInfo 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
NewProfilesBindedDeviceInfoWithDefaults
func NewProfilesBindedDeviceInfoWithDefaults() *ProfilesBindedDeviceInfo
NewProfilesBindedDeviceInfoWithDefaults instantiates a new ProfilesBindedDeviceInfo 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
GetDeviceMac
func (o *ProfilesBindedDeviceInfo) GetDeviceMac() string
GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.
GetDeviceMacOk
func (o *ProfilesBindedDeviceInfo) GetDeviceMacOk() (*string, bool)
GetDeviceMacOk returns a tuple with the DeviceMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceMac
func (o *ProfilesBindedDeviceInfo) SetDeviceMac(v string)
SetDeviceMac sets DeviceMac field to given value.
HasDeviceMac
func (o *ProfilesBindedDeviceInfo) HasDeviceMac() bool
HasDeviceMac returns a boolean if a field has been set.
GetDeviceName
func (o *ProfilesBindedDeviceInfo) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *ProfilesBindedDeviceInfo) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceName
func (o *ProfilesBindedDeviceInfo) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *ProfilesBindedDeviceInfo) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetId
func (o *ProfilesBindedDeviceInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *ProfilesBindedDeviceInfo) 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 *ProfilesBindedDeviceInfo) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *ProfilesBindedDeviceInfo) HasId() bool
HasId returns a boolean if a field has been set.
GetModel
func (o *ProfilesBindedDeviceInfo) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *ProfilesBindedDeviceInfo) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModel
func (o *ProfilesBindedDeviceInfo) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *ProfilesBindedDeviceInfo) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *ProfilesBindedDeviceInfo) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *ProfilesBindedDeviceInfo) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *ProfilesBindedDeviceInfo) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *ProfilesBindedDeviceInfo) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetProfileNames
func (o *ProfilesBindedDeviceInfo) GetProfileNames() []string
GetProfileNames returns the ProfileNames field if non-nil, zero value otherwise.
GetProfileNamesOk
func (o *ProfilesBindedDeviceInfo) GetProfileNamesOk() (*[]string, bool)
GetProfileNamesOk returns a tuple with the ProfileNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileNames
func (o *ProfilesBindedDeviceInfo) SetProfileNames(v []string)
SetProfileNames sets ProfileNames field to given value.
HasProfileNames
func (o *ProfilesBindedDeviceInfo) HasProfileNames() bool
HasProfileNames returns a boolean if a field has been set.
GetType
func (o *ProfilesBindedDeviceInfo) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *ProfilesBindedDeviceInfo) 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 *ProfilesBindedDeviceInfo) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *ProfilesBindedDeviceInfo) HasType() bool
HasType returns a boolean if a field has been set.