export = $export; } /** * @return string */ public function getExport() { return $this->export; } /** * @param string */ public function setExportFull($exportFull) { $this->exportFull = $exportFull; } /** * @return string */ public function getExportFull() { return $this->exportFull; } /** * @param string */ public function setInstructions($instructions) { $this->instructions = $instructions; } /** * @return string */ public function getInstructions() { return $this->instructions; } /** * @param string */ public function setProtocol($protocol) { $this->protocol = $protocol; } /** * @return string */ public function getProtocol() { return $this->protocol; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MountOption::class, 'Google_Service_NetAppFiles_MountOption');