Struct google_safebrowsing4::ThreatListDescriptor[][src]

pub struct ThreatListDescriptor {
    pub threat_type: Option<String>,
    pub threat_entry_type: Option<String>,
    pub platform_type: Option<String>,
}

Describes an individual threat list. A list is defined by three parameters: the type of threat posed, the type of platform targeted by the threat, and the type of entries in the list.

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

Fields

The threat type posed by the list's entries.

The entry types contained in the list.

The platform type targeted by the list's entries.

Trait Implementations

impl Default for ThreatListDescriptor
[src]

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

impl Clone for ThreatListDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThreatListDescriptor
[src]

Formats the value using the given formatter. Read more

impl Part for ThreatListDescriptor
[src]

Auto Trait Implementations