Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse

Inheritance
System.Object
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse
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 GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse : 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. The number of responses here may be less than the number of requests sent by clients. This is the case, for example, if the server has no updates for a particular list.

Declaration
[JsonProperty("listUpdateResponses")]
public virtual IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse> ListUpdateResponses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>

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
In This Article
Back to top