Tag constructor

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

Implementation

Tag({
  this.accountId,
  this.blockingTriggerId,
  this.containerId,
  this.fingerprint,
  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,
});