items

@JvmName(name = "listAssetTypesResponseAssetTypeItem")
fun Flow<ListAssetTypesResponse>.items(): Flow<AssetTypeItem>

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

Return

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


@JvmName(name = "listFormTypesResponseFormTypeItem")
fun Flow<ListFormTypesResponse>.items(): Flow<FormTypeItem>

This paginator transforms the flow returned by listFormTypesPaginated to access the nested member FormTypeItem

Return

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


@JvmName(name = "listGlossariesResponseGlossaryItem")
fun Flow<ListGlossariesResponse>.items(): Flow<GlossaryItem>

This paginator transforms the flow returned by listGlossariesPaginated to access the nested member GlossaryItem

Return

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


@JvmName(name = "listGlossaryTermsResponseGlossaryTermItem")
fun Flow<ListGlossaryTermsResponse>.items(): Flow<GlossaryTermItem>

This paginator transforms the flow returned by listGlossaryTermsPaginated to access the nested member GlossaryTermItem

Return

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


@JvmName(name = "listIterableFormsResponseIterableFormListItem")
fun Flow<ListIterableFormsResponse>.items(): Flow<IterableFormListItem>

This paginator transforms the flow returned by listIterableFormsPaginated to access the nested member IterableFormListItem

Return

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


@JvmName(name = "searchAssetsResponseSearchResultItem")
fun Flow<SearchAssetsResponse>.items(): Flow<SearchResultItem>

This paginator transforms the flow returned by searchAssetsPaginated to access the nested member SearchResultItem

Return

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