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. List<Macro>? macro,
  9. String? name,
  10. String? notes,
  11. List<Rule>? rule,
  12. List<Tag>? tag,
  13. List<Trigger>? trigger,
  14. List<Variable>? variable,
})

Implementation

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