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

The infoType details for this column.

Attributes

  • estimatedPrevalence (type: integer(), default: nil) - Not populated for predicted infotypes.
  • infoType (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default: nil) - The infoType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.