ProtoRune.Tools.Ozone.Moderation.QueryEvents (proto_rune v0.1.1)

Generated schema for main

Description: No description provided.

Summary

Types

@type t() :: %{
  added_labels: [String.t()],
  added_tags: [String.t()],
  comment: String.t(),
  created_after: String.t(),
  created_before: String.t(),
  created_by: String.t(),
  cursor: String.t(),
  has_comment: boolean(),
  include_all_user_records: boolean(),
  limit: integer(),
  removed_labels: [String.t()],
  removed_tags: [String.t()],
  report_types: [String.t()],
  sort_direction: :asc | :desc,
  subject: String.t(),
  types: [String.t()]
}