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

Import resource.

Mapping of a CSV header column to the trait fields

## Properties

| Field | Description |
|-------|-------------|
| `columnName` | The name of the column in the CSV header |
| `traitGroup` | The trait group to which this trait belongs |
| `traitName` | The name of the trait in the trait group |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Import{
  columnName: String.t(),
  traitGroup: String.t(),
  traitName: String.t()
}
```

# `object_name`

---

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