Class GoogleSecuritySafebrowsingV4ThreatEntryMetadata
The metadata associated with a specific threat entry. The client is expected to know the metadata key/value pairs associated with each threat type.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4ThreatEntryMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
The metadata entries.
Declaration
[JsonProperty("entries")]
public virtual IList<GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry> |