EventTag constructor

EventTag({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. String? campaignId,
  5. DimensionValue? campaignIdDimensionValue,
  6. bool? enabledByDefault,
  7. bool? excludeFromAdxRequests,
  8. String? id,
  9. String? kind,
  10. String? name,
  11. String? siteFilterType,
  12. List<String>? siteIds,
  13. bool? sslCompliant,
  14. String? status,
  15. String? subaccountId,
  16. String? type,
  17. String? url,
  18. int? urlEscapeLevels,
})

Implementation

EventTag({
  this.accountId,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.campaignId,
  this.campaignIdDimensionValue,
  this.enabledByDefault,
  this.excludeFromAdxRequests,
  this.id,
  this.kind,
  this.name,
  this.siteFilterType,
  this.siteIds,
  this.sslCompliant,
  this.status,
  this.subaccountId,
  this.type,
  this.url,
  this.urlEscapeLevels,
});