---
title: GameSaveSyncedDirectory.Version
framework: gamesave
role: symbol
role_heading: Class
path: gamesave/gamesavesynceddirectory/version
---

# GameSaveSyncedDirectory.Version

A representation of a version of the directory.

## Declaration

```swift
class Version
```

## Overview

Overview Used to describe the conflicted or local versions of a directory in case there are conflicts.

## Topics

### Accessing saved game state

- [url](gamesave/gamesavesynceddirectory/version/url.md)
- [isLocal](gamesave/gamesavesynceddirectory/version/islocal.md)

### Comparing versions

- [localizedNameOfSavingComputer](gamesave/gamesavesynceddirectory/version/localizednameofsavingcomputer.md)
- [modifiedDate](gamesave/gamesavesynceddirectory/version/modifieddate.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Identifiable](swift/identifiable.md)

## See Also

### Resolving conflicts

- [resolveConflicts(with:)](gamesave/gamesavesynceddirectory/resolveconflicts(with:).md)
