Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.7 KB

File metadata and controls

30 lines (21 loc) · 1.7 KB

DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation

Properties

Name Type Description Notes
latitude str [optional]
longitude str [optional]

Example

from kandji.models.device_information_get_device_lost_mode_details200_response_lost_mode_last_location import DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation

# TODO update the JSON string below
json = "{}"
# create an instance of DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation from a JSON string
device_information_get_device_lost_mode_details200_response_lost_mode_last_location_instance = DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation.from_json(json)
# print the JSON string representation of the object
print(DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation.to_json())

# convert the object into a dict
device_information_get_device_lost_mode_details200_response_lost_mode_last_location_dict = device_information_get_device_lost_mode_details200_response_lost_mode_last_location_instance.to_dict()
# create an instance of DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation from a dict
device_information_get_device_lost_mode_details200_response_lost_mode_last_location_from_dict = DeviceInformationGetDeviceLostModeDetails200ResponseLostModeLastLocation.from_dict(device_information_get_device_lost_mode_details200_response_lost_mode_last_location_dict)

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