GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict constructor

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict({
  1. double? risk,
  2. List<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason>? riskReasons,
  3. List<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason>? trustReasons,
})

Implementation

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict({
  this.risk,
  this.riskReasons,
  this.trustReasons,
});