deployments

@JvmName(name = "listDeploymentsResponseDeploymentDataSummary")
fun Flow<ListDeploymentsResponse>.deployments(): Flow<DeploymentDataSummary>

This paginator transforms the flow returned by listDeploymentsPaginated to access the nested member DeploymentDataSummary

Return

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