GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SummaryResult (google_api_dlp v0.54.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.