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