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

A collection that informs the user the number of times a particular TransformationResultCode and error details occurred.

Attributes

  • code (type: String.t, default: nil) - Outcome of the transformation.
  • count (type: String.t, default: nil) - Number of transformations counted by this result.
  • details (type: String.t, default: nil) - A place for warnings or errors to show up if a transformation didn't work as expected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SummaryResult{
  code: String.t() | nil,
  count: String.t() | nil,
  details: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.