Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1ChallengeMetrics

Metrics related to challenges.

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

Properties

ETag

The ETag of the item.

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

FailedCount

Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.

Declaration
[JsonProperty("failedCount")]
public virtual long? FailedCount { get; set; }
Property Value
Type Description
long?

NocaptchaCount

Count of nocaptchas (successful verification without a challenge) issued.

Declaration
[JsonProperty("nocaptchaCount")]
public virtual long? NocaptchaCount { get; set; }
Property Value
Type Description
long?

PageloadCount

Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.

Declaration
[JsonProperty("pageloadCount")]
public virtual long? PageloadCount { get; set; }
Property Value
Type Description
long?

PassedCount

Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.

Declaration
[JsonProperty("passedCount")]
public virtual long? PassedCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX