Attachment constructor

Attachment({
  1. Map<String, String>? annotations,
  2. String? attachmentNamespace,
  3. String? createTime,
  4. List<String>? files,
  5. String? name,
  6. String? ociVersionName,
  7. String? target,
  8. String? type,
  9. String? updateTime,
})

Implementation

Attachment({
  this.annotations,
  this.attachmentNamespace,
  this.createTime,
  this.files,
  this.name,
  this.ociVersionName,
  this.target,
  this.type,
  this.updateTime,
});