| Name | Type | Description | Notes |
|---|---|---|---|
| commands | BlueprintsListBlueprints200Response | [optional] | |
| device_id | str | [optional] |
from kandji.models.device_actions_get_device_commands200_response import DeviceActionsGetDeviceCommands200Response
# TODO update the JSON string below
json = "{}"
# create an instance of DeviceActionsGetDeviceCommands200Response from a JSON string
device_actions_get_device_commands200_response_instance = DeviceActionsGetDeviceCommands200Response.from_json(json)
# print the JSON string representation of the object
print(DeviceActionsGetDeviceCommands200Response.to_json())
# convert the object into a dict
device_actions_get_device_commands200_response_dict = device_actions_get_device_commands200_response_instance.to_dict()
# create an instance of DeviceActionsGetDeviceCommands200Response from a dict
device_actions_get_device_commands200_response_from_dict = DeviceActionsGetDeviceCommands200Response.from_dict(device_actions_get_device_commands200_response_dict)