# `Polarex.DownloadableRead`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/downloadable_read.ex#L1)

Provides struct and type for a DownloadableRead

# `t`

```elixir
@type t() :: %Polarex.DownloadableRead{
  benefit_id: String.t(),
  file: Polarex.FileDownload.t(),
  id: String.t()
}
```

---

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