toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final includeImportRanges = this.includeImportRanges;
final instances = this.instances;
final siteToSiteDataTransfer = this.siteToSiteDataTransfer;
final vpcNetwork = this.vpcNetwork;
return {
'includeImportRanges': ?includeImportRanges,
'instances': ?instances,
'siteToSiteDataTransfer': ?siteToSiteDataTransfer,
'vpcNetwork': ?vpcNetwork,
};
}