Struct google_dlp2::GooglePrivacyDlpV2InfoType[][src]

pub struct GooglePrivacyDlpV2InfoType {
    pub name: Option<String>,
}

Type of information detected by the API.

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

Fields

Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type.

Trait Implementations

impl Default for GooglePrivacyDlpV2InfoType
[src]

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

impl Clone for GooglePrivacyDlpV2InfoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2InfoType
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2InfoType
[src]

Auto Trait Implementations