# `Twilio.Resources.Trunking.V1.Trunk.OriginationUrl`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/trunking/v1/trunk/origination_url.ex#L2)

Network element entry points into your communications infrastructure

SID prefix: `OU`

Parent: `/Trunks/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OriginationUrl resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time |
| `enabled` | Whether the URL is enabled. The default is `true`. |
| `friendly_name` | The string that you assigned to describe the resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `priority` | The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. |
| `sid` | The unique string that we created to identify the OriginationUrl resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `sip_url` | The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema.. Format: uri. PII: standard |
| `trunk_sid` | The SID of the Trunk that owns the Origination URL. |
| `url` | The absolute URL of the resource.. Format: uri |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `weight` | The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Trunking.V1.Trunk.OriginationUrl{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  enabled: boolean() | nil,
  friendly_name: String.t() | nil,
  priority: integer(),
  sid: String.t() | nil,
  sip_url: String.t() | nil,
  trunk_sid: String.t() | nil,
  url: String.t() | nil,
  weight: integer()
}
```

# `object_name`

# `sid_prefix`

---

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