# `Twilio.Resources.Flex.V1.Insight.QualityManagement.Setting.CommentTag`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/flex/v1/insight/quality_management/setting/comment_tag.ex#L2)

CommentTag resource.

## 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 Flex Insights resource and owns this resource. |
| `url` | Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Flex.V1.Insight.QualityManagement.Setting.CommentTag{
  account_sid: String.t() | nil,
  comments: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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