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] |
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
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
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabled() string
GetMdmEnabled returns the MdmEnabled field if non-nil, zero value otherwise.
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.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabled(v string)
SetMdmEnabled sets MdmEnabled field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasMdmEnabled() bool
HasMdmEnabled returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetSupervised() string
GetSupervised returns the Supervised field if non-nil, zero value otherwise.
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.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetSupervised(v string)
SetSupervised sets Supervised field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasSupervised() bool
HasSupervised returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetInstallDate() string
GetInstallDate returns the InstallDate field if non-nil, zero value otherwise.
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.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetInstallDate(v string)
SetInstallDate sets InstallDate field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasInstallDate() bool
HasInstallDate returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetLastCheckIn() string
GetLastCheckIn returns the LastCheckIn field if non-nil, zero value otherwise.
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.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetLastCheckIn(v string)
SetLastCheckIn sets LastCheckIn field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasLastCheckIn() bool
HasLastCheckIn returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) GetMdmEnabledUser() interface{}
GetMdmEnabledUser returns the MdmEnabledUser field if non-nil, zero value otherwise.
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.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabledUser(v interface{})
SetMdmEnabledUser sets MdmEnabledUser field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) HasMdmEnabledUser() bool
HasMdmEnabledUser returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) SetMdmEnabledUserNil(b bool)
SetMdmEnabledUserNil sets the value for MdmEnabledUser to be an explicit nil
func (o *DeviceInformationGetDeviceDetails200ResponseMdm) UnsetMdmEnabledUser()
UnsetMdmEnabledUser ensures that no value is present for MdmEnabledUser, not even an explicit nil