DeleteGlobalClusterResult constructor

DeleteGlobalClusterResult({
  1. GlobalCluster? globalCluster,
})

Implementation

DeleteGlobalClusterResult({
  this.globalCluster,
});