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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PublishedVariable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique identifier of this variable. | 
**subscribed_id** | **String** | The ID of the variable that is used by subscribing files. This ID changes every time the variable is modified and published. | 
**name** | **String** | The name of this variable. | 
**key** | **String** | The key of this variable. | 
**variable_collection_id** | **String** | The id of the variable collection that contains this variable. | 
**resolved_data_type** | **String** | The resolved type of the variable. | 
**updated_at** | **String** | The UTC ISO 8601 time at which the variable was last updated. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)