deployments

@JvmName(name = "listDeploymentsResponseDeploymentSummary")
fun Flow<ListDeploymentsResponse>.deployments(): Flow<DeploymentSummary>

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

Return

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