domains

@JvmName(name = "listDomainsResponseDomainSummary")
fun Flow<ListDomainsResponse>.domains(): Flow<DomainSummary>

This paginator transforms the flow returned by listDomainsPaginated to access the nested member DomainSummary

Return

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