# `Twilio.Resources.Routes.V2.Trunk`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/routes/v2/trunk.ex#L2)

Trunk resource.

SID prefix: `QQ`

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date that this SIP Trunk was assigned an Inbound Processing Region, given in ISO 8601 format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date that the Inbound Processing Region was updated for this SIP Trunk, given in ISO 8601 format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `friendly_name` | A human readable description of the Inbound Processing Region assignments for this SIP Trunk, up to 64 characters. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `sid` | A 34 character string that uniquely identifies the Inbound Processing Region assignments for this SIP Trunk. |
| `sip_trunk_domain` | The absolute URL of the SIP Trunk |
| `url` | The absolute URL of the resource.. Format: uri |
| `voice_region` | The Inbound Processing Region used for this SIP Trunk for voice. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Routes.V2.Trunk{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  friendly_name: String.t() | nil,
  sid: String.t() | nil,
  sip_trunk_domain: String.t() | nil,
  url: String.t() | nil,
  voice_region: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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