Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.86 KB

File metadata and controls

32 lines (23 loc) · 1.86 KB

AutomatedDeviceEnrollmentIntegrationsListDevicesAssociatedToAdeToken200Response

Properties

Name Type Description Notes
count int [optional]
next str [optional]
previous object [optional]
results object [optional]

Example

from kandji.models.automated_device_enrollment_integrations_list_devices_associated_to_ade_token200_response import AutomatedDeviceEnrollmentIntegrationsListDevicesAssociatedToAdeToken200Response

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

# convert the object into a dict
automated_device_enrollment_integrations_list_devices_associated_to_ade_token200_response_dict = automated_device_enrollment_integrations_list_devices_associated_to_ade_token200_response_instance.to_dict()
# create an instance of AutomatedDeviceEnrollmentIntegrationsListDevicesAssociatedToAdeToken200Response from a dict
automated_device_enrollment_integrations_list_devices_associated_to_ade_token200_response_from_dict = AutomatedDeviceEnrollmentIntegrationsListDevicesAssociatedToAdeToken200Response.from_dict(automated_device_enrollment_integrations_list_devices_associated_to_ade_token200_response_dict)

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