Struct google_safebrowsing4::ThreatEntryMetadata[][src]

pub struct ThreatEntryMetadata {
    pub entries: Option<Vec<MetadataEntry>>,
}

The metadata associated with a specific threat entry. The client is expected to know the metadata key/value pairs associated with each threat type.

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

Fields

The metadata entries.

Trait Implementations

impl Default for ThreatEntryMetadata
[src]

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

impl Clone for ThreatEntryMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThreatEntryMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for ThreatEntryMetadata
[src]

Auto Trait Implementations