GoogleCloudRecaptchaenterpriseV1ScoreMetrics constructor

GoogleCloudRecaptchaenterpriseV1ScoreMetrics({
  1. Map<String, GoogleCloudRecaptchaenterpriseV1ScoreDistribution>? actionMetrics,
  2. GoogleCloudRecaptchaenterpriseV1ScoreDistribution? overallMetrics,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ScoreMetrics({
  this.actionMetrics,
  this.overallMetrics,
});