View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceStats (google_api_dlp v0.53.0)

Summary of what was modified during a transformation.

Attributes

  • transformationCount (type: String.t, default: nil) - Number of successfully applied transformations.
  • transformationErrorCount (type: String.t, default: nil) - Number of errors encountered while trying to apply transformations.
  • transformedBytes (type: String.t, default: nil) - Total size in bytes that were transformed in some way.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceStats{
  transformationCount: String.t() | nil,
  transformationErrorCount: String.t() | nil,
  transformedBytes: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.