Schema representing a BlockListResponse
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@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()] }