Cluster constructor
      
      Cluster({ 
    
    
- String? clusterName,
- String? clusterUuid,
- ClusterConfig? config,
- Map<String, String> ? labels,
- ClusterMetrics? metrics,
- String? projectId,
- ClusterStatus? status,
- List<ClusterStatus> ? statusHistory,
- VirtualClusterConfig? virtualClusterConfig,
Implementation
Cluster({
  this.clusterName,
  this.clusterUuid,
  this.config,
  this.labels,
  this.metrics,
  this.projectId,
  this.status,
  this.statusHistory,
  this.virtualClusterConfig,
});