Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1DeidentifyContentRequest[][src]

pub struct GooglePrivacyDlpV2beta1DeidentifyContentRequest {
    pub items: Option<Vec<GooglePrivacyDlpV2beta1ContentItem>>,
    pub inspect_config: Option<GooglePrivacyDlpV2beta1InspectConfig>,
    pub deidentify_config: Option<GooglePrivacyDlpV2beta1DeidentifyConfig>,
}

Request to de-identify 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. Up to 100 are allowed per request. All items will be treated as text/*.

Configuration for the inspector.

Configuration for the de-identification of the list of content items.

Trait Implementations

Auto Trait Implementations