CreateClusterResponse constructor

CreateClusterResponse({
  1. Cluster? cluster,
})

Implementation

CreateClusterResponse({
  this.cluster,
});