Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1ListInspectFindingsResponse[][src]

pub struct GooglePrivacyDlpV2beta1ListInspectFindingsResponse {
    pub next_page_token: Option<String>,
    pub result: Option<GooglePrivacyDlpV2beta1InspectResult>,
}

Response to the ListInspectFindings 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

If not empty, indicates that there may be more results that match the request; this value should be passed in a new ListInspectFindingsRequest.

The results.

Trait Implementations

Auto Trait Implementations