Struct google_dlp2::GooglePrivacyDlpV2UpdateInspectTemplateRequest[][src]

pub struct GooglePrivacyDlpV2UpdateInspectTemplateRequest {
    pub update_mask: Option<String>,
    pub inspect_template: Option<GooglePrivacyDlpV2InspectTemplate>,
}

Request message for UpdateInspectTemplate.

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

Mask to control which fields get updated.

New InspectTemplate value.

Trait Implementations

Auto Trait Implementations