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
# PublishedStyle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | The unique identifier for the style | 
**file_key** | **String** | The unique identifier of the Figma file that contains the style. | 
**node_id** | **String** | ID of the style node within the figma file | 
**style_type** | [**models::StyleType**]StyleType.md |  | 
**thumbnail_url** | Option<**String**> | A URL to a thumbnail image of the style. | [optional]
**name** | **String** | The name of the style. | 
**description** | **String** | The description of the style as entered by the publisher. | 
**created_at** | **String** | The UTC ISO 8601 time when the style was created. | 
**updated_at** | **String** | The UTC ISO 8601 time when the style was last updated. | 
**user** | [**models::User**]User.md | The user who last updated the style. | 
**sort_position** | **String** | A user specified order number by which the style can be sorted. | 

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