# `Twilio.Resources.Memory.V1.Store.Profile.Trait`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/memory/v1/store/profile/trait.ex#L2)

Trait resource.

Full metadata about a trait, beyond the name value pair.

## Properties

| Field | Description |
|-------|-------------|
| `name` | The name of the trait. |
| `timestamp` | The time the trait was created or last updated.. Format: date-time |
| `traitGroup` | The trait group name to which this trait belongs. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Trait{
  name: String.t(),
  timestamp: String.t(),
  traitGroup: String.t(),
  value: String.t()
}
```

# `object_name`

---

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