fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# DictionaryInfoResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_updated** | Option<**String**> | Timestamp (UTC) when the dictionary was last updated or an item was added or removed. | 
**item_count** | Option<**i32**> | The number of items currently in the dictionary. | 
**digest** | Option<**String**> | A hash of all the dictionary content. | 

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