class Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse

Results of inspecting an item.

Attributes

result[RW]

All the findings for a single scanned item. Corresponds to the JSON property `result` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 3225
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 3230
def update!(**args)
  @result = args[:result] if args.key?(:result)
end