# `Twilio.Resources.Verify.V2.Form`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/verify/v2/form.ex#L2)

Form resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `form_meta` | Additional information for the available forms for this type. E.g. The separator string used for `binding` in a Factor push. |
| `form_type` | The Type of this Form. Currently only `form-push` is supported.. Values: `form-push` |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `forms` | Object that contains the available forms for this type. This available forms are given in the standard [JSON Schema](https://json-schema.org/) format |
| `url` | The URL to access the forms for this type.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Verify.V2.Form{
  form_meta: String.t() | nil,
  form_type: String.t(),
  forms: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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