HookRule

constructor(priority: Int = 0, subOrder: Int = 0, condition: ConditionNode? = null, thenActions: List<ActionNode> = emptyList(), elseActions: List<ActionNode> = emptyList(), tags: Set<String> = emptySet())