TargetingTemplate constructor

TargetingTemplate({
  1. String? accountId,
  2. String? advertiserId,
  3. DimensionValue? advertiserIdDimensionValue,
  4. DayPartTargeting? dayPartTargeting,
  5. GeoTargeting? geoTargeting,
  6. String? id,
  7. KeyValueTargetingExpression? keyValueTargetingExpression,
  8. String? kind,
  9. LanguageTargeting? languageTargeting,
  10. ListTargetingExpression? listTargetingExpression,
  11. String? name,
  12. String? subaccountId,
  13. TechnologyTargeting? technologyTargeting,
})

Implementation

TargetingTemplate({
  this.accountId,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.dayPartTargeting,
  this.geoTargeting,
  this.id,
  this.keyValueTargetingExpression,
  this.kind,
  this.languageTargeting,
  this.listTargetingExpression,
  this.name,
  this.subaccountId,
  this.technologyTargeting,
});