GoogleCloudRecaptchaenterpriseV1TransactionEvent constructor

GoogleCloudRecaptchaenterpriseV1TransactionEvent({
  1. String? eventTime,
  2. String? eventType,
  3. String? reason,
  4. double? value,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionEvent({
  this.eventTime,
  this.eventType,
  this.reason,
  this.value,
});