google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CharsToIgnore View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.