ClusterInfo constructor
      
      ClusterInfo({ 
    
    
- String? activeOperationArn,
 - BrokerNodeGroupInfo? brokerNodeGroupInfo,
 - ClientAuthentication? clientAuthentication,
 - String? clusterArn,
 - String? clusterName,
 - DateTime? creationTime,
 - BrokerSoftwareInfo? currentBrokerSoftwareInfo,
 - String? currentVersion,
 - EncryptionInfo? encryptionInfo,
 - EnhancedMonitoring? enhancedMonitoring,
 - LoggingInfo? loggingInfo,
 - int? numberOfBrokerNodes,
 - OpenMonitoring? openMonitoring,
 - ClusterState? state,
 - StateInfo? stateInfo,
 - Map<
String, String> ? tags, - String? zookeeperConnectString,
 - String? zookeeperConnectStringTls,
 
Implementation
ClusterInfo({
  this.activeOperationArn,
  this.brokerNodeGroupInfo,
  this.clientAuthentication,
  this.clusterArn,
  this.clusterName,
  this.creationTime,
  this.currentBrokerSoftwareInfo,
  this.currentVersion,
  this.encryptionInfo,
  this.enhancedMonitoring,
  this.loggingInfo,
  this.numberOfBrokerNodes,
  this.openMonitoring,
  this.state,
  this.stateInfo,
  this.tags,
  this.zookeeperConnectString,
  this.zookeeperConnectStringTls,
});