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

Schema representing a ModerationDashboardPreferences

# `t`

```elixir
@type t() :: %ExStreamClient.Model.ModerationDashboardPreferences{
  allowed_moderation_action_reasons: [String.t()] | nil,
  async_review_queue_upsert: boolean() | nil,
  disable_audit_logs: boolean() | nil,
  disable_flagging_reviewed_entity: boolean() | nil,
  escalation_queue_enabled: boolean() | nil,
  escalation_reasons: [String.t()] | nil,
  flag_user_on_flagged_content: boolean() | nil,
  include_attachment_payload: boolean() | nil,
  keyframe_classifications_map:
    %{optional(String.t()) =&gt; %{optional(String.t()) =&gt; boolean()}} | nil,
  media_queue_blur_enabled: boolean() | nil,
  overview_dashboard: ExStreamClient.Model.OverviewDashboardConfig.t() | nil
}
```

# `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*
