UtilizationReport constructor
      
      UtilizationReport({})
     
    
    
Implementation
UtilizationReport({
  this.createTime,
  this.displayName,
  this.error,
  this.frameEndTime,
  this.name,
  this.state,
  this.stateTime,
  this.timeFrame,
  this.vmCount,
  this.vms,
});