RuleResult

Represents the result of a single rule within a configuration check.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of what the rule validates.

Link copied to clipboard
val id: String?

The unique identifier of the rule result.

Link copied to clipboard

A message providing details about the rule result.

Link copied to clipboard

Additional metadata associated with the rule result.

Link copied to clipboard

The status of the rule result.

Functions

Link copied to clipboard
inline fun copy(block: RuleResult.Builder.() -> Unit = {}): RuleResult
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