ListInputDeviceTransfersResponse constructor
ListInputDeviceTransfersResponse({
- List<
TransferringInputDeviceSummary> ? inputDeviceTransfers, - String? nextToken,
Implementation
ListInputDeviceTransfersResponse({
this.inputDeviceTransfers,
this.nextToken,
});