Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.51 KB

EraseDeviceCommandReturnToService.md

File metadata and controls

108 lines (59 loc) · 3.51 KB

EraseDeviceCommandReturnToService

Properties

Name Type Description Notes
Enabled Pointer to bool [optional]
MdmProfileData Pointer to string Base64 encoded mdm profile [optional]
WifiProfileData Pointer to string Base64 encoded wifi profile [optional]

Methods

NewEraseDeviceCommandReturnToService

func NewEraseDeviceCommandReturnToService() *EraseDeviceCommandReturnToService

NewEraseDeviceCommandReturnToService instantiates a new EraseDeviceCommandReturnToService 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

NewEraseDeviceCommandReturnToServiceWithDefaults

func NewEraseDeviceCommandReturnToServiceWithDefaults() *EraseDeviceCommandReturnToService

NewEraseDeviceCommandReturnToServiceWithDefaults instantiates a new EraseDeviceCommandReturnToService 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

GetEnabled

func (o *EraseDeviceCommandReturnToService) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *EraseDeviceCommandReturnToService) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *EraseDeviceCommandReturnToService) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *EraseDeviceCommandReturnToService) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetMdmProfileData

func (o *EraseDeviceCommandReturnToService) GetMdmProfileData() string

GetMdmProfileData returns the MdmProfileData field if non-nil, zero value otherwise.

GetMdmProfileDataOk

func (o *EraseDeviceCommandReturnToService) GetMdmProfileDataOk() (*string, bool)

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

SetMdmProfileData

func (o *EraseDeviceCommandReturnToService) SetMdmProfileData(v string)

SetMdmProfileData sets MdmProfileData field to given value.

HasMdmProfileData

func (o *EraseDeviceCommandReturnToService) HasMdmProfileData() bool

HasMdmProfileData returns a boolean if a field has been set.

GetWifiProfileData

func (o *EraseDeviceCommandReturnToService) GetWifiProfileData() string

GetWifiProfileData returns the WifiProfileData field if non-nil, zero value otherwise.

GetWifiProfileDataOk

func (o *EraseDeviceCommandReturnToService) GetWifiProfileDataOk() (*string, bool)

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

SetWifiProfileData

func (o *EraseDeviceCommandReturnToService) SetWifiProfileData(v string)

SetWifiProfileData sets WifiProfileData field to given value.

HasWifiProfileData

func (o *EraseDeviceCommandReturnToService) HasWifiProfileData() bool

HasWifiProfileData returns a boolean if a field has been set.

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