Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV5FullHash

The full hash identified with one or more matches.

Inheritance
object
GoogleSecuritySafebrowsingV5FullHash
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.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5FullHash : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FullHash

The matching full hash. This is the SHA256 hash. The length will be exactly 32 bytes.

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

FullHashDetails

Unordered list. A repeated field identifying the details relevant to this full hash.

Declaration
[JsonProperty("fullHashDetails")]
public virtual IList<GoogleSecuritySafebrowsingV5FullHashFullHashDetail> FullHashDetails { get; set; }
Property Value
Type Description
IList<GoogleSecuritySafebrowsingV5FullHashFullHashDetail>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX