Class FetchThreatListUpdatesResponse
Inheritance
System.Object
FetchThreatListUpdatesResponse
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 FetchThreatListUpdatesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ListUpdateResponses
The list updates requested by the clients.
Declaration
[JsonProperty("listUpdateResponses")]
public virtual IList<ListUpdateResponse> ListUpdateResponses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<ListUpdateResponse> |
MinimumWaitDuration
The minimum duration the client must wait before issuing any update request. If this field is not set clients may update as soon as they want.
Declaration
[JsonProperty("minimumWaitDuration")]
public virtual object MinimumWaitDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Implements
Google.Apis.Requests.IDirectResponseSchema