items

@JvmName(name = "listCaseEditsResponseCaseEditItem")
fun Flow<ListCaseEditsResponse>.items(): Flow<CaseEditItem>

This paginator transforms the flow returned by listCaseEditsPaginated to access the nested member CaseEditItem

Return

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


@JvmName(name = "listCasesResponseListCasesItem")
fun Flow<ListCasesResponse>.items(): Flow<ListCasesItem>

This paginator transforms the flow returned by listCasesPaginated to access the nested member ListCasesItem

Return

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


@JvmName(name = "listCommentsResponseListCommentsItem")
fun Flow<ListCommentsResponse>.items(): Flow<ListCommentsItem>

This paginator transforms the flow returned by listCommentsPaginated to access the nested member ListCommentsItem

Return

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


@JvmName(name = "listMembershipsResponseListMembershipItem")
fun Flow<ListMembershipsResponse>.items(): Flow<ListMembershipItem>

This paginator transforms the flow returned by listMembershipsPaginated to access the nested member ListMembershipItem

Return

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