summaries

@JvmName(name = "listOpsItemEventsResponseOpsItemEventSummary")
fun Flow<ListOpsItemEventsResponse>.summaries(): Flow<OpsItemEventSummary>

This paginator transforms the flow returned by listOpsItemEventsPaginated to access the nested member OpsItemEventSummary

Return

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


@JvmName(name = "listOpsItemRelatedItemsResponseOpsItemRelatedItemSummary")
fun Flow<ListOpsItemRelatedItemsResponse>.summaries(): Flow<OpsItemRelatedItemSummary>

This paginator transforms the flow returned by listOpsItemRelatedItemsPaginated to access the nested member OpsItemRelatedItemSummary

Return

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