| Name | Type | Description | Notes |
|---|---|---|---|
| Modifiable | Pointer to bool | [optional] | |
| Mode | Pointer to string | [optional] |
func NewMicrosoftAutoEnrollmentClientSettingsEnrollmentMode() *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode
NewMicrosoftAutoEnrollmentClientSettingsEnrollmentMode instantiates a new MicrosoftAutoEnrollmentClientSettingsEnrollmentMode 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 NewMicrosoftAutoEnrollmentClientSettingsEnrollmentModeWithDefaults() *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode
NewMicrosoftAutoEnrollmentClientSettingsEnrollmentModeWithDefaults instantiates a new MicrosoftAutoEnrollmentClientSettingsEnrollmentMode 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 *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) GetModifiable() bool
GetModifiable returns the Modifiable field if non-nil, zero value otherwise.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) GetModifiableOk() (*bool, bool)
GetModifiableOk returns a tuple with the Modifiable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) SetModifiable(v bool)
SetModifiable sets Modifiable field to given value.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) HasModifiable() bool
HasModifiable returns a boolean if a field has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) SetMode(v string)
SetMode sets Mode field to given value.
func (o *MicrosoftAutoEnrollmentClientSettingsEnrollmentMode) HasMode() bool
HasMode returns a boolean if a field has been set.