vehicles

@JvmName(name = "listVehiclesInFleetResponseVehicleName")
fun Flow<ListVehiclesInFleetResponse>.vehicles(): Flow<String>

This paginator transforms the flow returned by listVehiclesInFleetPaginated to access the nested member VehicleName

Return

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