ListMulticloudDataTransferSupportedServicesResponse constructor

ListMulticloudDataTransferSupportedServicesResponse({
  1. List<MulticloudDataTransferSupportedService>? multicloudDataTransferSupportedServices,
  2. String? nextPageToken,
})

Implementation

ListMulticloudDataTransferSupportedServicesResponse({
  this.multicloudDataTransferSupportedServices,
  this.nextPageToken,
});