height = $height; } /** * @return string */ public function getHeight() { return $this->height; } /** * @param string */ public function setWidth($width) { $this->width = $width; } /** * @return string */ public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeDimensions::class, 'Google_Service_RealTimeBidding_CreativeDimensions');