toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final blockingTriggerId = this.blockingTriggerId;
final consentSettings = this.consentSettings;
final containerId = this.containerId;
final fingerprint = this.fingerprint;
final firingTriggerId = this.firingTriggerId;
final liveOnly = this.liveOnly;
final monitoringMetadata = this.monitoringMetadata;
final monitoringMetadataTagNameKey = this.monitoringMetadataTagNameKey;
final name = this.name;
final notes = this.notes;
final parameter = this.parameter;
final parentFolderId = this.parentFolderId;
final path = this.path;
final paused = this.paused;
final priority = this.priority;
final scheduleEndMs = this.scheduleEndMs;
final scheduleStartMs = this.scheduleStartMs;
final setupTag = this.setupTag;
final tagFiringOption = this.tagFiringOption;
final tagId = this.tagId;
final tagManagerUrl = this.tagManagerUrl;
final teardownTag = this.teardownTag;
final type = this.type;
final workspaceId = this.workspaceId;
return {
'accountId': ?accountId,
'blockingTriggerId': ?blockingTriggerId,
'consentSettings': ?consentSettings,
'containerId': ?containerId,
'fingerprint': ?fingerprint,
'firingTriggerId': ?firingTriggerId,
'liveOnly': ?liveOnly,
'monitoringMetadata': ?monitoringMetadata,
'monitoringMetadataTagNameKey': ?monitoringMetadataTagNameKey,
'name': ?name,
'notes': ?notes,
'parameter': ?parameter,
'parentFolderId': ?parentFolderId,
'path': ?path,
'paused': ?paused,
'priority': ?priority,
'scheduleEndMs': ?scheduleEndMs,
'scheduleStartMs': ?scheduleStartMs,
'setupTag': ?setupTag,
'tagFiringOption': ?tagFiringOption,
'tagId': ?tagId,
'tagManagerUrl': ?tagManagerUrl,
'teardownTag': ?teardownTag,
'type': ?type,
'workspaceId': ?workspaceId,
};
}