toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final containerId = this.containerId;
final destinationId = this.destinationId;
final destinationLinkId = this.destinationLinkId;
final fingerprint = this.fingerprint;
final name = this.name;
final path = this.path;
final tagManagerUrl = this.tagManagerUrl;
return {
'accountId': ?accountId,
'containerId': ?containerId,
'destinationId': ?destinationId,
'destinationLinkId': ?destinationLinkId,
'fingerprint': ?fingerprint,
'name': ?name,
'path': ?path,
'tagManagerUrl': ?tagManagerUrl,
};
}