Instance constructor

Instance({
  1. String? createTime,
  2. String? displayName,
  3. Map<String, String>? labels,
  4. String? name,
  5. bool? satisfiesPzs,
  6. String? state,
  7. String? type,
})

Implementation

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