toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cloudRouterUri = this.cloudRouterUri;
final displayName = this.displayName;
final interconnectUri = this.interconnectUri;
final l2AttachmentMatchedIpAddress = this.l2AttachmentMatchedIpAddress;
final region = this.region;
final type = this.type;
final uri = this.uri;
return {
'cloudRouterUri': ?cloudRouterUri,
'displayName': ?displayName,
'interconnectUri': ?interconnectUri,
'l2AttachmentMatchedIpAddress': ?l2AttachmentMatchedIpAddress,
'region': ?region,
'type': ?type,
'uri': ?uri,
};
}