View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients (google_api_dataplex v0.15.0)

The individuals or groups who are designated to receive notifications upon triggers.

Attributes

  • emails (type: list(String.t), default: nil) - Optional. The email recipients who will receive the DataQualityScan results report.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients{
    emails: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.