Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1ScoreMetrics

Metrics related to scoring.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1ScoreMetrics
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 GoogleCloudRecaptchaenterpriseV1ScoreMetrics : IDirectResponseSchema

Properties

ActionMetrics

Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.

Declaration
[JsonProperty("actionMetrics")]
public virtual IDictionary<string, GoogleCloudRecaptchaenterpriseV1ScoreDistribution> ActionMetrics { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRecaptchaenterpriseV1ScoreDistribution>

ETag

The ETag of the item.

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

OverallMetrics

Aggregated score metrics for all traffic.

Declaration
[JsonProperty("overallMetrics")]
public virtual GoogleCloudRecaptchaenterpriseV1ScoreDistribution OverallMetrics { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1ScoreDistribution

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX