Name | Type | Description | Notes |
---|---|---|---|
AutoEnrollEligible | Pointer to int32 | [optional] | |
AutoEnrolled | Pointer to int32 | [optional] |
func NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment() *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment
NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment instantiates a new DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment 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 NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollmentWithDefaults() *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment
NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollmentWithDefaults instantiates a new DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment 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 *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrollEligible() int32
GetAutoEnrollEligible returns the AutoEnrollEligible field if non-nil, zero value otherwise.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrollEligibleOk() (*int32, bool)
GetAutoEnrollEligibleOk returns a tuple with the AutoEnrollEligible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) SetAutoEnrollEligible(v int32)
SetAutoEnrollEligible sets AutoEnrollEligible field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) HasAutoEnrollEligible() bool
HasAutoEnrollEligible returns a boolean if a field has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrolled() int32
GetAutoEnrolled returns the AutoEnrolled field if non-nil, zero value otherwise.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrolledOk() (*int32, bool)
GetAutoEnrolledOk returns a tuple with the AutoEnrolled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) SetAutoEnrolled(v int32)
SetAutoEnrolled sets AutoEnrolled field to given value.
func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) HasAutoEnrolled() bool
HasAutoEnrolled returns a boolean if a field has been set.