associations

@JvmName(name = "listAssociationsResponseAssociationListing")
fun Flow<ListAssociationsResponse>.associations(): Flow<AssociationListing>

This paginator transforms the flow returned by listAssociationsPaginated to access the nested member AssociationListing

Return

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