Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4ClientInfo

The client metadata associated with Safe Browsing API requests.

Inheritance
object
GoogleSecuritySafebrowsingV4ClientInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4ClientInfo : IDirectResponseSchema

Properties

ClientId

A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientVersion

The version of the client implementation.

Declaration
[JsonProperty("clientVersion")]
public virtual string ClientVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX