TargetingTemplate constructor

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

Implementation

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