Class GoogleCloudRecaptchaenterpriseV1ScoreMetrics
Metrics related to scoring.
Implements
Inherited Members
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 |