customLabel = $customLabel; } /** * @return CustomLabel */ public function getCustomLabel() { return $this->customLabel; } /** * @param string */ public function setProductOfferId($productOfferId) { $this->productOfferId = $productOfferId; } /** * @return string */ public function getProductOfferId() { return $this->productOfferId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductMatchDimension::class, 'Google_Service_DisplayVideo_ProductMatchDimension');