Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1DeidentifyContentResponse[][src]

pub struct GooglePrivacyDlpV2beta1DeidentifyContentResponse {
    pub items: Option<Vec<GooglePrivacyDlpV2beta1ContentItem>>,
    pub summaries: Option<Vec<GooglePrivacyDlpV2beta1DeidentificationSummary>>,
}

Results of de-identifying 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

no description provided

A review of the transformations that took place for each item.

Trait Implementations

Auto Trait Implementations