fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @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; } }