Tag constructor
      
      Tag({ 
    
    
- String? accountId,
- List<String> ? blockingTriggerId,
- String? containerId,
- String? fingerprint,
- List<String> ? firingTriggerId,
- bool? liveOnly,
- String? name,
- String? notes,
- List<Parameter> ? parameter,
- String? parentFolderId,
- bool? paused,
- Parameter? priority,
- String? scheduleEndMs,
- String? scheduleStartMs,
- List<SetupTag> ? setupTag,
- String? tagFiringOption,
- String? tagId,
- List<TeardownTag> ? teardownTag,
- 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,
});