CodePosition represents a code location.
| JSON representation |
|---|
{ "line": integer, "byteOffset": integer, "column": integer } |
| Fields | |
|---|---|
line |
Output only. One-based line count of the relevant position. |
byteOffset |
Output only. Byte offset in the content. |
column |
Output only. One-based column count of the relevant position. |