# `ExStreamClient.Model.BlockListResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/block_list_response.ex#L1)

Schema representing a BlockListResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.BlockListResponse{
  created_at: (DateTime.t() | integer() | String.t()) | nil,
  id: String.t() | nil,
  is_leet_check_enabled: boolean(),
  is_plural_check_enabled: boolean(),
  name: String.t(),
  team: String.t() | nil,
  type: String.t(),
  updated_at: (DateTime.t() | integer() | String.t()) | nil,
  words: [String.t()]
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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