coreDevices

@JvmName(name = "listCoreDevicesResponseCoreDevice")
fun Flow<ListCoreDevicesResponse>.coreDevices(): Flow<CoreDevice>

This paginator transforms the flow returned by listCoreDevicesPaginated to access the nested member CoreDevice

Return

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