View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreMetrics (google_api_recaptcha_enterprise v0.14.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. -
overallMetrics(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ScoreDistribution.t, default:nil) - Aggregated score metrics for all traffic.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.