Class: Google::Cloud::Dlp::V2::ActionDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The results of an Action.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_details::Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails

Returns Outcome of a de-identification action.

Returns:



1102
1103
1104
1105
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1102

class ActionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end