Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Results of inspecting an item.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult
All the findings for a single scanned item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectContentResponse
constructor
A new instance of GooglePrivacyDlpV2InspectContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectContentResponse
Returns a new instance of GooglePrivacyDlpV2InspectContentResponse
2840 2841 2842 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 2840 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult
All the findings for a single scanned item.
Corresponds to the JSON property result
2838 2839 2840 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 2838 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2845 2846 2847 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 2845 def update!(**args) @result = args[:result] if args.key?(:result) end |