GoogleCloudRecaptchaenterpriseV1ScoreMetrics constructor
      
      GoogleCloudRecaptchaenterpriseV1ScoreMetrics({ 
    
    
- Map<
String, GoogleCloudRecaptchaenterpriseV1ScoreDistribution> ? actionMetrics, - GoogleCloudRecaptchaenterpriseV1ScoreDistribution? overallMetrics,
 
Implementation
GoogleCloudRecaptchaenterpriseV1ScoreMetrics({
  this.actionMetrics,
  this.overallMetrics,
});