CodePosition

CodePosition represents a code location.

JSON representation
{
  "line": integer,
  "byteOffset": integer,
  "column": integer
}
Fields
line

integer

Output only. One-based line count of the relevant position.

byteOffset

integer

Output only. Byte offset in the content.

column

integer

Output only. One-based column count of the relevant position.