InsightsConfig constructor

InsightsConfig({
  1. Map<String, String>? annotations,
  2. String? appHubApplication,
  3. List<ArtifactConfig>? artifactConfigs,
  4. String? createTime,
  5. List<Status>? errors,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? reconciling,
  9. List<RuntimeConfig>? runtimeConfigs,
  10. String? state,
  11. String? updateTime,
})

Implementation

InsightsConfig({
  this.annotations,
  this.appHubApplication,
  this.artifactConfigs,
  this.createTime,
  this.errors,
  this.labels,
  this.name,
  this.reconciling,
  this.runtimeConfigs,
  this.state,
  this.updateTime,
});