GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict constructor
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict({
- double? risk,
- List<
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason> ? riskReasons, - List<
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason> ? trustReasons,
Implementation
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict({
this.risk,
this.riskReasons,
this.trustReasons,
});