Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.15 KB

DeviceInformationGetDeviceLostModeDetails200Response.md

File metadata and controls

82 lines (45 loc) · 3.15 KB

DeviceInformationGetDeviceLostModeDetails200Response

Properties

Name Type Description Notes
DeviceId Pointer to string [optional]
LostMode Pointer to DeviceInformationGetDeviceDetails200ResponseLostMode [optional]

Methods

NewDeviceInformationGetDeviceLostModeDetails200Response

func NewDeviceInformationGetDeviceLostModeDetails200Response() *DeviceInformationGetDeviceLostModeDetails200Response

NewDeviceInformationGetDeviceLostModeDetails200Response instantiates a new DeviceInformationGetDeviceLostModeDetails200Response 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

NewDeviceInformationGetDeviceLostModeDetails200ResponseWithDefaults

func NewDeviceInformationGetDeviceLostModeDetails200ResponseWithDefaults() *DeviceInformationGetDeviceLostModeDetails200Response

NewDeviceInformationGetDeviceLostModeDetails200ResponseWithDefaults instantiates a new DeviceInformationGetDeviceLostModeDetails200Response 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

GetDeviceId

func (o *DeviceInformationGetDeviceLostModeDetails200Response) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *DeviceInformationGetDeviceLostModeDetails200Response) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *DeviceInformationGetDeviceLostModeDetails200Response) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *DeviceInformationGetDeviceLostModeDetails200Response) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetLostMode

func (o *DeviceInformationGetDeviceLostModeDetails200Response) GetLostMode() DeviceInformationGetDeviceDetails200ResponseLostMode

GetLostMode returns the LostMode field if non-nil, zero value otherwise.

GetLostModeOk

func (o *DeviceInformationGetDeviceLostModeDetails200Response) GetLostModeOk() (*DeviceInformationGetDeviceDetails200ResponseLostMode, bool)

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

SetLostMode

func (o *DeviceInformationGetDeviceLostModeDetails200Response) SetLostMode(v DeviceInformationGetDeviceDetails200ResponseLostMode)

SetLostMode sets LostMode field to given value.

HasLostMode

func (o *DeviceInformationGetDeviceLostModeDetails200Response) HasLostMode() bool

HasLostMode returns a boolean if a field has been set.

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