Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

File metadata and controls

30 lines (21 loc) · 1.41 KB

DeviceInformationGetDeviceDetails200ResponseCellular

Properties

Name Type Description Notes
imei str [optional]
meid str [optional]

Example

from kandji.models.device_information_get_device_details200_response_cellular import DeviceInformationGetDeviceDetails200ResponseCellular

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

# convert the object into a dict
device_information_get_device_details200_response_cellular_dict = device_information_get_device_details200_response_cellular_instance.to_dict()
# create an instance of DeviceInformationGetDeviceDetails200ResponseCellular from a dict
device_information_get_device_details200_response_cellular_from_dict = DeviceInformationGetDeviceDetails200ResponseCellular.from_dict(device_information_get_device_details200_response_cellular_dict)

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