| Name | Type | Description | Notes |
|---|---|---|---|
| color | str | [optional] | |
| computers_count | int | [optional] | |
| description | str | [optional] | |
| enrollment_code | BlueprintsCreateBlueprint201ResponseEnrollmentCode | [optional] | |
| icon | str | [optional] | |
| id | str | [optional] | |
| missing_computers_count | int | [optional] | |
| name | str | [optional] | |
| params | object | [optional] |
from kandji.models.blueprints_update_blueprint200_response import BlueprintsUpdateBlueprint200Response
# TODO update the JSON string below
json = "{}"
# create an instance of BlueprintsUpdateBlueprint200Response from a JSON string
blueprints_update_blueprint200_response_instance = BlueprintsUpdateBlueprint200Response.from_json(json)
# print the JSON string representation of the object
print(BlueprintsUpdateBlueprint200Response.to_json())
# convert the object into a dict
blueprints_update_blueprint200_response_dict = blueprints_update_blueprint200_response_instance.to_dict()
# create an instance of BlueprintsUpdateBlueprint200Response from a dict
blueprints_update_blueprint200_response_from_dict = BlueprintsUpdateBlueprint200Response.from_dict(blueprints_update_blueprint200_response_dict)