clusterOperationInfoList

@JvmName(name = "listClusterOperationsResponseClusterOperationInfo")
fun Flow<ListClusterOperationsResponse>.clusterOperationInfoList(): Flow<ClusterOperationInfo>

This paginator transforms the flow returned by listClusterOperationsPaginated to access the nested member ClusterOperationInfo

Return

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


@JvmName(name = "listClusterOperationsV2ResponseClusterOperationV2Summary")
fun Flow<ListClusterOperationsV2Response>.clusterOperationInfoList(): Flow<ClusterOperationV2Summary>

This paginator transforms the flow returned by listClusterOperationsV2Paginated to access the nested member ClusterOperationV2Summary

Return

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