ApplicationComponent constructor

ApplicationComponent({
  1. String? componentName,
  2. String? componentRemarks,
  3. Map<Tier, Map<String, String>>? detectedWorkload,
  4. bool? monitor,
  5. OsType? osType,
  6. String? resourceType,
  7. Tier? tier,
})

Implementation

ApplicationComponent({
  this.componentName,
  this.componentRemarks,
  this.detectedWorkload,
  this.monitor,
  this.osType,
  this.resourceType,
  this.tier,
});