GoogleCloudRecaptchaenterpriseV1Event constructor

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

Implementation

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