List Configuration Store Key Value Result
data class ListConfigurationStoreKeyValueResult(val contentType: String, val eTag: String, val key: String, val label: String, val lastModified: String, val locked: Boolean, val tags: Map<String, String>, val value: String)
The result of a request to retrieve a key-value from the specified configuration store.