devices

@JvmName(name = "searchDevicesResponseDeviceSummary")
fun Flow<SearchDevicesResponse>.devices(): Flow<DeviceSummary>

This paginator transforms the flow returned by searchDevicesPaginated to access the nested member DeviceSummary

Return

A kotlinx.coroutines.flow.Flow that can collect DeviceSummary