Struct google_dlp2::GooglePrivacyDlpV2ListInspectTemplatesResponse[][src]

pub struct GooglePrivacyDlpV2ListInspectTemplatesResponse {
    pub next_page_token: Option<String>,
    pub inspect_templates: Option<Vec<GooglePrivacyDlpV2InspectTemplate>>,
}

Response message for ListInspectTemplates.

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

If the next page is available then the next page token to be used in following ListInspectTemplates request.

List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.

Trait Implementations

Auto Trait Implementations