LinkedInterconnectAttachments constructor

LinkedInterconnectAttachments({
  1. List<String>? excludeExportRanges,
  2. List<String>? excludeImportRanges,
  3. List<String>? includeExportRanges,
  4. List<String>? includeImportRanges,
  5. bool? siteToSiteDataTransfer,
  6. List<String>? uris,
  7. String? vpcNetwork,
})

Implementation

LinkedInterconnectAttachments({
  this.excludeExportRanges,
  this.excludeImportRanges,
  this.includeExportRanges,
  this.includeImportRanges,
  this.siteToSiteDataTransfer,
  this.uris,
  this.vpcNetwork,
});