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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | The unique identifier for the component set. | 
**file_key** | **String** | The unique identifier of the Figma file that contains the component set. | 
**node_id** | **String** | The unique identifier of the component set node within the Figma file. | 
**thumbnail_url** | Option<**String**> | A URL to a thumbnail image of the component set. | [optional]
**name** | **String** | The name of the component set. | 
**description** | **String** | The description of the component set as entered by the publisher. | 
**created_at** | **String** | The UTC ISO 8601 time when the component set was created. | 
**updated_at** | **String** | The UTC ISO 8601 time when the component set was last updated. | 
**user** | [**models::User**]User.md | The user who last updated the component set. | 
**containing_frame** | Option<[**models::FrameInfo**]FrameInfo.md> | The containing frame of the component set. | [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)