Values.RangeSourceIdentifies where the sensitive data begins and ends.
type nonrec t = {start : Long.t option;The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
*)end_ : Long.t option;The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
*)startColumn : Long.t option;In the line where the sensitive data starts, the column within the line where the sensitive data starts.
*)}