Class DocumentLocation (2.0.1)

DocumentLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Location of a finding within a document.

Attribute

NameDescription
file_offset int
Offset of the line, from the beginning of the file, where the finding is located.

Inheritance

builtins.object > proto.message.Message > DocumentLocation