RuleSetConfig

class RuleSetConfig(val id: RuleSetId, val enablement: Enablement)

Rule set configuration before database-specific overrides are applied.

Constructors

Link copied to clipboard
constructor(id: RuleSetId, enablement: Enablement)

Properties

Link copied to clipboard

Configured rule set enablement.

Link copied to clipboard

Rule set ID.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String