Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.35 KB

File metadata and controls

30 lines (21 loc) · 1.35 KB

DeviceInformationGetDeviceParameters200Response

Properties

Name Type Description Notes
device_id str [optional]
parameters object [optional]

Example

from kandji.models.device_information_get_device_parameters200_response import DeviceInformationGetDeviceParameters200Response

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

# convert the object into a dict
device_information_get_device_parameters200_response_dict = device_information_get_device_parameters200_response_instance.to_dict()
# create an instance of DeviceInformationGetDeviceParameters200Response from a dict
device_information_get_device_parameters200_response_from_dict = DeviceInformationGetDeviceParameters200Response.from_dict(device_information_get_device_parameters200_response_dict)

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