TargetingTemplate constructor
TargetingTemplate({
- String? accountId,
- String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- DayPartTargeting? dayPartTargeting,
- GeoTargeting? geoTargeting,
- String? id,
- KeyValueTargetingExpression? keyValueTargetingExpression,
- String? kind,
- LanguageTargeting? languageTargeting,
- ListTargetingExpression? listTargetingExpression,
- String? name,
- String? subaccountId,
- 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,
});