ContainerVersion constructor

ContainerVersion({
  1. String? accountId,
  2. List<BuiltInVariable>? builtInVariable,
  3. List<Client>? client,
  4. Container? container,
  5. String? containerId,
  6. String? containerVersionId,
  7. List<CustomTemplate>? customTemplate,
  8. bool? deleted,
  9. String? description,
  10. String? fingerprint,
  11. List<Folder>? folder,
  12. List<GtagConfig>? gtagConfig,
  13. String? name,
  14. String? path,
  15. List<Tag>? tag,
  16. String? tagManagerUrl,
  17. List<Transformation>? transformation,
  18. List<Trigger>? trigger,
  19. List<Variable>? variable,
  20. List<Zone>? zone,
})

Implementation

ContainerVersion({
  this.accountId,
  this.builtInVariable,
  this.client,
  this.container,
  this.containerId,
  this.containerVersionId,
  this.customTemplate,
  this.deleted,
  this.description,
  this.fingerprint,
  this.folder,
  this.gtagConfig,
  this.name,
  this.path,
  this.tag,
  this.tagManagerUrl,
  this.transformation,
  this.trigger,
  this.variable,
  this.zone,
});