CreateClusterResult constructor

CreateClusterResult({
  1. String? clusterId,
})

Implementation

CreateClusterResult({
  this.clusterId,
});