ExStreamClient.Model.ModerationDashboardPreferences (ExStreamClient v0.2.0)

Copy Markdown View Source

Schema representing a ModerationDashboardPreferences

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

t()

@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()) => %{optional(String.t()) => boolean()}} | nil,
  media_queue_blur_enabled: boolean() | nil,
  overview_dashboard: ExStreamClient.Model.OverviewDashboardConfig.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()