ExStreamClient.Model.AsyncBulkImageModerationEvent (ExStreamClient v0.1.11)
View SourceSchema representing a AsyncBulkImageModerationEvent
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.AsyncBulkImageModerationEvent{ created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()}, finished_at: DateTime.t() | integer() | String.t(), received_at: (DateTime.t() | integer() | String.t()) | nil, started_at: DateTime.t() | integer() | String.t(), task_id: String.t(), type: String.t(), url: String.t() }