assetSummaries

@JvmName(name = "listAssetsResponseAssetSummary")
fun Flow<ListAssetsResponse>.assetSummaries(): Flow<AssetSummary>

This paginator transforms the flow returned by listAssetsPaginated to access the nested member AssetSummary

Return

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


@JvmName(name = "listAssociatedAssetsResponseAssociatedAssetsSummary")
fun Flow<ListAssociatedAssetsResponse>.assetSummaries(): Flow<AssociatedAssetsSummary>

This paginator transforms the flow returned by listAssociatedAssetsPaginated to access the nested member AssociatedAssetsSummary

Return

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