# `Twilio.Resources.Trusthub.V1.EndUserType`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/trusthub/v1/end_user_type.ex#L2)

EndUserType resource.

SID prefix: `OY`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `fields` | The required information for creating an End-User. The required fields will change as regulatory needs change and will differ for businesses and individuals. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `friendly_name` | A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `machine_name` | A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc. |
| `sid` | The unique string that identifies the End-User Type resource. |
| `url` | The absolute URL of the End-User Type resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Trusthub.V1.EndUserType{
  fields: list() | nil,
  friendly_name: String.t() | nil,
  machine_name: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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