Instance constructor

Instance({
  1. String? createTime,
  2. String? displayName,
  3. String? edition,
  4. String? knowledgeCatalogRegion,
  5. Map<String, String>? labels,
  6. String? name,
  7. bool? satisfiesPzi,
  8. bool? satisfiesPzs,
  9. String? state,
  10. Map<String, String>? tags,
  11. String? type,
})

Implementation

Instance({
  this.createTime,
  this.displayName,
  this.edition,
  this.knowledgeCatalogRegion,
  this.labels,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.tags,
  this.type,
});