ContainerVersion constructor

ContainerVersion({
  1. String? accountId,
  2. Container? container,
  3. String? containerId,
  4. String? containerVersionId,
  5. bool? deleted,
  6. String? fingerprint,
  7. List<Folder>? folder,
  8. String? name,
  9. String? notes,
  10. List<Tag>? tag,
  11. List<Trigger>? trigger,
  12. List<Variable>? variable,
})

Implementation

ContainerVersion({
  this.accountId,
  this.container,
  this.containerId,
  this.containerVersionId,
  this.deleted,
  this.fingerprint,
  this.folder,
  this.name,
  this.notes,
  this.tag,
  this.trigger,
  this.variable,
});