Struct google_dlp2::GooglePrivacyDlpV2CreateInspectTemplateRequest[][src]

pub struct GooglePrivacyDlpV2CreateInspectTemplateRequest {
    pub inspect_template: Option<GooglePrivacyDlpV2InspectTemplate>,
    pub template_id: Option<String>,
}

Request message for CreateInspectTemplate.

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 InspectTemplate to create.

The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Trait Implementations

Auto Trait Implementations