img_src 0.3.2

Rust SDK for img-src image processing and delivery API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Preset

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)