relatedItems

@JvmName(name = "searchAllRelatedItemsResponseSearchAllRelatedItemsResponseItem")
fun Flow<SearchAllRelatedItemsResponse>.relatedItems(): Flow<SearchAllRelatedItemsResponseItem?>

This paginator transforms the flow returned by searchAllRelatedItemsPaginated to access the nested member SearchAllRelatedItemsResponseItem

Return

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


@JvmName(name = "searchRelatedItemsResponseSearchRelatedItemsResponseItem")
fun Flow<SearchRelatedItemsResponse>.relatedItems(): Flow<SearchRelatedItemsResponseItem?>

This paginator transforms the flow returned by searchRelatedItemsPaginated to access the nested member SearchRelatedItemsResponseItem

Return

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