Workload constructor

Workload({
  1. Attributes? attributes,
  2. String? createTime,
  3. String? description,
  4. String? discoveredWorkload,
  5. String? displayName,
  6. String? name,
  7. String? state,
  8. String? uid,
  9. String? updateTime,
  10. WorkloadProperties? workloadProperties,
  11. WorkloadReference? workloadReference,
})

Implementation

Workload({
  this.attributes,
  this.createTime,
  this.description,
  this.discoveredWorkload,
  this.displayName,
  this.name,
  this.state,
  this.uid,
  this.updateTime,
  this.workloadProperties,
  this.workloadReference,
});