protectedQueries

@JvmName(name = "listProtectedQueriesResponseProtectedQuerySummary")
fun Flow<ListProtectedQueriesResponse>.protectedQueries(): Flow<ProtectedQuerySummary>

This paginator transforms the flow returned by listProtectedQueriesPaginated to access the nested member ProtectedQuerySummary

Return

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