GtagConfig constructor

GtagConfig({
  1. String? accountId,
  2. String? containerId,
  3. String? fingerprint,
  4. String? gtagConfigId,
  5. List<Parameter>? parameter,
  6. String? path,
  7. String? tagManagerUrl,
  8. String? type,
  9. String? workspaceId,
})

Implementation

GtagConfig({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.gtagConfigId,
  this.parameter,
  this.path,
  this.tagManagerUrl,
  this.type,
  this.workspaceId,
});