Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1InspectResult[][src]

pub struct GooglePrivacyDlpV2beta1InspectResult {
    pub findings_truncated: Option<bool>,
    pub findings: Option<Vec<GooglePrivacyDlpV2beta1Finding>>,
}

All the findings for a single scanned item.

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

Fields

If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.

List of findings for an item.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1InspectResult
[src]

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

impl Clone for GooglePrivacyDlpV2beta1InspectResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1InspectResult
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1InspectResult
[src]

Auto Trait Implementations