Class GoogleCloudRecaptchaenterpriseV1Metrics
Metrics for a single Key.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1Metrics : IDirectResponseSchema
Properties
ChallengeMetrics
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) 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. Identifier. 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 are 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
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Inclusive start time aligned to a day (UTC).
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |