class Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation

Location of a finding within a document.

Attributes

file_offset[RW]

Offset of the line, from the beginning of the file, where the finding is located. Corresponds to the JSON property `fileOffset` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 2153
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 2158
def update!(**args)
  @file_offset = args[:file_offset] if args.key?(:file_offset)
end