Entity constructor

Entity({
  1. BuiltInVariable? builtInVariable,
  2. String? changeStatus,
  3. Client? client,
  4. CustomTemplate? customTemplate,
  5. Folder? folder,
  6. GtagConfig? gtagConfig,
  7. Tag? tag,
  8. Transformation? transformation,
  9. Trigger? trigger,
  10. Variable? variable,
  11. 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,
});