public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage
A task to execute when a data profile has been generated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `DataProfileAction` class within the `Google.Cloud.Dlp.V2` namespace, detailing its purpose, inheritance, and implementation of various interfaces."],["The `DataProfileAction` class is designed to execute a task after a data profile has been generated, offering functionalities like exporting data and sending notifications."],["The documentation lists various versions of the library, ranging from version 4.16.0 (latest) down to 2.15.0, allowing users to access the specific version's information they need."],["The `DataProfileAction` class has properties such as `ActionCase`, `ExportData`, and `PubSubNotification`, which control how data profiles are exported or how notifications are sent."],["`DataProfileAction` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it can be constructed with the default constructor or by copying an existing instance."]]],[]]