TagKey constructor

TagKey({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. String? name,
  5. String? namespacedName,
  6. String? parent,
  7. String? purpose,
  8. Map<String, String>? purposeData,
  9. String? shortName,
  10. String? updateTime,
})

Implementation

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