Skip to content

Latest commit

History

History
29 lines (20 loc) · 810 Bytes

File metadata and controls

29 lines (20 loc) · 810 Bytes

IconModel

Properties

NameTypeDescriptionNotes
contentstr

Example

fromrevengai.models.icon_modelimportIconModel# TODO update the JSON string belowjson="{}"# create an instance of IconModel from a JSON stringicon_model_instance=IconModel.from_json(json)
# print the JSON string representation of the objectprint(IconModel.to_json())
# convert the object into a dicticon_model_dict=icon_model_instance.to_dict()
# create an instance of IconModel from a dicticon_model_from_dict=IconModel.from_dict(icon_model_dict)

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