| Name | Type | Description | Notes |
|---|
| d_type | str | | |
| loc | str | | |
| addr | str | | |
| length | int | | |
| name | str | | |
fromrevengai.models.function_param_responseimportFunctionParamResponse# TODO update the JSON string belowjson="{}"# create an instance of FunctionParamResponse from a JSON stringfunction_param_response_instance=FunctionParamResponse.from_json(json)
# print the JSON string representation of the objectprint(FunctionParamResponse.to_json())
# convert the object into a dictfunction_param_response_dict=function_param_response_instance.to_dict()
# create an instance of FunctionParamResponse from a dictfunction_param_response_from_dict=FunctionParamResponse.from_dict(function_param_response_dict)[Back to Model list][Back to API list][Back to README]