isFeedDisabled = $isFeedDisabled; } /** * @return bool */ public function getIsFeedDisabled() { return $this->isFeedDisabled; } /** * @param ProductMatchDimension[] */ public function setProductMatchDimensions($productMatchDimensions) { $this->productMatchDimensions = $productMatchDimensions; } /** * @return ProductMatchDimension[] */ public function getProductMatchDimensions() { return $this->productMatchDimensions; } /** * @param string */ public function setProductMatchType($productMatchType) { $this->productMatchType = $productMatchType; } /** * @return string */ public function getProductMatchType() { return $this->productMatchType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductFeedData::class, 'Google_Service_DisplayVideo_ProductFeedData');