GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest constructor

GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest({
  1. String? accountId,
  2. String? annotation,
  3. String? hashedAccountId,
  4. List<String>? reasons,
  5. GoogleCloudRecaptchaenterpriseV1TransactionEvent? transactionEvent,
})

Implementation

GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest({
  this.accountId,
  this.annotation,
  this.hashedAccountId,
  this.reasons,
  this.transactionEvent,
});