outposts

@JvmName(name = "listOutpostsResponseOutpost")
fun Flow<ListOutpostsResponse>.outposts(): Flow<Outpost>

This paginator transforms the flow returned by listOutpostsPaginated to access the nested member Outpost

Return

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