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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | API key UUID | 
**name** | **String** | Key name | 
**key_prefix** | **String** | Key prefix (first 14 chars) | 
**scopes** | **String** | Granted scopes | 
**created_at** | **i32** | Creation timestamp (Unix epoch) | 
**last_used_at** | Option<**i32**> | Last used timestamp (Unix epoch) | [optional]
**expires_at** | Option<**i32**> | Expiration timestamp (Unix epoch) | [optional]
**total_requests** | **i32** | Total requests made with this key | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)