id = $id; } public function getId() { return $this->id; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param Google_Service_Slides_VideoProperties */ public function setVideoProperties(Google_Service_Slides_VideoProperties $videoProperties) { $this->videoProperties = $videoProperties; } /** * @return Google_Service_Slides_VideoProperties */ public function getVideoProperties() { return $this->videoProperties; } }