Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
data class GetEncodeResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val encodedValue: 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 getEncode.