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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**delivery_formats** | Option<**Vec<String>**> | Preferred delivery formats (ordered) | [optional]
**default_quality** | Option<**i32**> | Default image quality (1-100) | [optional]
**default_fit_mode** | Option<**String**> | Default fit mode | [optional]
**default_max_width** | Option<**i32**> | Default maximum width (null to clear) | [optional]
**default_max_height** | Option<**i32**> | Default maximum height (null to clear) | [optional]
**theme** | Option<**String**> | UI theme | [optional]
**language** | Option<**String**> | UI language | [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)