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 details the `DataProfileAction` class within the `Google.Cloud.Dlp.V2` namespace, specifically focusing on version 3.5.0 of the library, with links to past versions as well."],["`DataProfileAction` is a class that executes a task after a data profile is generated and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataProfileAction` class has two constructors: a default constructor and one that takes another `DataProfileAction` object as a parameter for copying."],["The `DataProfileAction` class offers properties such as `ActionCase`, `ExportData`, and `PubSubNotification` for specifying actions to take upon data profile generation, like exporting or sending a message to Pub/Sub."],["The latest version, 4.16.0, is a link that is available alongside a multitude of previous versions of the class."]]],[]]