Asset constructor

Asset({
  1. List<String>? assignedGroups,
  2. Map<String, String>? attributes,
  3. String? createTime,
  4. InsightList? insightList,
  5. Map<String, String>? labels,
  6. MachineDetails? machineDetails,
  7. String? name,
  8. AssetPerformanceData? performanceData,
  9. List<String>? sources,
  10. String? updateTime,
})

Implementation

Asset({
  this.assignedGroups,
  this.attributes,
  this.createTime,
  this.insightList,
  this.labels,
  this.machineDetails,
  this.name,
  this.performanceData,
  this.sources,
  this.updateTime,
});