ExStreamClient.Model.QueryBannedUsersPayload (ExStreamClient v0.1.7)
View SourceSchema representing a QueryBannedUsersPayload
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.QueryBannedUsersPayload{ exclude_expired_bans: boolean() | nil, filter_conditions: %{optional(String.t()) => any()}, limit: integer() | nil, offset: integer() | nil, sort: [ExStreamClient.Model.SortParamRequest.t()] | nil, user: ExStreamClient.Model.UserRequest.t() | nil, user_id: String.t() | nil }