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

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

Attributes

  • columnProfile (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile.t, default: nil) - Column data profile column
  • tableProfile (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile.t, default: nil) - Table data profile column

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileBigQueryRowSchema{
  columnProfile:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile.t() | nil,
  tableProfile:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.