ProtoRune.Tools.Ozone.Moderation.Defs.ModEventTag (proto_rune v0.1.1)

Generated schema for modEventTag

Description: Add/Remove a tag on a subject

Summary

Types

@type t() :: %ProtoRune.Tools.Ozone.Moderation.Defs.ModEventTag{
  add: [String.t()],
  comment: String.t(),
  remove: [String.t()]
}