# Version
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier for version |
**created_at** | **String** | The UTC ISO 8601 time at which the version was created |
**label** | Option<**String**> | The label given to the version in the editor |
**description** | Option<**String**> | The description of the version as entered in the editor |
**user** | [**models::User**](User.md) | The user that created the version |
**thumbnail_url** | Option<**String**> | A URL to a thumbnail image of the file version. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)