figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
# 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)