View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Metrics (google_api_recaptcha_enterprise v0.7.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. Identifier. 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).

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

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

Unwrap a decoded JSON object into its complex fields.