Struct google_dlp2::GooglePrivacyDlpV2WordList[][src]

pub struct GooglePrivacyDlpV2WordList {
    pub words: Option<Vec<String>>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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]

Trait Implementations

impl Default for GooglePrivacyDlpV2WordList
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2WordList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2WordList
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2WordList
[src]

Auto Trait Implementations