topContributors

@JvmName(name = "getQueryResultsMonitorTopContributorsResponseMonitorTopContributorsRow")
fun Flow<GetQueryResultsMonitorTopContributorsResponse>.topContributors(): Flow<MonitorTopContributorsRow>

This paginator transforms the flow returned by getQueryResultsMonitorTopContributorsPaginated to access the nested member MonitorTopContributorsRow

Return

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


@JvmName(name = "getQueryResultsWorkloadInsightsTopContributorsResponseWorkloadInsightsTopContributorsRow")
fun Flow<GetQueryResultsWorkloadInsightsTopContributorsResponse>.topContributors(): Flow<WorkloadInsightsTopContributorsRow>

This paginator transforms the flow returned by getQueryResultsWorkloadInsightsTopContributorsPaginated to access the nested member WorkloadInsightsTopContributorsRow

Return

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