Trigger constructor

Trigger({
  1. String? accountId,
  2. List<Condition>? autoEventFilter,
  3. Parameter? checkValidation,
  4. String? containerId,
  5. Parameter? continuousTimeMinMilliseconds,
  6. List<Condition>? customEventFilter,
  7. Parameter? eventName,
  8. List<Condition>? filter,
  9. String? fingerprint,
  10. Parameter? horizontalScrollPercentageList,
  11. Parameter? interval,
  12. Parameter? intervalSeconds,
  13. Parameter? limit,
  14. Parameter? maxTimerLengthSeconds,
  15. String? name,
  16. String? notes,
  17. List<Parameter>? parameter,
  18. String? parentFolderId,
  19. String? path,
  20. Parameter? selector,
  21. String? tagManagerUrl,
  22. Parameter? totalTimeMinMilliseconds,
  23. String? triggerId,
  24. String? type,
  25. Parameter? uniqueTriggerId,
  26. Parameter? verticalScrollPercentageList,
  27. Parameter? visibilitySelector,
  28. Parameter? visiblePercentageMax,
  29. Parameter? visiblePercentageMin,
  30. Parameter? waitForTags,
  31. Parameter? waitForTagsTimeout,
  32. String? workspaceId,
})

Implementation

Trigger({
  this.accountId,
  this.autoEventFilter,
  this.checkValidation,
  this.containerId,
  this.continuousTimeMinMilliseconds,
  this.customEventFilter,
  this.eventName,
  this.filter,
  this.fingerprint,
  this.horizontalScrollPercentageList,
  this.interval,
  this.intervalSeconds,
  this.limit,
  this.maxTimerLengthSeconds,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.path,
  this.selector,
  this.tagManagerUrl,
  this.totalTimeMinMilliseconds,
  this.triggerId,
  this.type,
  this.uniqueTriggerId,
  this.verticalScrollPercentageList,
  this.visibilitySelector,
  this.visiblePercentageMax,
  this.visiblePercentageMin,
  this.waitForTags,
  this.waitForTagsTimeout,
  this.workspaceId,
});