AdGroup constructor
AdGroup({
- String? adGroupFormat,
- String? adGroupId,
- String? advertiserId,
- BiddingStrategy? bidStrategy,
- String? displayName,
- String? entityStatus,
- String? lineItemId,
- String? name,
- ProductFeedData? productFeedData,
- TargetingExpansionConfig? targetingExpansion,
Implementation
AdGroup({
this.adGroupFormat,
this.adGroupId,
this.advertiserId,
this.bidStrategy,
this.displayName,
this.entityStatus,
this.lineItemId,
this.name,
this.productFeedData,
this.targetingExpansion,
});