contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } /** * @param Google_Service_Slides_ImageProperties */ public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Slides_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } public function setSourceUrl($sourceUrl) { $this->sourceUrl = $sourceUrl; } public function getSourceUrl() { return $this->sourceUrl; } }