Tag constructor

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

Implementation

Tag({
  this.accountId,
  this.blockingTriggerId,
  this.consentSettings,
  this.containerId,
  this.fingerprint,
  this.firingTriggerId,
  this.liveOnly,
  this.monitoringMetadata,
  this.monitoringMetadataTagNameKey,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.path,
  this.paused,
  this.priority,
  this.scheduleEndMs,
  this.scheduleStartMs,
  this.setupTag,
  this.tagFiringOption,
  this.tagId,
  this.tagManagerUrl,
  this.teardownTag,
  this.type,
  this.workspaceId,
});