Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1RedactContentRequest [] [src]

pub struct GooglePrivacyDlpV2beta1RedactContentRequest {
    pub items: Option<Vec<GooglePrivacyDlpV2beta1ContentItem>>,
    pub replace_configs: Option<Vec<GooglePrivacyDlpV2beta1ReplaceConfig>>,
    pub inspect_config: Option<GooglePrivacyDlpV2beta1InspectConfig>,
    pub image_redaction_configs: Option<Vec<GooglePrivacyDlpV2beta1ImageRedactionConfig>>,
}

Request to search for potentially sensitive info in a list of items and replace it with a default or provided content.

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.

The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.

Configuration for the inspector.

The configuration for specifying what content to redact from images.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1RedactContentRequest
[src]

[src]

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

impl Clone for GooglePrivacyDlpV2beta1RedactContentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1RedactContentRequest
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for GooglePrivacyDlpV2beta1RedactContentRequest
[src]