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

Setting resource.

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
| `advanced_features` | A boolean flag indicating whether Advanced Features for Voice Insights are enabled. |
| `url` | The URL of this resource.. Format: uri |
| `voice_trace` | A boolean flag indicating whether Voice Trace is enabled. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Insights.V1.Voice.Setting{
  account_sid: String.t() | nil,
  advanced_features: boolean() | nil,
  url: String.t() | nil,
  voice_trace: boolean() | nil
}
```

# `object_name`

---

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