DailyResourceUsageAggregation constructor

Implementation

DailyResourceUsageAggregation({
  this.cpu,
  this.date,
  this.disk,
  this.memory,
  this.network,
});