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

Replace each input value with a value randomly selected from the dictionary.

Attributes

  • wordList (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2WordList.t, default: nil) - A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReplaceDictionaryConfig{
  wordList: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2WordList.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.