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

Message defining a list of words or phrases to search for in the data.

Attributes

  • words (type: list(String.t), default: nil) - Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2WordList{
  words: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.