ListInputDeviceTransfersResponse constructor

ListInputDeviceTransfersResponse({
  1. List<TransferringInputDeviceSummary>? inputDeviceTransfers,
  2. String? nextToken,
})

Implementation

ListInputDeviceTransfersResponse({
  this.inputDeviceTransfers,
  this.nextToken,
});