Class ListUpdateRequest
A single list update request.
Inheritance
System.Object
ListUpdateRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class ListUpdateRequest : IDirectResponseSchema
Properties
Constraints
The constraints associated with this request.
Declaration
[JsonProperty("constraints")]
public virtual Constraints Constraints { get; set; }
Property Value
| Type | Description |
|---|---|
| Constraints |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |
ThreatEntryType
The types of entries present in the list.
Declaration
[JsonProperty("threatEntryType")]
public virtual string ThreatEntryType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema