mysqlExportOptions = $mysqlExportOptions; } /** * @return Google_Service_SQLAdmin_ExportContextSqlExportOptionsMysqlExportOptions */ public function getMysqlExportOptions() { return $this->mysqlExportOptions; } public function setSchemaOnly($schemaOnly) { $this->schemaOnly = $schemaOnly; } public function getSchemaOnly() { return $this->schemaOnly; } public function setTables($tables) { $this->tables = $tables; } public function getTables() { return $this->tables; } }