RuleSetUpdated

@Serializable
data class RuleSetUpdated(val ruleSet: RuleSet) : PreloadEvent(source)

Upsert. Currently, it is only emitted when a rule set added.

Official doc

Constructors

Link copied to clipboard
constructor(ruleSet: RuleSet)

Properties

Link copied to clipboard