Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.66 KB

File metadata and controls

30 lines (21 loc) · 1.66 KB

AutomatedDeviceEnrollmentIntegrationsGetAdeDevice200ResponseDepAccount

Properties

Name Type Description Notes
id str [optional]
server_name str [optional]

Example

from kandji.models.automated_device_enrollment_integrations_get_ade_device200_response_dep_account import AutomatedDeviceEnrollmentIntegrationsGetAdeDevice200ResponseDepAccount

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

# convert the object into a dict
automated_device_enrollment_integrations_get_ade_device200_response_dep_account_dict = automated_device_enrollment_integrations_get_ade_device200_response_dep_account_instance.to_dict()
# create an instance of AutomatedDeviceEnrollmentIntegrationsGetAdeDevice200ResponseDepAccount from a dict
automated_device_enrollment_integrations_get_ade_device200_response_dep_account_from_dict = AutomatedDeviceEnrollmentIntegrationsGetAdeDevice200ResponseDepAccount.from_dict(automated_device_enrollment_integrations_get_ade_device200_response_dep_account_dict)

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