Workload constructor
      
      Workload({ 
    
    
- Attributes? attributes,
- String? createTime,
- String? description,
- String? discoveredWorkload,
- String? displayName,
- String? name,
- String? state,
- String? uid,
- String? updateTime,
- WorkloadProperties? workloadProperties,
- 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,
});