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

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.