assets

@JvmName(name = "listRevisionAssetsResponseAssetEntry")
fun Flow<ListRevisionAssetsResponse>.assets(): Flow<AssetEntry>

This paginator transforms the flow returned by listRevisionAssetsPaginated to access the nested member AssetEntry

Return

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