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

Revision resource.

A transient and mutable observation memory associated with a profile.

## Properties

| Field | Description |
|-------|-------------|
| `content` | The main content of the observation. |
| `conversationIds` | Array of conversation IDs associated with this observation. |
| `createdAt` | The timestamp when the observation was created.. Format: date-time |
| `occurredAt` | The timestamp when the observation originally occurred.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `source` | The source system that generated this observation. Allows letters, numbers, spaces, and URL-safe symbols. Excludes URL-unsafe characters like quotes, angle brackets, and control characters. |
| `updatedAt` | The timestamp when the observation was last updated.. Format: date-time |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Observation.Revision{
  content: String.t(),
  conversationIds: list(),
  createdAt: String.t(),
  id: String.t(),
  occurredAt: String.t(),
  source: String.t(),
  updatedAt: String.t()
}
```

# `object_name`

---

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