GoogleCloudRecaptchaenterpriseV1Event constructor

GoogleCloudRecaptchaenterpriseV1Event({
  1. String? expectedAction,
  2. bool? express,
  3. bool? firewallPolicyEvaluation,
  4. String? fraudPrevention,
  5. String? hashedAccountId,
  6. List<String>? headers,
  7. String? ja3,
  8. String? requestedUri,
  9. String? siteKey,
  10. String? token,
  11. GoogleCloudRecaptchaenterpriseV1TransactionData? transactionData,
  12. String? userAgent,
  13. GoogleCloudRecaptchaenterpriseV1UserInfo? userInfo,
  14. String? userIpAddress,
  15. bool? wafTokenAssessment,
})

Implementation

GoogleCloudRecaptchaenterpriseV1Event({
  this.expectedAction,
  this.express,
  this.firewallPolicyEvaluation,
  this.fraudPrevention,
  this.hashedAccountId,
  this.headers,
  this.ja3,
  this.requestedUri,
  this.siteKey,
  this.token,
  this.transactionData,
  this.userAgent,
  this.userInfo,
  this.userIpAddress,
  this.wafTokenAssessment,
});