View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics (google_api_recaptcha_enterprise v0.4.0)
Metrics related to scoring.
Attributes
-
actionMetrics(type:%{optional(String.t) => GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreDistribution.t}, default:nil) - Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call. Populated only for SCORE keys. -
overallMetrics(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreDistribution.t, default:nil) - Aggregated score metrics for all traffic.
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.GoogleCloudRecaptchaenterpriseV1ScoreMetrics{
actionMetrics:
%{
optional(String.t()) =>
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreDistribution.t()
}
| nil,
overallMetrics:
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreDistribution.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.