RuleCompilationDiagnosticPosition

data class RuleCompilationDiagnosticPosition(val endColumn: Int? = null, val endLine: Int? = null, val startColumn: Int? = null, val startLine: Int? = null)

Constructors

Link copied to clipboard
constructor(endColumn: Int? = null, endLine: Int? = null, startColumn: Int? = null, startLine: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endColumn: Int? = null

(Output) Output only. End column number, beginning at 1.

Link copied to clipboard
val endLine: Int? = null

(Output) Output only. End line number, beginning at 1.

Link copied to clipboard
val startColumn: Int? = null

(Output) Output only. Start column number, beginning at 1.

Link copied to clipboard
val startLine: Int? = null

(Output) Output only. Start line number, beginning at 1.