ExStreamClient.Model.ModerationCheckCompletedEvent (ExStreamClient v0.1.11)
View SourceSchema representing a ModerationCheckCompletedEvent
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.ModerationCheckCompletedEvent{ created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()}, entity_id: String.t(), entity_type: String.t(), received_at: (DateTime.t() | integer() | String.t()) | nil, recommended_action: String.t(), review_queue_item_id: String.t(), type: String.t() }