excludedInventorySizes = $excludedInventorySizes; } /** * @return AdSize[] */ public function getExcludedInventorySizes() { return $this->excludedInventorySizes; } /** * @param AdSize[] */ public function setTargetedInventorySizes($targetedInventorySizes) { $this->targetedInventorySizes = $targetedInventorySizes; } /** * @return AdSize[] */ public function getTargetedInventorySizes() { return $this->targetedInventorySizes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InventorySizeTargeting::class, 'Google_Service_AdExchangeBuyerII_InventorySizeTargeting');