Cluster constructor

Cluster({
  1. String? createTime,
  2. bool? management,
  3. String? name,
  4. Map<String, NodeTypeConfig>? nodeTypeConfigs,
  5. String? state,
  6. StretchedClusterConfig? stretchedClusterConfig,
  7. String? uid,
  8. String? updateTime,
})

Implementation

Cluster({
  this.createTime,
  this.management,
  this.name,
  this.nodeTypeConfigs,
  this.state,
  this.stretchedClusterConfig,
  this.uid,
  this.updateTime,
});