Struct google_dlp2::GooglePrivacyDlpV2ListDeidentifyTemplatesResponse[][src]

pub struct GooglePrivacyDlpV2ListDeidentifyTemplatesResponse {
    pub next_page_token: Option<String>,
    pub deidentify_templates: Option<Vec<GooglePrivacyDlpV2DeidentifyTemplate>>,
}

Response message for ListDeidentifyTemplates.

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 ListDeidentifyTemplates request.

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Trait Implementations

Auto Trait Implementations