DeleteClusterResponse constructor

DeleteClusterResponse({
  1. Cluster? cluster,
})

Implementation

DeleteClusterResponse({
  this.cluster,
});