contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } /** * @param Google_Service_Slides_Size */ public function setSize(Google_Service_Slides_Size $size) { $this->size = $size; } /** * @return Google_Service_Slides_Size */ public function getSize() { return $this->size; } }