Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1ListRootCategoriesResponse[][src]

pub struct GooglePrivacyDlpV2beta1ListRootCategoriesResponse {
    pub categories: Option<Vec<GooglePrivacyDlpV2beta1CategoryDescription>>,
}

Response for ListRootCategories request.

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

List of all into type categories supported by the API.

Trait Implementations

Auto Trait Implementations