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

Day resource.

Parent: `/Exports/{ResourceType}`

## Properties

| Field | Description |
|-------|-------------|
| `create_date` | The ISO 8601 format date when resources is created |
| `day` | The ISO 8601 format date of the resources in the file, for a UTC day |
| `friendly_name` | The friendly name specified when creating the job |
| `resource_type` | The type of communication – Messages, Calls, Conferences, and Participants |
| `size` | The size of the day's data file in bytes |

# `t`

```elixir
@type t() :: %Twilio.Resources.Bulkexports.V1.Export.Day{
  create_date: String.t() | nil,
  day: String.t() | nil,
  friendly_name: String.t() | nil,
  resource_type: String.t() | nil,
  size: integer()
}
```

# `object_name`

---

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