MessageBus constructor

MessageBus({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? cryptoKeyName,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. LoggingConfig? loggingConfig,
  8. String? name,
  9. String? uid,
  10. String? updateTime,
})

Implementation

MessageBus({
  this.annotations,
  this.createTime,
  this.cryptoKeyName,
  this.displayName,
  this.etag,
  this.labels,
  this.loggingConfig,
  this.name,
  this.uid,
  this.updateTime,
});