Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.81 KB

File metadata and controls

32 lines (23 loc) · 1.81 KB

AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseBlueprint

Properties

Name Type Description Notes
color str [optional]
icon str [optional]
id str [optional]
name str [optional]

Example

from kandji.models.automated_device_enrollment_integrations_create_ade_integration200_response_blueprint import AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseBlueprint

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

# convert the object into a dict
automated_device_enrollment_integrations_create_ade_integration200_response_blueprint_dict = automated_device_enrollment_integrations_create_ade_integration200_response_blueprint_instance.to_dict()
# create an instance of AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseBlueprint from a dict
automated_device_enrollment_integrations_create_ade_integration200_response_blueprint_from_dict = AutomatedDeviceEnrollmentIntegrationsCreateAdeIntegration200ResponseBlueprint.from_dict(automated_device_enrollment_integrations_create_ade_integration200_response_blueprint_dict)

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