ListCoreDevicesResponse constructor

ListCoreDevicesResponse({
  1. List<CoreDevice>? coreDevices,
  2. String? nextToken,
})

Implementation

ListCoreDevicesResponse({
  this.coreDevices,
  this.nextToken,
});