placements

@JvmName(name = "listPlacementsResponsePlacementSummary")
fun Flow<ListPlacementsResponse>.placements(): Flow<PlacementSummary>

This paginator transforms the flow returned by listPlacementsPaginated to access the nested member PlacementSummary

Return

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