# Nr1CatalogApp.LocalizedKeyValueData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | Key that identifies this key value pair. | 
**value** | **String** | Value associated with the key. | [optional] 
**localizedValue** | [**MultiLanguageTextData**](MultiLanguageTextData.md) | Optional value that can be used to transfer multi-language attributes in a single structure. Note that if the client reads data and specifies the language, the data returned by the API may simply use the value from the super type {@code KeyValueData}. | [optional] 


