ModEventTag

data class ModEventTag(val add: ReadOnlyList<String>, val remove: ReadOnlyList<String>, val comment: String? = null)

Add/Remove a tag on a subject

Constructors

Link copied to clipboard
constructor(add: ReadOnlyList<String>, remove: ReadOnlyList<String>, comment: String? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val comment: String? = null

Additional comment about added/removed tags.

Link copied to clipboard

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