# SkillResource
## Properties
**id** | **String** | Unique identifier for the skill. |
**object** | **String** | The object type, which is `skill`. |
**name** | **String** | Name of the skill. |
**description** | **String** | Description of the skill. |
**created_at** | **i32** | Unix timestamp (seconds) for when the skill was created. |
**default_version** | **String** | Default version for the skill. |
**latest_version** | **String** | Latest version for the skill. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)