toJson method

Map<String, dynamic> toJson()

Implementation

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