Entity constructor
Entity({
- BuiltInVariable? builtInVariable,
- String? changeStatus,
- Client? client,
- CustomTemplate? customTemplate,
- Folder? folder,
- GtagConfig? gtagConfig,
- Tag? tag,
- Transformation? transformation,
- Trigger? trigger,
- Variable? variable,
- Zone? zone,
Implementation
Entity({
this.builtInVariable,
this.changeStatus,
this.client,
this.customTemplate,
this.folder,
this.gtagConfig,
this.tag,
this.transformation,
this.trigger,
this.variable,
this.zone,
});