toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final builtInVariable = this.builtInVariable;
final client = this.client;
final container = this.container;
final containerId = this.containerId;
final containerVersionId = this.containerVersionId;
final customTemplate = this.customTemplate;
final deleted = this.deleted;
final description = this.description;
final fingerprint = this.fingerprint;
final folder = this.folder;
final gtagConfig = this.gtagConfig;
final name = this.name;
final path = this.path;
final tag = this.tag;
final tagManagerUrl = this.tagManagerUrl;
final transformation = this.transformation;
final trigger = this.trigger;
final variable = this.variable;
final zone = this.zone;
return {
'accountId': ?accountId,
'builtInVariable': ?builtInVariable,
'client': ?client,
'container': ?container,
'containerId': ?containerId,
'containerVersionId': ?containerVersionId,
'customTemplate': ?customTemplate,
'deleted': ?deleted,
'description': ?description,
'fingerprint': ?fingerprint,
'folder': ?folder,
'gtagConfig': ?gtagConfig,
'name': ?name,
'path': ?path,
'tag': ?tag,
'tagManagerUrl': ?tagManagerUrl,
'transformation': ?transformation,
'trigger': ?trigger,
'variable': ?variable,
'zone': ?zone,
};
}