fleetDetails

@JvmName(name = "listFleetsResponseFleet")
fun Flow<ListFleetsResponse>.fleetDetails(): Flow<Fleet>

This paginator transforms the flow returned by listFleetsPaginated to access the nested member Fleet

Return

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