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

DataMapping resource.

## Properties

| Field | Description |
|-------|-------------|
| `createdAt` | The ISO 8601 timestamp when the  data mapping was created.. Format: date-time |
| `description` | A human readable description of this resource, up to 512 characters. |
| `id` | The unique identifier for the data mapping. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `isEnabled` | Flag indicating whether the data mapping is active. When true, data will be ingested and mapped according to the configuration. When false, the data mapping will be inactive and no data will be ingested into the Memory Store. |
| `updatedAt` | The ISO 8601 timestamp when the data mapping was last updated.. Format: date-time |
| `version` | The current version number of the DataMapping. Incremented on each successful update. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Store.DataMapping{
  createdAt: String.t(),
  description: String.t(),
  displayName: String.t(),
  id: String.t(),
  isEnabled: boolean(),
  mappingFrom: String.t(),
  mappingTo: String.t(),
  updatedAt: String.t(),
  version: integer()
}
```

# `object_name`

---

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