Skip to content

Latest commit

History

History
33 lines (24 loc) · 1.16 KB

File metadata and controls

33 lines (24 loc) · 1.16 KB

FunctionLocalVariableResponse

Properties

NameTypeDescriptionNotes
addressstr
d_typestr
sizeint
locstr
namestr

Example

fromrevengai.models.function_local_variable_responseimportFunctionLocalVariableResponse# TODO update the JSON string belowjson="{}"# create an instance of FunctionLocalVariableResponse from a JSON stringfunction_local_variable_response_instance=FunctionLocalVariableResponse.from_json(json)
# print the JSON string representation of the objectprint(FunctionLocalVariableResponse.to_json())
# convert the object into a dictfunction_local_variable_response_dict=function_local_variable_response_instance.to_dict()
# create an instance of FunctionLocalVariableResponse from a dictfunction_local_variable_response_from_dict=FunctionLocalVariableResponse.from_dict(function_local_variable_response_dict)

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