Cluster constructor

Cluster({
  1. List<BrokerDetails>? brokerDetails,
  2. CapacityConfig? capacityConfig,
  3. String? createTime,
  4. GcpConfig? gcpConfig,
  5. String? kafkaVersion,
  6. Map<String, String>? labels,
  7. String? name,
  8. RebalanceConfig? rebalanceConfig,
  9. bool? satisfiesPzi,
  10. bool? satisfiesPzs,
  11. String? state,
  12. TlsConfig? tlsConfig,
  13. UpdateOptions? updateOptions,
  14. String? updateTime,
})

Implementation

Cluster({
  this.brokerDetails,
  this.capacityConfig,
  this.createTime,
  this.gcpConfig,
  this.kafkaVersion,
  this.labels,
  this.name,
  this.rebalanceConfig,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.tlsConfig,
  this.updateOptions,
  this.updateTime,
});