UpdateClusterResponse constructor

UpdateClusterResponse({
  1. Cluster? cluster,
})

Implementation

UpdateClusterResponse({
  this.cluster,
});