View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Metrics (google_api_recaptcha_enterprise v0.14.0)
Metrics for a single Key.
Attributes
-
challengeMetrics(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics.t), default:nil) - Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data. -
name(type:String.t, default:nil) - Output only. Identifier. The name of the metrics, in the formatprojects/{project}/keys/{key}/metrics. -
scoreMetrics(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics.t), default:nil) - Metrics are 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).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.