# Fastly::DictionaryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name for the Dictionary (must start with an alphabetic character and can contain only alphanumeric characters, underscores, and whitespace). | [optional] | | **write_only** | **Boolean** | Determines if items in the dictionary are readable or not. | [optional][default to false] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **service_id** | **String** | | [optional][readonly] | | **version** | **Integer** | | [optional][readonly] | | **id** | **String** | | [optional][readonly] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)