LoggingServer constructor

LoggingServer({
  1. String? createTime,
  2. String? hostname,
  3. String? name,
  4. int? port,
  5. String? protocol,
  6. String? sourceType,
  7. String? uid,
  8. String? updateTime,
})

Implementation

LoggingServer({
  this.createTime,
  this.hostname,
  this.name,
  this.port,
  this.protocol,
  this.sourceType,
  this.uid,
  this.updateTime,
});