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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.