| Name | Type | Description | Notes |
|---|---|---|---|
| device_id | str | [optional] | |
| lost_mode | DeviceInformationGetDeviceLostModeDetails200ResponseLostMode | [optional] |
from kandji.models.device_information_get_device_lost_mode_details200_response import DeviceInformationGetDeviceLostModeDetails200Response
# TODO update the JSON string below
json = "{}"
# create an instance of DeviceInformationGetDeviceLostModeDetails200Response from a JSON string
device_information_get_device_lost_mode_details200_response_instance = DeviceInformationGetDeviceLostModeDetails200Response.from_json(json)
# print the JSON string representation of the object
print(DeviceInformationGetDeviceLostModeDetails200Response.to_json())
# convert the object into a dict
device_information_get_device_lost_mode_details200_response_dict = device_information_get_device_lost_mode_details200_response_instance.to_dict()
# create an instance of DeviceInformationGetDeviceLostModeDetails200Response from a dict
device_information_get_device_lost_mode_details200_response_from_dict = DeviceInformationGetDeviceLostModeDetails200Response.from_dict(device_information_get_device_lost_mode_details200_response_dict)