entities

@JvmName(name = "getInventoryResponseInventoryResultEntity")
fun Flow<GetInventoryResponse>.entities(): Flow<InventoryResultEntity>

This paginator transforms the flow returned by getInventoryPaginated to access the nested member InventoryResultEntity

Return

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


@JvmName(name = "getOpsSummaryResponseOpsEntity")
fun Flow<GetOpsSummaryResponse>.entities(): Flow<OpsEntity>

This paginator transforms the flow returned by getOpsSummaryPaginated to access the nested member OpsEntity

Return

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