# Preset
## Properties
**id** | **String** | Preset ID |
**name** | **String** | Preset name |
**description** | **String** | Optional description |
**params** | **std::collections::HashMap<String, serde_json::Value>** | Transformation parameters |
**created_at** | **i32** | Creation timestamp (Unix epoch) |
**updated_at** | **i32** | Last update timestamp (Unix epoch) |
**usage_count** | **i32** | Number of times this preset has been used |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)