WorkloadProfile constructor

WorkloadProfile({
  1. Map<String, String>? labels,
  2. String? name,
  3. String? refreshedTime,
  4. SapWorkload? sapWorkload,
  5. String? workloadType,
})

Implementation

WorkloadProfile({
  this.labels,
  this.name,
  this.refreshedTime,
  this.sapWorkload,
  this.workloadType,
});