packages

@JvmName(name = "listAssociatedPackagesResponseAssociatedPackage")
fun Flow<ListAssociatedPackagesResponse>.packages(): Flow<AssociatedPackage>

This paginator transforms the flow returned by listAssociatedPackagesPaginated to access the nested member AssociatedPackage

Return

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


@JvmName(name = "listPackagesResponsePackageSummary")
fun Flow<ListPackagesResponse>.packages(): Flow<PackageSummary>

This paginator transforms the flow returned by listPackagesPaginated to access the nested member PackageSummary

Return

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