Tag constructor
Tag({
- String? accountId,
- List<
String> ? blockingRuleId, - List<
String> ? blockingTriggerId, - String? containerId,
- String? fingerprint,
- List<
String> ? firingRuleId, - 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.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,
});