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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | API key UUID | 
**key** | **String** | Full API key (shown ONLY ONCE) | 
**key_prefix** | **String** | Key prefix | 
**name** | **String** | Key name | 
**scopes** | **String** | Granted scopes | 
**created_at** | **i32** | Creation timestamp | 
**expires_at** | Option<**i32**> | Expiration timestamp | [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)