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
18
# SearchResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Image ID | 
**original_filename** | **String** | Original filename | 
**sanitized_filename** | Option<**String**> | Sanitized filename | [optional]
**paths** | **Vec<String>** | All paths for this image | 
**size** | **i32** | File size in bytes | 
**uploaded_at** | **String** | Upload timestamp | 
**url** | **String** | API endpoint URL | 
**cdn_url** | Option<**String**> | CDN URL | [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)