View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeSummary (google_api_dlp v0.53.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.