GoogleCloudRecaptchaenterpriseV1Metrics constructor

GoogleCloudRecaptchaenterpriseV1Metrics({
  1. List<GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>? challengeMetrics,
  2. String? name,
  3. List<GoogleCloudRecaptchaenterpriseV1ScoreMetrics>? scoreMetrics,
  4. String? startTime,
})

Implementation

GoogleCloudRecaptchaenterpriseV1Metrics({
  this.challengeMetrics,
  this.name,
  this.scoreMetrics,
  this.startTime,
});