pages

@JvmName(name = "listPagesByContactResponsePage")
fun Flow<ListPagesByContactResponse>.pages(): Flow<Page>

This paginator transforms the flow returned by listPagesByContactPaginated to access the nested member Page

Return

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


@JvmName(name = "listPagesByEngagementResponsePage")
fun Flow<ListPagesByEngagementResponse>.pages(): Flow<Page>

This paginator transforms the flow returned by listPagesByEngagementPaginated to access the nested member Page

Return

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