toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (includeImportRanges != null)
    'includeImportRanges': includeImportRanges!,
  if (instances != null) 'instances': instances!,
  if (siteToSiteDataTransfer != null)
    'siteToSiteDataTransfer': siteToSiteDataTransfer!,
  if (vpcNetwork != null) 'vpcNetwork': vpcNetwork!,
};