AdGroup constructor

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

Implementation

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