# `Twilio.Resources.Bulkexports.V1.Export`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/bulkexports/v1/export.ex#L2)

Export resource.

## Sub-resources
- `days` — `/v1/Exports/{resource_type}/Days`
- `export_custom_jobs` — `/v1/Exports/{resource_type}/Jobs`

## Properties

| Field | Description |
|-------|-------------|
| `links` | Contains a dictionary of URL links to nested resources of this Export.. Format: uri-map |
| `resource_type` | The type of communication – Messages, Calls, Conferences, and Participants |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Bulkexports.V1.Export{
  links: map() | nil,
  resource_type: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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