exportUri = $exportUri; } /** * @return string */ public function getExportUri() { return $this->exportUri; } /** * @param string */ public function setFile($file) { $this->file = $file; } /** * @return string */ public function getFile() { return $this->file; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DriveDestination::class, 'Google_Service_Meet_DriveDestination');