# `Ory.Model.UiContainer`

Container represents a HTML Form. The container can work with both HTTP Form and JSON requests

# `t`

```elixir
@type t() :: %Ory.Model.UiContainer{
  action: String.t(),
  messages: [Ory.Model.UiText.t()] | nil,
  method: String.t(),
  nodes: [Ory.Model.UiNode.t()]
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
