kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet method
Returns a list of all devices which have been migrated to the new host @param filterText @param limit @param offset
Implementation
Future<chopper.Response<DeviceListingDTO>>
kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet({
String? filterText,
int? limit,
int? offset,
}) {
generatedMapping.putIfAbsent(
DeviceListingDTO, () => DeviceListingDTO.fromJsonFactory);
return _kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet(
filterText: filterText, limit: limit, offset: offset);
}