# `Twilio.Resources.Memory.V1.ControlPlane.Store.TraitGroup`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/memory/v1/control_plane/store/trait_group.ex#L2)

TraitGroup resource.

## Properties

| Field | Description |
|-------|-------------|
| `description` | description of the Trait Group |
| `displayName` | Provides a unique and addressable name to be assigned to this Trait Group |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `traits` | Map of traits that are part of this Trait Group, where the key is the trait name and the value is the trait's definition. |
| `version` | The current version number of the Trait Group. Incremented on each successful update. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Store.TraitGroup{
  description: String.t(),
  displayName: String.t(),
  traits: map(),
  version: integer()
}
```

# `object_name`

---

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