Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.38 KB

File metadata and controls

30 lines (21 loc) · 1.38 KB

BlueprintsCreateBlueprint201ResponseEnrollmentCode

Properties

Name Type Description Notes
code str [optional]
is_active int [optional]

Example

from kandji.models.blueprints_create_blueprint201_response_enrollment_code import BlueprintsCreateBlueprint201ResponseEnrollmentCode

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

# convert the object into a dict
blueprints_create_blueprint201_response_enrollment_code_dict = blueprints_create_blueprint201_response_enrollment_code_instance.to_dict()
# create an instance of BlueprintsCreateBlueprint201ResponseEnrollmentCode from a dict
blueprints_create_blueprint201_response_enrollment_code_from_dict = BlueprintsCreateBlueprint201ResponseEnrollmentCode.from_dict(blueprints_create_blueprint201_response_enrollment_code_dict)

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