ModifyClusterResult constructor

ModifyClusterResult(
  1. {Cluster? cluster}
)

Implementation

ModifyClusterResult({
  this.cluster,
});