AdGroup constructor

AdGroup({
  1. String? adGroupFormat,
  2. String? adGroupId,
  3. String? advertiserId,
  4. BiddingStrategy? bidStrategy,
  5. String? displayName,
  6. String? entityStatus,
  7. String? lineItemId,
  8. String? name,
  9. ProductFeedData? productFeedData,
  10. TargetingExpansionConfig? targetingExpansion,
})

Implementation

AdGroup({
  this.adGroupFormat,
  this.adGroupId,
  this.advertiserId,
  this.bidStrategy,
  this.displayName,
  this.entityStatus,
  this.lineItemId,
  this.name,
  this.productFeedData,
  this.targetingExpansion,
});