associatedApplications

@JvmName(name = "getServerDetailsResponseAssociatedApplication")
fun Flow<GetServerDetailsResponse>.associatedApplications(): Flow<AssociatedApplication>

This paginator transforms the flow returned by getServerDetailsPaginated to access the nested member AssociatedApplication

Return

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