Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

File metadata and controls

29 lines (20 loc) · 1.13 KB

DeviceActionsLockDevice200Response

Properties

Name Type Description Notes
pin str [optional]

Example

from kandji.models.device_actions_lock_device200_response import DeviceActionsLockDevice200Response

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

# convert the object into a dict
device_actions_lock_device200_response_dict = device_actions_lock_device200_response_instance.to_dict()
# create an instance of DeviceActionsLockDevice200Response from a dict
device_actions_lock_device200_response_from_dict = DeviceActionsLockDevice200Response.from_dict(device_actions_lock_device200_response_dict)

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