Cluster constructor
Cluster({
- String? createTime,
- bool? management,
- String? name,
- Map<
String, NodeTypeConfig> ? nodeTypeConfigs, - String? state,
- StretchedClusterConfig? stretchedClusterConfig,
- String? uid,
- String? updateTime,
Implementation
Cluster({
this.createTime,
this.management,
this.name,
this.nodeTypeConfigs,
this.state,
this.stretchedClusterConfig,
this.uid,
this.updateTime,
});