items

@JvmName(name = "listAttachedLinksResponseListAttachedLinksItem")
fun Flow<ListAttachedLinksResponse>.items(): Flow<ListAttachedLinksItem>

This paginator transforms the flow returned by listAttachedLinksPaginated to access the nested member ListAttachedLinksItem

Return

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


@JvmName(name = "listLinksResponseListLinksItem")
fun Flow<ListLinksResponse>.items(): Flow<ListLinksItem>

This paginator transforms the flow returned by listLinksPaginated to access the nested member ListLinksItem

Return

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


@JvmName(name = "listSinksResponseListSinksItem")
fun Flow<ListSinksResponse>.items(): Flow<ListSinksItem>

This paginator transforms the flow returned by listSinksPaginated to access the nested member ListSinksItem

Return

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