certificatesInfo

@JvmName(name = "listCertificatesResponseCertificateInfo")
fun Flow<ListCertificatesResponse>.certificatesInfo(): Flow<CertificateInfo>

This paginator transforms the flow returned by listCertificatesPaginated to access the nested member CertificateInfo

Return

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