| Name | Type | Description | Notes |
|---|
| source | str | | |
| vaddr | int | | |
| value | str | | |
fromrevengai.models.function_string_itemimportFunctionStringItem# TODO update the JSON string belowjson="{}"# create an instance of FunctionStringItem from a JSON stringfunction_string_item_instance=FunctionStringItem.from_json(json)
# print the JSON string representation of the objectprint(FunctionStringItem.to_json())
# convert the object into a dictfunction_string_item_dict=function_string_item_instance.to_dict()
# create an instance of FunctionStringItem from a dictfunction_string_item_from_dict=FunctionStringItem.from_dict(function_string_item_dict)[Back to Model list][Back to API list][Back to README]