Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.73 KB

File metadata and controls

30 lines (21 loc) · 1.73 KB

AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseDefaults

Properties

Name Type Description Notes
email str [optional]
phone str [optional]

Example

from kandji.models.automated_device_enrollment_integrations_create_ade_integration200_response_defaults import AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseDefaults

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

# convert the object into a dict
automated_device_enrollment_integrations_create_ade_integration200_response_defaults_dict = automated_device_enrollment_integrations_create_ade_integration200_response_defaults_instance.to_dict()
# create an instance of AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseDefaults from a dict
automated_device_enrollment_integrations_create_ade_integration200_response_defaults_from_dict = AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseDefaults.from_dict(automated_device_enrollment_integrations_create_ade_integration200_response_defaults_dict)

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