| Name | Type | Description | Notes |
|---|
| string | str | String literal | |
| virtual_address | int | Virtual address at which this string is defined. | |
fromrevengai.models.add_user_string_input_bodyimportAddUserStringInputBody# TODO update the JSON string belowjson="{}"# create an instance of AddUserStringInputBody from a JSON stringadd_user_string_input_body_instance=AddUserStringInputBody.from_json(json)
# print the JSON string representation of the objectprint(AddUserStringInputBody.to_json())
# convert the object into a dictadd_user_string_input_body_dict=add_user_string_input_body_instance.to_dict()
# create an instance of AddUserStringInputBody from a dictadd_user_string_input_body_from_dict=AddUserStringInputBody.from_dict(add_user_string_input_body_dict)[Back to Model list][Back to API list][Back to README]