Name | Type | Description | Notes |
---|---|---|---|
name | str | The function name used in Talang. | |
type | str | The type of this function argument. | |
description | str | A short description of the function. | [optional] |
help | str | Extended help text for the function. | [optional] |
args | list[FuncArgDef] | An array of argument definitions. |