toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final boundary = this.boundary;
final childContainer = this.childContainer;
final containerId = this.containerId;
final fingerprint = this.fingerprint;
final name = this.name;
final notes = this.notes;
final path = this.path;
final tagManagerUrl = this.tagManagerUrl;
final typeRestriction = this.typeRestriction;
final workspaceId = this.workspaceId;
final zoneId = this.zoneId;
return {
'accountId': ?accountId,
'boundary': ?boundary,
'childContainer': ?childContainer,
'containerId': ?containerId,
'fingerprint': ?fingerprint,
'name': ?name,
'notes': ?notes,
'path': ?path,
'tagManagerUrl': ?tagManagerUrl,
'typeRestriction': ?typeRestriction,
'workspaceId': ?workspaceId,
'zoneId': ?zoneId,
};
}