View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileAction (google_api_dlp v0.46.0)

A task to execute when a data profile has been generated.

Attributes

  • exportData (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Export.t, default: nil) - Export data profiles into a provided location.
  • pubSubNotification (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubNotification.t, default: nil) - Publish a message into the Pub/Sub topic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileAction{
  exportData: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Export.t() | nil,
  pubSubNotification:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubNotification.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.