Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.44 KB

DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment.md

File metadata and controls

82 lines (45 loc) · 3.44 KB

DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment

Properties

Name Type Description Notes
AutoEnrollEligible Pointer to int32 [optional]
AutoEnrolled Pointer to int32 [optional]

Methods

NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment

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

NewDeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollmentWithDefaults

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

GetAutoEnrollEligible

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrollEligible() int32

GetAutoEnrollEligible returns the AutoEnrollEligible field if non-nil, zero value otherwise.

GetAutoEnrollEligibleOk

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.

SetAutoEnrollEligible

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) SetAutoEnrollEligible(v int32)

SetAutoEnrollEligible sets AutoEnrollEligible field to given value.

HasAutoEnrollEligible

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) HasAutoEnrollEligible() bool

HasAutoEnrollEligible returns a boolean if a field has been set.

GetAutoEnrolled

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) GetAutoEnrolled() int32

GetAutoEnrolled returns the AutoEnrolled field if non-nil, zero value otherwise.

GetAutoEnrolledOk

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.

SetAutoEnrolled

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) SetAutoEnrolled(v int32)

SetAutoEnrolled sets AutoEnrolled field to given value.

HasAutoEnrolled

func (o *DeviceInformationGetDeviceDetails200ResponseAutomatedDeviceEnrollment) HasAutoEnrolled() bool

HasAutoEnrolled returns a boolean if a field has been set.

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