Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1InspectContentRequest[][src]

pub struct GooglePrivacyDlpV2beta1InspectContentRequest {
    pub items: Option<Vec<GooglePrivacyDlpV2beta1ContentItem>>,
    pub inspect_config: Option<GooglePrivacyDlpV2beta1InspectConfig>,
}

Request to search for potentially sensitive info in a list of items.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.

Configuration for the inspector.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1InspectContentRequest
[src]

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

impl Clone for GooglePrivacyDlpV2beta1InspectContentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1InspectContentRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GooglePrivacyDlpV2beta1InspectContentRequest
[src]

Auto Trait Implementations