Asset constructor

Asset({
  1. List<String>? assignedGroups,
  2. Map<String, String>? attributes,
  3. String? createTime,
  4. DatabaseDeploymentDetails? databaseDeploymentDetails,
  5. DatabaseDetails? databaseDetails,
  6. bool? hidden,
  7. String? hideReason,
  8. String? hideTime,
  9. InsightList? insightList,
  10. Map<String, String>? labels,
  11. MachineDetails? machineDetails,
  12. String? name,
  13. AssetPerformanceData? performanceData,
  14. List<String>? sources,
  15. String? title,
  16. String? updateTime,
})

Implementation

Asset({
  this.assignedGroups,
  this.attributes,
  this.createTime,
  this.databaseDeploymentDetails,
  this.databaseDetails,
  this.hidden,
  this.hideReason,
  this.hideTime,
  this.insightList,
  this.labels,
  this.machineDetails,
  this.name,
  this.performanceData,
  this.sources,
  this.title,
  this.updateTime,
});