TagKey constructor
      
      TagKey({})
     
    
    
Implementation
TagKey({
  this.createTime,
  this.description,
  this.etag,
  this.name,
  this.namespacedName,
  this.parent,
  this.purpose,
  this.purposeData,
  this.shortName,
  this.updateTime,
});