TagValue constructor

TagValue({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. String? name,
  5. String? namespacedName,
  6. String? parent,
  7. String? shortName,
  8. String? updateTime,
})

Implementation

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