associations

@JvmName(name = "listAssociationsResponseAssociation")
fun Flow<ListAssociationsResponse>.associations(): Flow<Association>

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

Return

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