Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest

Describes a Safe Browsing API update request. Clients can request updates for multiple lists in a single request. The server may not respond to all requests, if the server has no updates for that list. NOTE: Field index 2 is unused. NEXT: 5

Inheritance
System.Object
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest
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 GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest : IDirectResponseSchema

Properties

Client

The client metadata.

Declaration
[JsonProperty("client")]
public virtual GoogleSecuritySafebrowsingV4ClientInfo Client { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4ClientInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ListUpdateRequests

The requested threat list updates.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top