Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1Finding[][src]

pub struct GooglePrivacyDlpV2beta1Finding {
    pub quote: Option<String>,
    pub likelihood: Option<String>,
    pub info_type: Option<GooglePrivacyDlpV2beta1InfoType>,
    pub location: Option<GooglePrivacyDlpV2beta1Location>,
    pub create_time: Option<String>,
}

Container structure describing a single finding within a string or image.

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

Fields

The specific string that may be potentially sensitive info.

Estimate of how likely it is that the info_type is correct.

The specific type of info the string might be.

Location of the info found.

Timestamp when finding was detected.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1Finding
[src]

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

impl Clone for GooglePrivacyDlpV2beta1Finding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1Finding
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1Finding
[src]

Auto Trait Implementations