ContainerVersion constructor
ContainerVersion({
- String? accountId,
- List<
BuiltInVariable> ? builtInVariable, - List<
Client> ? client, - Container? container,
- String? containerId,
- String? containerVersionId,
- List<
CustomTemplate> ? customTemplate, - bool? deleted,
- String? description,
- String? fingerprint,
- List<
Folder> ? folder, - List<
GtagConfig> ? gtagConfig, - String? name,
- String? path,
- List<
Tag> ? tag, - String? tagManagerUrl,
- List<
Transformation> ? transformation, - List<
Trigger> ? trigger, - List<
Variable> ? variable, - 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,
});