items

@JvmName(name = "listAssetFilesResponseAssetFileSummary")
fun Flow<ListAssetFilesResponse>.items(): Flow<AssetFileSummary>

This paginator transforms the flow returned by listAssetFilesPaginated to access the nested member AssetFileSummary

Return

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


@JvmName(name = "listAssetsResponseAsset")
fun Flow<ListAssetsResponse>.items(): Flow<Asset>

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

Return

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


@JvmName(name = "listAssetTypesResponseAssetTypeSummary")
fun Flow<ListAssetTypesResponse>.items(): Flow<AssetTypeSummary>

This paginator transforms the flow returned by listAssetTypesPaginated to access the nested member AssetTypeSummary

Return

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


@JvmName(name = "listAssetVersionsResponseAssetVersionMetadata")
fun Flow<ListAssetVersionsResponse>.items(): Flow<AssetVersionMetadata>

This paginator transforms the flow returned by listAssetVersionsPaginated to access the nested member AssetVersionMetadata

Return

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


@JvmName(name = "listTriggersResponseTrigger")
fun Flow<ListTriggersResponse>.items(): Flow<Trigger>

This paginator transforms the flow returned by listTriggersPaginated to access the nested member Trigger

Return

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