LinkedInterconnectAttachments constructor

LinkedInterconnectAttachments({
  1. bool? siteToSiteDataTransfer,
  2. List<String>? uris,
  3. String? vpcNetwork,
})

Implementation

LinkedInterconnectAttachments({
  this.siteToSiteDataTransfer,
  this.uris,
  this.vpcNetwork,
});