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

Configuration resource.

## Properties

| Field | Description |
|-------|-------------|
| `enabled` | If true, Twilio will automatically generate every day's file when the day is over. |
| `resource_type` | The type of communication – Messages, Calls, Conferences, and Participants |
| `url` | The URL of this resource.. Format: uri |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `webhook_method` | Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url |
| `webhook_url` | Stores the URL destination for the method specified in webhook_method.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Bulkexports.V1.Export.Configuration{
  enabled: boolean() | nil,
  resource_type: String.t() | nil,
  url: String.t() | nil,
  webhook_method: String.t() | nil,
  webhook_url: String.t() | nil
}
```

# `object_name`

---

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