Types

Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventAcknowledge")
value class Acknowledge(val value: ModEventAcknowledge) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventComment")
value class Comment(val value: ModEventComment) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventEmail")
value class Email(val value: ModEventEmail) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventEscalate")
value class Escalate(val value: ModEventEscalate) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventLabel")
value class Label(val value: ModEventLabel) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventMute")
value class Mute(val value: ModEventMute) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventReport")
value class Report(val value: ModEventReport) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventReverseTakedown")
value class ReverseTakedown(val value: ModEventReverseTakedown) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventTag")
value class Tag(val value: ModEventTag) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventTakedown")
value class Takedown(val value: ModEventTakedown) : EmitEventRequestEventUnion
Link copied to clipboard
@SerialName(value = "tools.ozone.moderation.defs#modEventUnmute")
value class Unmute(val value: ModEventUnmute) : EmitEventRequestEventUnion