Name | Type | Description | Notes |
---|---|---|---|
CommandType | MdmCommandType | ||
LostModeMessage | Pointer to string | [optional] | |
LostModePhone | Pointer to string | [optional] | |
LostModeFootnote | Pointer to string | [optional] |
func NewEnableLostModeCommand(commandType MdmCommandType, ) *EnableLostModeCommand
NewEnableLostModeCommand instantiates a new EnableLostModeCommand 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 NewEnableLostModeCommandWithDefaults() *EnableLostModeCommand
NewEnableLostModeCommandWithDefaults instantiates a new EnableLostModeCommand 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 *EnableLostModeCommand) GetCommandType() MdmCommandType
GetCommandType returns the CommandType field if non-nil, zero value otherwise.
func (o *EnableLostModeCommand) GetCommandTypeOk() (*MdmCommandType, bool)
GetCommandTypeOk returns a tuple with the CommandType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnableLostModeCommand) SetCommandType(v MdmCommandType)
SetCommandType sets CommandType field to given value.
func (o *EnableLostModeCommand) GetLostModeMessage() string
GetLostModeMessage returns the LostModeMessage field if non-nil, zero value otherwise.
func (o *EnableLostModeCommand) GetLostModeMessageOk() (*string, bool)
GetLostModeMessageOk returns a tuple with the LostModeMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnableLostModeCommand) SetLostModeMessage(v string)
SetLostModeMessage sets LostModeMessage field to given value.
func (o *EnableLostModeCommand) HasLostModeMessage() bool
HasLostModeMessage returns a boolean if a field has been set.
func (o *EnableLostModeCommand) GetLostModePhone() string
GetLostModePhone returns the LostModePhone field if non-nil, zero value otherwise.
func (o *EnableLostModeCommand) GetLostModePhoneOk() (*string, bool)
GetLostModePhoneOk returns a tuple with the LostModePhone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnableLostModeCommand) SetLostModePhone(v string)
SetLostModePhone sets LostModePhone field to given value.
func (o *EnableLostModeCommand) HasLostModePhone() bool
HasLostModePhone returns a boolean if a field has been set.
func (o *EnableLostModeCommand) GetLostModeFootnote() string
GetLostModeFootnote returns the LostModeFootnote field if non-nil, zero value otherwise.
func (o *EnableLostModeCommand) GetLostModeFootnoteOk() (*string, bool)
GetLostModeFootnoteOk returns a tuple with the LostModeFootnote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnableLostModeCommand) SetLostModeFootnote(v string)
SetLostModeFootnote sets LostModeFootnote field to given value.
func (o *EnableLostModeCommand) HasLostModeFootnote() bool
HasLostModeFootnote returns a boolean if a field has been set.