Asset constructor

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

Implementation

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