ScanConfig constructor

ScanConfig({
  1. String? createTime,
  2. String? description,
  3. bool? enabled,
  4. String? name,
  5. String? updateTime,
})

Implementation

ScanConfig({
  this.createTime,
  this.description,
  this.enabled,
  this.name,
  this.updateTime,
});