Struct google_safebrowsing4::ThreatInfo [] [src]

pub struct ThreatInfo {
    pub threat_types: Option<Vec<String>>,
    pub threat_entry_types: Option<Vec<String>>,
    pub threat_entries: Option<Vec<ThreatEntry>>,
    pub platform_types: Option<Vec<String>>,
}

The information regarding one or more threats that a client submits when checking for matches in threat lists.

This type is not used in any activity, and only used as part of another schema.

Fields

The threat types to be checked.

The entry types to be checked.

The threat entries to be checked.

The platform types to be checked.

Trait Implementations

impl Debug for ThreatInfo
[src]

Formats the value using the given formatter.

impl Clone for ThreatInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ThreatInfo
[src]

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

impl Part for ThreatInfo
[src]