View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics (google_api_recaptcha_enterprise v0.7.0)

Metrics related to challenges.

Attributes

  • failedCount (type: String.t, default: nil) - Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
  • nocaptchaCount (type: String.t, default: nil) - Count of nocaptchas (successful verification without a challenge) issued.
  • pageloadCount (type: String.t, default: nil) - Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
  • passedCount (type: String.t, default: nil) - Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics{
    failedCount: String.t() | nil,
    nocaptchaCount: String.t() | nil,
    pageloadCount: String.t() | nil,
    passedCount: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.