WorkloadProfile constructor

WorkloadProfile({
  1. Layer? application,
  2. Layer? ascs,
  3. Layer? database,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? refreshedTime,
  7. SapWorkload? sapWorkload,
  8. SqlserverWorkload? sqlserverWorkload,
  9. String? state,
  10. ThreeTierWorkload? threeTierWorkload,
  11. String? workloadType,
})

Implementation

WorkloadProfile({
  this.application,
  this.ascs,
  this.database,
  this.labels,
  this.name,
  this.refreshedTime,
  this.sapWorkload,
  this.sqlserverWorkload,
  this.state,
  this.threeTierWorkload,
  this.workloadType,
});