Show / Hide Table of Contents

Class GoogleCloudWebriskV1SearchHashesResponse

Inheritance
object
GoogleCloudWebriskV1SearchHashesResponse
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.WebRisk.v1.Data
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class GoogleCloudWebriskV1SearchHashesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NegativeExpireTime

object representation of NegativeExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NegativeExpireTimeDateTimeOffset instead.")]
public virtual object NegativeExpireTime { get; set; }
Property Value
Type Description
object

NegativeExpireTimeDateTimeOffset

DateTimeOffset representation of NegativeExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? NegativeExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

NegativeExpireTimeRaw

For requested entities that did not match the threat list, how long to cache the response until.

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

Threats

The full hashes that matched the requested prefixes. The hash will be populated in the key.

Declaration
[JsonProperty("threats")]
public virtual IList<GoogleCloudWebriskV1SearchHashesResponseThreatHash> Threats { get; set; }
Property Value
Type Description
IList<GoogleCloudWebriskV1SearchHashesResponseThreatHash>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX