Struct google_dlp2::GooglePrivacyDlpV2InfoTypeStats[][src]

pub struct GooglePrivacyDlpV2InfoTypeStats {
    pub count: Option<String>,
    pub info_type: Option<GooglePrivacyDlpV2InfoType>,
}

Statistics regarding a specific InfoType.

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

Fields

Number of findings for this infoType.

The type of finding this stat is for.

Trait Implementations

impl Default for GooglePrivacyDlpV2InfoTypeStats
[src]

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

impl Clone for GooglePrivacyDlpV2InfoTypeStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2InfoTypeStats
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2InfoTypeStats
[src]

Auto Trait Implementations