GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2WordList (google_api_dlp v0.41.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]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2WordList{ words: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.