AdGroupInventoryControl constructor

AdGroupInventoryControl({
  1. String? adGroupInventoryStrategy,
  2. SelectedInventories? selectedInventories,
})

Implementation

AdGroupInventoryControl({
  this.adGroupInventoryStrategy,
  this.selectedInventories,
});