# `Twilio.Resources.Voice.V1.Settings`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/voice/v1/settings.ex#L2)

Settings resource.

Parent: `/DialingPermissions`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `dialing_permissions_inheritance` | `true` if the sub-account will inherit voice dialing permissions from the Master Project; otherwise `false`. |
| `url` | The absolute URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Voice.V1.Settings{
  dialing_permissions_inheritance: boolean() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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