Cluster constructor

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

Implementation

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