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

Infotype details for other infoTypes found within a column.

Attributes

  • estimatedPrevalence (type: integer(), default: nil) - Approximate percentage of non-null rows that contained data detected by this infotype.
  • excludedFromAnalysis (type: boolean(), default: nil) - Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).
  • infoType (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default: nil) - The other infoType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherInfoTypeSummary{
  estimatedPrevalence: integer() | nil,
  excludedFromAnalysis: boolean() | nil,
  infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.