Struct google_safebrowsing4::FindFullHashesResponse [] [src]

pub struct FindFullHashesResponse {
    pub matches: Option<Vec<ThreatMatch>>,
    pub negative_cache_duration: Option<String>,
    pub minimum_wait_duration: Option<String>,
}

There is no detailed description.

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

The full hashes that matched the requested prefixes.

For requested entities that did not match the threat list, how long to cache the response.

The minimum duration the client must wait before issuing any find hashes request. If this field is not set, clients can issue a request as soon as they want.

Trait Implementations

impl Debug for FindFullHashesResponse
[src]

Formats the value using the given formatter.

impl Clone for FindFullHashesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FindFullHashesResponse
[src]

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

impl ResponseResult for FindFullHashesResponse
[src]