FloodlightActivity constructor

FloodlightActivity({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. bool? attributionEnabled,
  5. String? cacheBustingType,
  6. String? countingMethod,
  7. List<FloodlightActivityDynamicTag>? defaultTags,
  8. String? expectedUrl,
  9. String? floodlightActivityGroupId,
  10. String? floodlightActivityGroupName,
  11. String? floodlightActivityGroupTagString,
  12. String? floodlightActivityGroupType,
  13. String? floodlightConfigurationId,
  14. DimensionValue? floodlightConfigurationIdDimensionValue,
  15. String? floodlightTagType,
  16. String? id,
  17. DimensionValue? idDimensionValue,
  18. String? kind,
  19. String? name,
  20. String? notes,
  21. List<FloodlightActivityPublisherDynamicTag>? publisherTags,
  22. bool? secure,
  23. bool? sslCompliant,
  24. bool? sslRequired,
  25. String? status,
  26. String? subaccountId,
  27. String? tagFormat,
  28. String? tagString,
  29. List<String>? userDefinedVariableTypes,
})

Implementation

FloodlightActivity({
  this.accountId,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.attributionEnabled,
  this.cacheBustingType,
  this.countingMethod,
  this.defaultTags,
  this.expectedUrl,
  this.floodlightActivityGroupId,
  this.floodlightActivityGroupName,
  this.floodlightActivityGroupTagString,
  this.floodlightActivityGroupType,
  this.floodlightConfigurationId,
  this.floodlightConfigurationIdDimensionValue,
  this.floodlightTagType,
  this.id,
  this.idDimensionValue,
  this.kind,
  this.name,
  this.notes,
  this.publisherTags,
  this.secure,
  this.sslCompliant,
  this.sslRequired,
  this.status,
  this.subaccountId,
  this.tagFormat,
  this.tagString,
  this.userDefinedVariableTypes,
});