GoogleCloudRecaptchaenterpriseV1Metrics constructor
GoogleCloudRecaptchaenterpriseV1Metrics({
- List<
GoogleCloudRecaptchaenterpriseV1ChallengeMetrics> ? challengeMetrics, - String? name,
- List<
GoogleCloudRecaptchaenterpriseV1ScoreMetrics> ? scoreMetrics, - String? startTime,
Implementation
GoogleCloudRecaptchaenterpriseV1Metrics({
this.challengeMetrics,
this.name,
this.scoreMetrics,
this.startTime,
});