results

@JvmName(name = "selectAggregateResourceConfigResponseString")
fun Flow<SelectAggregateResourceConfigResponse>.results(): Flow<String>

This paginator transforms the flow returned by selectAggregateResourceConfigPaginated to access the nested member String

Return

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


@JvmName(name = "selectResourceConfigResponseString")
fun Flow<SelectResourceConfigResponse>.results(): Flow<String>

This paginator transforms the flow returned by selectResourceConfigPaginated to access the nested member String

Return

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