# FunctionDoc
## Properties
**details** | Option<**String**> | A description of the function | [optional]
**params** | Option<**std::collections::HashMap<String, String>**> | A description of the function parameters | [optional]
**returns** | Option<**std::collections::HashMap<String, String>**> | A description of the function return values. only for read functions | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)