# UiContainer
## Properties
**action** | **String** | Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`. |
**messages** | Option<[**Vec<models::UiText>**](uiText.md)> | | [optional]
**method** | **String** | Method is the form method (e.g. POST) |
**nodes** | [**Vec<models::UiNode>**](uiNode.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)