packageGroups

@JvmName(name = "listPackageGroupsResponsePackageGroupSummary")
fun Flow<ListPackageGroupsResponse>.packageGroups(): Flow<PackageGroupSummary>

This paginator transforms the flow returned by listPackageGroupsPaginated to access the nested member PackageGroupSummary

Return

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


@JvmName(name = "listSubPackageGroupsResponsePackageGroupSummary")
fun Flow<ListSubPackageGroupsResponse>.packageGroups(): Flow<PackageGroupSummary>

This paginator transforms the flow returned by listSubPackageGroupsPaginated to access the nested member PackageGroupSummary

Return

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