# GetFileMeta
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the file. |
**folder_name** | Option<**String**> | The name of the project containing the file. | [optional]
**last_touched_at** | **String** | The UTC ISO 8601 time at which the file content was last modified. |
**creator** | [**models::User**](User.md) | The user who created the file. |
**last_touched_by** | Option<[**models::User**](User.md)> | The user who last modified the file contents. | [optional]
**thumbnail_url** | Option<**String**> | A URL to a thumbnail image of the file. | [optional]
**editor_type** | [**models::EditorType**](EditorType.md) | |
**role** | Option<[**models::Role**](Role.md)> | | [optional]
**link_access** | Option<[**models::LinkAccess**](LinkAccess.md)> | | [optional]
**url** | Option<**String**> | The URL of the file. | [optional]
**version** | Option<**String**> | The version number of the file. This number is incremented when a file is modified and can be used to check if the file has changed between requests. | [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)