Class GoogleSecuritySafebrowsingV4ClientInfo
The client metadata associated with Safe Browsing API requests.
Implements
Inherited Members
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 |