Skip to content

Latest commit

 

History

History
170 lines (93 loc) · 5.78 KB

DeviceInformationGetDeviceDetails200ResponseMdm.md

File metadata and controls

170 lines (93 loc) · 5.78 KB

DeviceInformationGetDeviceDetails200ResponseMdm

Properties

Name Type Description Notes
MdmEnabled Pointer to string [optional]
Supervised Pointer to string [optional]
InstallDate Pointer to string [optional]
LastCheckIn Pointer to string [optional]
MdmEnabledUser Pointer to interface{} [optional]

Methods

NewDeviceInformationGetDeviceDetails200ResponseMdm

func NewDeviceInformationGetDeviceDetails200ResponseMdm() *DeviceInformationGetDeviceDetails200ResponseMdm

NewDeviceInformationGetDeviceDetails200ResponseMdm instantiates a new DeviceInformationGetDeviceDetails200ResponseMdm 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

NewDeviceInformationGetDeviceDetails200ResponseMdmWithDefaults

func NewDeviceInformationGetDeviceDetails200ResponseMdmWithDefaults() *DeviceInformationGetDeviceDetails200ResponseMdm

NewDeviceInformationGetDeviceDetails200ResponseMdmWithDefaults instantiates a new DeviceInformationGetDeviceDetails200ResponseMdm 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

GetMdmEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabled() string

GetMdmEnabled returns the MdmEnabled field if non-nil, zero value otherwise.

GetMdmEnabledOk

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabledOk() (*string, bool)

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

SetMdmEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabled(v string)

SetMdmEnabled sets MdmEnabled field to given value.

HasMdmEnabled

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasMdmEnabled() bool

HasMdmEnabled returns a boolean if a field has been set.

GetSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetSupervised() string

GetSupervised returns the Supervised field if non-nil, zero value otherwise.

GetSupervisedOk

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetSupervisedOk() (*string, bool)

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

SetSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetSupervised(v string)

SetSupervised sets Supervised field to given value.

HasSupervised

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasSupervised() bool

HasSupervised returns a boolean if a field has been set.

GetInstallDate

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetInstallDate() string

GetInstallDate returns the InstallDate field if non-nil, zero value otherwise.

GetInstallDateOk

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetInstallDateOk() (*string, bool)

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

SetInstallDate

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetInstallDate(v string)

SetInstallDate sets InstallDate field to given value.

HasInstallDate

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasInstallDate() bool

HasInstallDate returns a boolean if a field has been set.

GetLastCheckIn

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetLastCheckIn() string

GetLastCheckIn returns the LastCheckIn field if non-nil, zero value otherwise.

GetLastCheckInOk

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetLastCheckInOk() (*string, bool)

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

SetLastCheckIn

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetLastCheckIn(v string)

SetLastCheckIn sets LastCheckIn field to given value.

HasLastCheckIn

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasLastCheckIn() bool

HasLastCheckIn returns a boolean if a field has been set.

GetMdmEnabledUser

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabledUser() interface{}

GetMdmEnabledUser returns the MdmEnabledUser field if non-nil, zero value otherwise.

GetMdmEnabledUserOk

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabledUserOk() (*interface{}, bool)

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

SetMdmEnabledUser

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabledUser(v interface{})

SetMdmEnabledUser sets MdmEnabledUser field to given value.

HasMdmEnabledUser

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasMdmEnabledUser() bool

HasMdmEnabledUser returns a boolean if a field has been set.

SetMdmEnabledUserNil

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabledUserNil(b bool)

SetMdmEnabledUserNil sets the value for MdmEnabledUser to be an explicit nil

UnsetMdmEnabledUser

func (o *DeviceInformationGetDeviceDetails200ResponseMdm) UnsetMdmEnabledUser()

UnsetMdmEnabledUser ensures that no value is present for MdmEnabledUser, not even an explicit nil

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