ConnectCluster constructor

ConnectCluster({
  1. CapacityConfig? capacityConfig,
  2. Map<String, String>? config,
  3. String? createTime,
  4. ConnectGcpConfig? gcpConfig,
  5. String? kafkaCluster,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? satisfiesPzi,
  9. bool? satisfiesPzs,
  10. String? state,
  11. String? updateTime,
})

Implementation

ConnectCluster({
  this.capacityConfig,
  this.config,
  this.createTime,
  this.gcpConfig,
  this.kafkaCluster,
  this.labels,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.updateTime,
});