contentUrl = $contentUrl; } /** * @return string */ public function getContentUrl() { return $this->contentUrl; } /** * @param ImageProperties */ public function setImageProperties(ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return ImageProperties */ public function getImageProperties() { return $this->imageProperties; } /** * @param Placeholder */ public function setPlaceholder(Placeholder $placeholder) { $this->placeholder = $placeholder; } /** * @return Placeholder */ public function getPlaceholder() { return $this->placeholder; } /** * @param string */ public function setSourceUrl($sourceUrl) { $this->sourceUrl = $sourceUrl; } /** * @return string */ public function getSourceUrl() { return $this->sourceUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Image::class, 'Google_Service_Slides_Image');