Tag constructor

Tag({
  1. String? accountId,
  2. List<String>? blockingRuleId,
  3. List<String>? blockingTriggerId,
  4. String? containerId,
  5. String? fingerprint,
  6. List<String>? firingRuleId,
  7. List<String>? firingTriggerId,
  8. bool? liveOnly,
  9. String? name,
  10. String? notes,
  11. List<Parameter>? parameter,
  12. String? parentFolderId,
  13. bool? paused,
  14. Parameter? priority,
  15. String? scheduleEndMs,
  16. String? scheduleStartMs,
  17. List<SetupTag>? setupTag,
  18. String? tagFiringOption,
  19. String? tagId,
  20. List<TeardownTag>? teardownTag,
  21. String? type,
})

Implementation

Tag({
  this.accountId,
  this.blockingRuleId,
  this.blockingTriggerId,
  this.containerId,
  this.fingerprint,
  this.firingRuleId,
  this.firingTriggerId,
  this.liveOnly,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.paused,
  this.priority,
  this.scheduleEndMs,
  this.scheduleStartMs,
  this.setupTag,
  this.tagFiringOption,
  this.tagId,
  this.teardownTag,
  this.type,
});