# FunctionShellActionParam
## Properties
**commands** | **Vec<String>** | Ordered shell commands for the execution environment to run. |
**timeout_ms** | Option<**i32**> | Maximum wall-clock time in milliseconds to allow the shell commands to run. | [optional]
**max_output_length** | Option<**i32**> | Maximum number of UTF-8 characters to capture from combined stdout and stderr output. | [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)