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

Provides struct and type for a ListResourceEventName

# `t`

```elixir
@type t() :: %Polarex.ListResourceEventName{
  items: [Polarex.EventName.t()],
  pagination: Polarex.Pagination.t()
}
```

---

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