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

Characters to skip when doing deidentification of a value. These will be left alone and skipped.

Attributes

  • charactersToSkip (type: String.t, default: nil) - Characters to not transform when masking.
  • commonCharactersToIgnore (type: String.t, default: nil) - Common characters to not transform when masking. Useful to avoid removing punctuation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CharsToIgnore{
  charactersToSkip: String.t() | nil,
  commonCharactersToIgnore: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.