deployments

@JvmName(name = "listDeploymentsResponseDeployment")
fun Flow<ListDeploymentsResponse>.deployments(): Flow<Deployment>

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

Return

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