Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Results of inspecting an item.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectResult
All the findings for a single scanned item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2InspectContentResponse
constructor
A new instance of GooglePrivacyDlpV2beta2InspectContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2InspectContentResponse
Returns a new instance of GooglePrivacyDlpV2beta2InspectContentResponse
3705 3706 3707 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3705 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectResult
All the findings for a single scanned item.
Corresponds to the JSON property result
3703 3704 3705 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3703 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3710 3711 3712 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3710 def update!(**args) @result = args[:result] if args.key?(:result) end |