View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Metrics (google_api_recaptcha_enterprise v0.4.0)
Metrics for a single Key.
Attributes
-
challengeMetrics(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.t), default:nil) - 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. -
name(type:String.t, default:nil) - Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics". -
scoreMetrics(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics.t), default:nil) - Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data. -
startTime(type:DateTime.t, default:nil) - Inclusive start time aligned to a day (UTC).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Metrics{
challengeMetrics:
[
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.t()
]
| nil,
name: String.t() | nil,
scoreMetrics:
[
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics.t()
]
| nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.