Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest
A single list update request.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest : IDirectResponseSchema
Properties
Constraints
The constraints associated with this request.
Declaration
[JsonProperty("constraints")]
public virtual GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints Constraints { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformType
The type of platform at risk by entries present in the list.
Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The current state of the client for the requested list (the encrypted client state that was received from the last successful list update).
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreatEntryType
The types of entries present in the list.
Declaration
[JsonProperty("threatEntryType")]
public virtual string ThreatEntryType { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreatType
The type of threat posed by entries present in the list.
Declaration
[JsonProperty("threatType")]
public virtual string ThreatType { get; set; }
Property Value
Type | Description |
---|---|
string |