items

@JvmName(name = "listEnrollmentStatusesResponseAccountEnrollmentStatus")
fun Flow<ListEnrollmentStatusesResponse>.items(): Flow<AccountEnrollmentStatus>

This paginator transforms the flow returned by listEnrollmentStatusesPaginated to access the nested member AccountEnrollmentStatus

Return

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


@JvmName(name = "listRecommendationsResponseRecommendation")
fun Flow<ListRecommendationsResponse>.items(): Flow<Recommendation>

This paginator transforms the flow returned by listRecommendationsPaginated to access the nested member Recommendation

Return

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


@JvmName(name = "listRecommendationSummariesResponseRecommendationSummary")
fun Flow<ListRecommendationSummariesResponse>.items(): Flow<RecommendationSummary>

This paginator transforms the flow returned by listRecommendationSummariesPaginated to access the nested member RecommendationSummary

Return

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