devices

@JvmName(name = "listDevicesForUserResponseBasicDeviceObject")
fun Flow<ListDevicesForUserResponse>.devices(): Flow<BasicDeviceObject>

This paginator transforms the flow returned by listDevicesForUserPaginated to access the nested member BasicDeviceObject

Return

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