# ChangeSet

> Wrapper around a changeset description and ID.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.VersionControl](/engine/6000.6/script-reference/unityeditor/versioncontrol.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public class ChangeSet
```

## Static Fields

| Value                                                                                          | Description                       |
| ---------------------------------------------------------------------------------------------- | --------------------------------- |
| [defaultID](/engine/6000.6/script-reference/unityeditor/versioncontrol/changeset/defaultid.md) | The ID of  the default changeset. |

## Properties

| Property                                                                                           | Description                                 |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [description](/engine/6000.6/script-reference/unityeditor/versioncontrol/changeset/description.md) | Description of a changeset.                 |
| [id](/engine/6000.6/script-reference/unityeditor/versioncontrol/changeset/id.md)                   | Version control specific ID of a changeset. |
