results

@JvmName(name = "searchCertificatesResponseCertificateSearchResult")
fun Flow<SearchCertificatesResponse>.results(): Flow<CertificateSearchResult>

This paginator transforms the flow returned by searchCertificatesPaginated to access the nested member CertificateSearchResult

Return

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