Show / Hide Table of Contents

Class FetchThreatListUpdatesRequest

Describes a Safe Browsing API update request. Clients can request updates for multiple lists in a single request. NOTE: Field index 2 is unused. NEXT: 5

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

Properties

Client

The client metadata.

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

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<ListUpdateRequest> ListUpdateRequests { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ListUpdateRequest>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top