Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1InspectContentResponse [] [src]

pub struct GooglePrivacyDlpV2beta1InspectContentResponse {
    pub results: Option<Vec<GooglePrivacyDlpV2beta1InspectResult>>,
}

Results of inspecting a list of items.

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

Each content_item from the request has a result in this list, in the same order as the request.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1InspectContentResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2beta1InspectContentResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1InspectContentResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for GooglePrivacyDlpV2beta1InspectContentResponse
[src]