GetBootstrapBrokersResponse constructor

GetBootstrapBrokersResponse({
  1. String? bootstrapBrokerString,
  2. String? bootstrapBrokerStringSaslScram,
  3. String? bootstrapBrokerStringTls,
})

Implementation

GetBootstrapBrokersResponse({
  this.bootstrapBrokerString,
  this.bootstrapBrokerStringSaslScram,
  this.bootstrapBrokerStringTls,
});