Class GoogleSecuritySafebrowsingV4ThreatListDescriptor
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.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4ThreatListDescriptor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformType
The platform type targeted by the list's entries.
Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreatEntryType
The entry types contained in the list.
Declaration
[JsonProperty("threatEntryType")]
public virtual string ThreatEntryType { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreatType
The threat type posed by the list's entries.
Declaration
[JsonProperty("threatType")]
public virtual string ThreatType { get; set; }
Property Value
Type | Description |
---|---|
string |