ModEventTag

constructor(add: List<String>, remove: List<String>, comment: String? = null)

Parameters

add

Tags to be added to the subject. If already exists, won't be duplicated.

remove

Tags to be removed to the subject. Ignores a tag If it doesn't exist, won't be duplicated.

comment

Additional comment about added/removed tags.