GoogleCloudRecaptchaenterpriseV1Event constructor
GoogleCloudRecaptchaenterpriseV1Event({
- String? expectedAction,
- bool? express,
- bool? firewallPolicyEvaluation,
- String? fraudPrevention,
- String? hashedAccountId,
- List<
String> ? headers, - String? ja3,
- String? requestedUri,
- String? siteKey,
- String? token,
- GoogleCloudRecaptchaenterpriseV1TransactionData? transactionData,
- String? userAgent,
- GoogleCloudRecaptchaenterpriseV1UserInfo? userInfo,
- String? userIpAddress,
- 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,
});