heightPixels = $heightPixels; } /** * @return string */ public function getHeightPixels() { return $this->heightPixels; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } /** * @param string */ public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } /** * @return string */ public function getWidthPixels() { return $this->widthPixels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonImageDimension::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonImageDimension');