Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1Metrics

Metrics for a single Key.

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

Properties

ChallengeMetrics

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

Declaration
[JsonProperty("challengeMetrics")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1ChallengeMetrics> ChallengeMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>

ETag

The ETag of the item.

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

Name

Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics".

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

ScoreMetrics

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

Declaration
[JsonProperty("scoreMetrics")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1ScoreMetrics> ScoreMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1ScoreMetrics>

StartTime

Inclusive start time aligned to a day (UTC).

Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX