google_api_dlp v0.9.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 (String.t): Defaults to: null.
  • commonCharactersToIgnore (String.t): Defaults to: null.

    • Enum - one of [COMMON_CHARS_TO_IGNORE_UNSPECIFIED, NUMERIC, ALPHA_UPPER_CASE, ALPHA_LOWER_CASE, PUNCTUATION, WHITESPACE]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.