# `PolarExpress.Schemas.DownloadableRead`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/downloadable_read.ex#L2)

DownloadableRead

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.DownloadableRead{
  benefit_id: String.t() | nil,
  file: PolarExpress.Schemas.FileDownload.t() | nil,
  id: String.t() | nil
}
```

* `benefit_id` - Format: uuid4.
* `file`
* `id` - Format: uuid4.

# `schema_name`

---

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