Get Decode Result
data class GetDecodeResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val decodedValue: String, val id: String, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null)
A collection of values returned by getDecode.